diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-06 14:38:43 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 14:38:43 -0700 |
commit | 7c7cae17e04765692aa3d2bda5c771f909219f27 (patch) | |
tree | dbbfe26131cdc959f3f425ffb9ac33fbc2afab10 /sound/isa/Kconfig | |
parent | 4f8d182513690b42b20fb81e487be4cd4729e27c (diff) | |
download | op-kernel-dev-7c7cae17e04765692aa3d2bda5c771f909219f27.zip op-kernel-dev-7c7cae17e04765692aa3d2bda5c771f909219f27.tar.gz |
ALSA: wavefront - Always use request_firmware()
Always use request_firmware() for loading yss225_registers image.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index c5c9a92..c6942a4 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -395,16 +395,6 @@ config SND_WAVEFRONT To compile this driver as a module, choose M here: the module will be called snd-wavefront. -config SND_WAVEFRONT_FIRMWARE_IN_KERNEL - bool "In-kernel firmware for Wavefront" - depends on SND_WAVEFRONT - default y - help - Say Y here to include the static firmware for FX DSP built in - the kernel for the Wavefront driver. If you choose N here, - you need to install the firmware files from the - alsa-firmware package. - config SND_MSND_PINNACLE tristate "Turtle Beach MultiSound Pinnacle/Fiji driver" depends on X86 && EXPERIMENTAL |