[ALSA] hdsp - Fix compilation with hdsp driver built in kernel
Fixed the compilation with hdsp driver built in kernel. The traditional hwdep loader is used in this case. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c00bd74a0d
commit
140432fd2f
@ -389,7 +389,7 @@ MODULE_SUPPORTED_DEVICE("{{RME Hammerfall-DSP},"
|
||||
|
||||
/* use hotplug firmeare loader? */
|
||||
#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
|
||||
#ifndef HDSP_USE_HWDEP_LOADER
|
||||
#if !defined(HDSP_USE_HWDEP_LOADER) && !defined(CONFIG_SND_HDSP)
|
||||
#define HDSP_FW_LOADER
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user