aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-05-22 14:31:57 +0200
committerJaroslav Kysela <perex@suse.cz>2006-06-22 21:33:55 +0200
commit140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a (patch)
tree3c2c1d1791f0bab08146bee76e73855a6ff2699d /sound
parent[ALSA] Fix description of cs5535audio driver in ALSA-Configuration.txt (diff)
downloadlinux-dev-140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a.tar.xz
linux-dev-140432fd2fbe68d59fe6fcddbcd4bcd0f84e951a.zip
[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>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/rme9652/hdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index da63a1a19958..bf89ab9e3138 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -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