diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-10-09 08:18:26 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:00:35 +0100 |
commit | 9bf5f8aa222e0f943bd5037207628ad70b729576 (patch) | |
tree | 9533d5cd4e0431133bea57e0dd6351bb1c601115 /sound/pci | |
parent | 8a89876bc108cacebbe5cc47049c162a8a143b26 (diff) |
[ALSA] emu10k1: select FW_LOADER
Let the emu10k1 driver select FW_LOADER because the new Emu1010 support
requires it.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-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 ae82024f87c..ee37de940c6 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -373,6 +373,7 @@ config SND_INDIGODJ config SND_EMU10K1 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" depends on SND + select FW_LOADER select SND_HWDEP select SND_RAWMIDI select SND_AC97_CODEC |