diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-05-25 05:50:33 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:21 -0400 |
commit | dda369cf2022fb767b158c4ba2fe2f1ca1fba29c (patch) | |
tree | 4362876a369a535a346ab90dd82fc1533344464f /sound/pci/Kconfig | |
parent | 621887aee9c7b4b613c12b82b83df7e56877f303 (diff) |
[ALSA] Fix SB-module dependency with PCI drivers
A few PCI drivers like ALS4000 and CS5530 require the SB16-codes.
This patch fixes / improves the dependency between SB modules and
PCI drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index fa17786e1587..c6b44102aa5b 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -33,6 +33,7 @@ config SND_ALS4000 | |||
33 | select SND_OPL3_LIB | 33 | select SND_OPL3_LIB |
34 | select SND_MPU401_UART | 34 | select SND_MPU401_UART |
35 | select SND_PCM | 35 | select SND_PCM |
36 | select SND_SB_COMMON | ||
36 | help | 37 | help |
37 | Say Y here to include support for soundcards based on Avance Logic | 38 | Say Y here to include support for soundcards based on Avance Logic |
38 | ALS4000 chips. | 39 | ALS4000 chips. |
@@ -218,7 +219,7 @@ config SND_CS46XX_NEW_DSP | |||
218 | config SND_CS5530 | 219 | config SND_CS5530 |
219 | tristate "CS5530 Audio" | 220 | tristate "CS5530 Audio" |
220 | depends on SND && ISA_DMA_API | 221 | depends on SND && ISA_DMA_API |
221 | select SND_SB16 | 222 | select SND_SB16_DSP |
222 | help | 223 | help |
223 | Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. | 224 | Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. |
224 | 225 | ||