diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2006-10-09 02:18:26 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:00:35 -0500 |
commit | 9bf5f8aa222e0f943bd5037207628ad70b729576 (patch) | |
tree | 9533d5cd4e0431133bea57e0dd6351bb1c601115 /sound/pci/Kconfig | |
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/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 ae82024f87c0..ee37de940c63 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -373,6 +373,7 @@ config SND_INDIGODJ | |||
373 | config SND_EMU10K1 | 373 | config SND_EMU10K1 |
374 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" | 374 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" |
375 | depends on SND | 375 | depends on SND |
376 | select FW_LOADER | ||
376 | select SND_HWDEP | 377 | select SND_HWDEP |
377 | select SND_RAWMIDI | 378 | select SND_RAWMIDI |
378 | select SND_AC97_CODEC | 379 | select SND_AC97_CODEC |