diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-10-11 06:05:59 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:00:42 -0500 |
commit | 102fa9060e114a53628a6594034b6ecf624dffc6 (patch) | |
tree | 13a7fae84cbcea996d61b011bfc99b26b39125e5 /sound/pci/Kconfig | |
parent | e40a0b2e9d73c69e6b9e5d55eb56696f81fbf802 (diff) |
[ALSA] ymfpci: add request_firmware()
Load the DSP and controller microcode using request_firmware(), if
possible, instead of using the built-in firmware.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index ee37de940c63..fcbf9673db62 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -735,6 +735,7 @@ config SND_VX222 | |||
735 | config SND_YMFPCI | 735 | config SND_YMFPCI |
736 | tristate "Yamaha YMF724/740/744/754" | 736 | tristate "Yamaha YMF724/740/744/754" |
737 | depends on SND | 737 | depends on SND |
738 | select FW_LOADER | ||
738 | select SND_OPL3_LIB | 739 | select SND_OPL3_LIB |
739 | select SND_MPU401_UART | 740 | select SND_MPU401_UART |
740 | select SND_AC97_CODEC | 741 | select SND_AC97_CODEC |