aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Doursenaud <rdoursenaud@free.fr>2009-05-12 05:49:39 -0400
committerTakashi Iwai <tiwai@suse.de>2009-05-12 05:49:39 -0400
commit8e365f9b6e583e82dff96ff415ff9cc2106f5b3c (patch)
tree2e7b0ae9cd5577fb5b9cb060fad6cceab3027531
parent091bf7624d1c90cec9e578a18529f615213ff847 (diff)
ALSA: hdsp: allow firmware loading from inside the kernel
Allow the use of the FIRMWARE_IN_KERNEL option with hdsp cards and in-kernel driver. Also corrected a typo in the comment. Signed-off-by: Raphael Doursenaud <rdoursenaud@free.fr> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/rme9652/hdsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index 314e73531bd1..d0d46295b652 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -402,9 +402,9 @@ MODULE_FIRMWARE("digiface_firmware_rev11.bin");
402#define HDSP_DMA_AREA_BYTES ((HDSP_MAX_CHANNELS+1) * HDSP_CHANNEL_BUFFER_BYTES) 402#define HDSP_DMA_AREA_BYTES ((HDSP_MAX_CHANNELS+1) * HDSP_CHANNEL_BUFFER_BYTES)
403#define HDSP_DMA_AREA_KILOBYTES (HDSP_DMA_AREA_BYTES/1024) 403#define HDSP_DMA_AREA_KILOBYTES (HDSP_DMA_AREA_BYTES/1024)
404 404
405/* use hotplug firmeare loader? */ 405/* use hotplug firmware loader? */
406#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE) 406#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
407#if !defined(HDSP_USE_HWDEP_LOADER) && !defined(CONFIG_SND_HDSP) 407#if !defined(HDSP_USE_HWDEP_LOADER)
408#define HDSP_FW_LOADER 408#define HDSP_FW_LOADER
409#endif 409#endif
410#endif 410#endif