diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 1e2e19305e38..a2081803a827 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -15,6 +15,18 @@ config SND_AD1889 | |||
15 | To compile this as a module, choose M here: the module | 15 | To compile this as a module, choose M here: the module |
16 | will be called snd-ad1889. | 16 | will be called snd-ad1889. |
17 | 17 | ||
18 | config SND_ALS300 | ||
19 | tristate "Avance Logic ALS300/ALS300+" | ||
20 | depends on SND | ||
21 | select SND_PCM | ||
22 | select SND_AC97_CODEC | ||
23 | select SND_OPL3_LIB | ||
24 | help | ||
25 | Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ | ||
26 | |||
27 | To compile this driver as a module, choose M here: the module | ||
28 | will be called snd-als300 | ||
29 | |||
18 | config SND_ALS4000 | 30 | config SND_ALS4000 |
19 | tristate "Avance Logic ALS4000" | 31 | tristate "Avance Logic ALS4000" |
20 | depends on SND && ISA_DMA_API | 32 | depends on SND && ISA_DMA_API |
@@ -195,8 +207,9 @@ config SND_CS46XX | |||
195 | will be called snd-cs46xx. | 207 | will be called snd-cs46xx. |
196 | 208 | ||
197 | config SND_CS46XX_NEW_DSP | 209 | config SND_CS46XX_NEW_DSP |
198 | bool "Cirrus Logic (Sound Fusion) New DSP support (EXPERIMENTAL)" | 210 | bool "Cirrus Logic (Sound Fusion) New DSP support" |
199 | depends on SND_CS46XX && EXPERIMENTAL | 211 | depends on SND_CS46XX |
212 | default y | ||
200 | help | 213 | help |
201 | Say Y here to use a new DSP image for SPDIF and dual codecs. | 214 | Say Y here to use a new DSP image for SPDIF and dual codecs. |
202 | 215 | ||
@@ -466,6 +479,19 @@ config SND_PCXHR | |||
466 | To compile this driver as a module, choose M here: the module | 479 | To compile this driver as a module, choose M here: the module |
467 | will be called snd-pcxhr. | 480 | will be called snd-pcxhr. |
468 | 481 | ||
482 | config SND_RIPTIDE | ||
483 | tristate "Conexant Riptide" | ||
484 | depends on SND | ||
485 | depends on FW_LOADER | ||
486 | select SND_OPL3_LIB | ||
487 | select SND_MPU401_UART | ||
488 | select SND_AC97_CODEC | ||
489 | help | ||
490 | Say 'Y' or 'M' to include support for Conexant Riptide chip. | ||
491 | |||
492 | To compile this driver as a module, choose M here: the module | ||
493 | will be called snd-riptide | ||
494 | |||
469 | config SND_RME32 | 495 | config SND_RME32 |
470 | tristate "RME Digi32, 32/8, 32 PRO" | 496 | tristate "RME Digi32, 32/8, 32 PRO" |
471 | depends on SND | 497 | depends on SND |