diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-11-06 03:26:41 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:18 -0500 |
commit | 81d7724a8ee84693befbd60d730199ffb3988f29 (patch) | |
tree | 0fdaad0f2427729ffbe088ff78979aa8aa65a59f /sound/pci/Kconfig | |
parent | 2493a6d18b1f5df59c7bcfeefcbde70bee146490 (diff) |
[ALSA] maestro3: add request_firmware()
Load the ASSP codes using request_firmware(), if possible, instead of
using the built-in blobs.
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 7573997af760..1bcfb3aac18d 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -587,6 +587,7 @@ config SND_KORG1212 | |||
587 | config SND_MAESTRO3 | 587 | config SND_MAESTRO3 |
588 | tristate "ESS Allegro/Maestro3" | 588 | tristate "ESS Allegro/Maestro3" |
589 | depends on SND | 589 | depends on SND |
590 | select FW_LOADER | ||
590 | select SND_AC97_CODEC | 591 | select SND_AC97_CODEC |
591 | help | 592 | help |
592 | Say Y here to include support for soundcards based on ESS Maestro 3 | 593 | Say Y here to include support for soundcards based on ESS Maestro 3 |