diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 356bf21a1506..812085d521f1 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -183,6 +183,30 @@ config SND_CMIPCI | |||
183 | To compile this driver as a module, choose M here: the module | 183 | To compile this driver as a module, choose M here: the module |
184 | will be called snd-cmipci. | 184 | will be called snd-cmipci. |
185 | 185 | ||
186 | config SND_OXYGEN_LIB | ||
187 | tristate | ||
188 | depends on SND | ||
189 | select SND_PCM | ||
190 | select SND_MPU401_UART | ||
191 | |||
192 | config SND_OXYGEN | ||
193 | tristate "C-Media 8788 (Oxygen)" | ||
194 | depends on SND | ||
195 | select SND_OXYGEN_LIB | ||
196 | help | ||
197 | Say Y here to include support for sound cards based on the | ||
198 | C-Media CMI8788 (Oxygen HD Audio) chip: | ||
199 | * Asound A-8788 | ||
200 | * AuzenTech X-Meridian | ||
201 | * Bgears b-Enspirer | ||
202 | * Club3D Theatron DTS | ||
203 | * HT-Omega Claro | ||
204 | * Razer Barracuda AC-1 | ||
205 | * Sondigo Inferno | ||
206 | |||
207 | To compile this driver as a module, choose M here: the module | ||
208 | will be called snd-oxygen. | ||
209 | |||
186 | config SND_CS4281 | 210 | config SND_CS4281 |
187 | tristate "Cirrus Logic (Sound Fusion) CS4281" | 211 | tristate "Cirrus Logic (Sound Fusion) CS4281" |
188 | depends on SND | 212 | depends on SND |
@@ -623,6 +647,17 @@ config SND_HDSPM | |||
623 | To compile this driver as a module, choose M here: the module | 647 | To compile this driver as a module, choose M here: the module |
624 | will be called snd-hdspm. | 648 | will be called snd-hdspm. |
625 | 649 | ||
650 | config SND_HIFIER | ||
651 | tristate "TempoTec HiFier Fantasia" | ||
652 | depends on SND | ||
653 | select SND_OXYGEN_LIB | ||
654 | help | ||
655 | Say Y here to include support for the MediaTek/TempoTec HiFier | ||
656 | Fantasia sound card. | ||
657 | |||
658 | To compile this driver as a module, choose M here: the module | ||
659 | will be called snd-hifier. | ||
660 | |||
626 | config SND_ICE1712 | 661 | config SND_ICE1712 |
627 | tristate "ICEnsemble ICE1712 (Envy24)" | 662 | tristate "ICEnsemble ICE1712 (Envy24)" |
628 | depends on SND | 663 | depends on SND |
@@ -802,6 +837,16 @@ config SND_RME9652 | |||
802 | To compile this driver as a module, choose M here: the module | 837 | To compile this driver as a module, choose M here: the module |
803 | will be called snd-rme9652. | 838 | will be called snd-rme9652. |
804 | 839 | ||
840 | config SND_SIS7019 | ||
841 | tristate "SiS 7019 Audio Accelerator" | ||
842 | depends on SND && X86 && !X86_64 | ||
843 | select SND_AC97_CODEC | ||
844 | help | ||
845 | Say Y here to include support for the SiS 7019 Audio Accelerator. | ||
846 | |||
847 | To compile this driver as a module, choose M here: the module | ||
848 | will be called snd-sis7019. | ||
849 | |||
805 | config SND_SONICVIBES | 850 | config SND_SONICVIBES |
806 | tristate "S3 SonicVibes" | 851 | tristate "S3 SonicVibes" |
807 | depends on SND | 852 | depends on SND |
@@ -850,6 +895,17 @@ config SND_VIA82XX_MODEM | |||
850 | To compile this driver as a module, choose M here: the module | 895 | To compile this driver as a module, choose M here: the module |
851 | will be called snd-via82xx-modem. | 896 | will be called snd-via82xx-modem. |
852 | 897 | ||
898 | config SND_VIRTUOSO | ||
899 | tristate "Asus Virtuoso 200 (Xonar)" | ||
900 | depends on SND | ||
901 | select SND_OXYGEN_LIB | ||
902 | help | ||
903 | Say Y here to include support for sound cards based on the | ||
904 | Asus AV200 chip, i.e., Xonar D2 and Xonar D2X. | ||
905 | |||
906 | To compile this driver as a module, choose M here: the module | ||
907 | will be called snd-virtuoso. | ||
908 | |||
853 | config SND_VX222 | 909 | config SND_VX222 |
854 | tristate "Digigram VX222" | 910 | tristate "Digigram VX222" |
855 | depends on SND | 911 | depends on SND |