diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-08-21 09:20:26 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:59:22 -0400 |
commit | c2b1239a9f22f19c53543b460b24507d0e21ea0c (patch) | |
tree | 6378247be17a1cf8884b03ea189f25d3ebb3a7a9 /sound/isa/Kconfig | |
parent | 33bf17abf98087d7a6eec9476cd767c6e998fc05 (diff) |
[ALSA] wavefront - Use standard firmware loader
Use the standard firmware loader for loading ICS2115 OS firmware file.
This is the last old bad guy that is still using sys_open() and sys_read()
calls, and now all should be gone.
The patch also adds the missing description of module options related
with wavefront_synth.c.
Due to this rewrite, user will have to copy or make symlink the firmware
file appropriately to the standard firmware path such as /lib/firmware.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ea5084abe60f..6b6aa2c3b85c 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -414,7 +414,7 @@ config SND_SSCAPE | |||
414 | config SND_WAVEFRONT | 414 | config SND_WAVEFRONT |
415 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" | 415 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" |
416 | depends on SND | 416 | depends on SND |
417 | select FW_LOADER if !SND_WAVEFRONT_FIRMWARE_IN_KERNEL | 417 | select FW_LOADER |
418 | select SND_OPL3_LIB | 418 | select SND_OPL3_LIB |
419 | select SND_MPU401_UART | 419 | select SND_MPU401_UART |
420 | select SND_CS4231_LIB | 420 | select SND_CS4231_LIB |
@@ -430,8 +430,9 @@ config SND_WAVEFRONT_FIRMWARE_IN_KERNEL | |||
430 | depends on SND_WAVEFRONT | 430 | depends on SND_WAVEFRONT |
431 | default y | 431 | default y |
432 | help | 432 | help |
433 | Say Y here to include the static firmware built in the kernel | 433 | Say Y here to include the static firmware for FX DSP built in |
434 | for the Wavefront driver. If you choose N here, you need to | 434 | the kernel for the Wavefront driver. If you choose N here, |
435 | install the firmware files from the alsa-firmware package. | 435 | you need to install the firmware files from the |
436 | alsa-firmware package. | ||
436 | 437 | ||
437 | endmenu | 438 | endmenu |