diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-11-06 03:24:29 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:17 -0500 |
commit | 2493a6d18b1f5df59c7bcfeefcbde70bee146490 (patch) | |
tree | db6f007875198d304b5b35b8532cadd062bf3c1c /sound/pci/Kconfig | |
parent | 226968c7afd464b794f34f9ea8cb4bcfe48447dc (diff) |
[ALSA] korg1212: add request_firmware()
Load the DSP code using request_firmware(), if possible, instead of
using the built-in blob.
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 fcbf9673db62..7573997af760 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -576,6 +576,7 @@ config SND_INTEL8X0M | |||
576 | config SND_KORG1212 | 576 | config SND_KORG1212 |
577 | tristate "Korg 1212 IO" | 577 | tristate "Korg 1212 IO" |
578 | depends on SND | 578 | depends on SND |
579 | select FW_LOADER | ||
579 | select SND_PCM | 580 | select SND_PCM |
580 | help | 581 | help |
581 | Say Y here to include support for Korg 1212IO soundcards. | 582 | Say Y here to include support for Korg 1212IO soundcards. |