mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 10:32:35 +00:00
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>
This commit is contained in:
parent
091bf7624d
commit
8e365f9b6e
@ -402,9 +402,9 @@ MODULE_FIRMWARE("digiface_firmware_rev11.bin");
|
||||
#define HDSP_DMA_AREA_BYTES ((HDSP_MAX_CHANNELS+1) * HDSP_CHANNEL_BUFFER_BYTES)
|
||||
#define HDSP_DMA_AREA_KILOBYTES (HDSP_DMA_AREA_BYTES/1024)
|
||||
|
||||
/* use hotplug firmeare loader? */
|
||||
/* use hotplug firmware loader? */
|
||||
#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
|
||||
#if !defined(HDSP_USE_HWDEP_LOADER) && !defined(CONFIG_SND_HDSP)
|
||||
#if !defined(HDSP_USE_HWDEP_LOADER)
|
||||
#define HDSP_FW_LOADER
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user