Kconfig (435feac648cab190990aa0bf9355f77d1f082db3) | Kconfig (99f08bf59019ca6c9056f10ee8f7e1ba6663251c) |
---|---|
1# ALSA PCI drivers 2 3menuconfig SND_PCI 4 bool "PCI sound devices" 5 depends on PCI 6 default y 7 help 8 Support for sound devices connected via the PCI bus. --- 193 unchanged lines hidden (view full) --- 202 CMI8768 or CMI8770 chips, say Y here and read 203 <file:Documentation/sound/alsa/CMIPCI.txt>. 204 205 To compile this driver as a module, choose M here: the module 206 will be called snd-cmipci. 207 208config SND_OXYGEN_LIB 209 tristate | 1# ALSA PCI drivers 2 3menuconfig SND_PCI 4 bool "PCI sound devices" 5 depends on PCI 6 default y 7 help 8 Support for sound devices connected via the PCI bus. --- 193 unchanged lines hidden (view full) --- 202 CMI8768 or CMI8770 chips, say Y here and read 203 <file:Documentation/sound/alsa/CMIPCI.txt>. 204 205 To compile this driver as a module, choose M here: the module 206 will be called snd-cmipci. 207 208config SND_OXYGEN_LIB 209 tristate |
210 select SND_PCM 211 select SND_MPU401_UART | |
212 213config SND_OXYGEN 214 tristate "C-Media 8788 (Oxygen)" 215 select SND_OXYGEN_LIB | 210 211config SND_OXYGEN 212 tristate "C-Media 8788 (Oxygen)" 213 select SND_OXYGEN_LIB |
214 select SND_PCM 215 select SND_MPU401_UART |
|
216 help 217 Say Y here to include support for sound cards based on the 218 C-Media CMI8788 (Oxygen HD Audio) chip: 219 * Asound A-8788 220 * AuzenTech X-Meridian 221 * Bgears b-Enspirer 222 * Club3D Theatron DTS 223 * HT-Omega Claro (plus) --- 352 unchanged lines hidden (view full) --- 576 soundcards. 577 578 To compile this driver as a module, choose M here: the module 579 will be called snd-hdspm. 580 581config SND_HIFIER 582 tristate "TempoTec HiFier Fantasia" 583 select SND_OXYGEN_LIB | 216 help 217 Say Y here to include support for sound cards based on the 218 C-Media CMI8788 (Oxygen HD Audio) chip: 219 * Asound A-8788 220 * AuzenTech X-Meridian 221 * Bgears b-Enspirer 222 * Club3D Theatron DTS 223 * HT-Omega Claro (plus) --- 352 unchanged lines hidden (view full) --- 576 soundcards. 577 578 To compile this driver as a module, choose M here: the module 579 will be called snd-hdspm. 580 581config SND_HIFIER 582 tristate "TempoTec HiFier Fantasia" 583 select SND_OXYGEN_LIB |
584 select SND_PCM 585 select SND_MPU401_UART |
|
584 help 585 Say Y here to include support for the MediaTek/TempoTec HiFier 586 Fantasia sound card. 587 588 To compile this driver as a module, choose M here: the module 589 will be called snd-hifier. 590 591config SND_ICE1712 --- 220 unchanged lines hidden (view full) --- 812 motherboards with VIA chipsets. 813 814 To compile this driver as a module, choose M here: the module 815 will be called snd-via82xx-modem. 816 817config SND_VIRTUOSO 818 tristate "Asus Virtuoso 100/200 (Xonar)" 819 select SND_OXYGEN_LIB | 586 help 587 Say Y here to include support for the MediaTek/TempoTec HiFier 588 Fantasia sound card. 589 590 To compile this driver as a module, choose M here: the module 591 will be called snd-hifier. 592 593config SND_ICE1712 --- 220 unchanged lines hidden (view full) --- 814 motherboards with VIA chipsets. 815 816 To compile this driver as a module, choose M here: the module 817 will be called snd-via82xx-modem. 818 819config SND_VIRTUOSO 820 tristate "Asus Virtuoso 100/200 (Xonar)" 821 select SND_OXYGEN_LIB |
822 select SND_PCM 823 select SND_MPU401_UART |
|
820 select SND_JACK if INPUT=y || INPUT=SND 821 help 822 Say Y here to include support for sound cards based on the 823 Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, 824 Essence ST (Deluxe), and Essence STX. 825 Support for the DS is experimental. 826 Support for the HDAV1.3 (Deluxe) is very experimental. 827 --- 25 unchanged lines hidden --- | 824 select SND_JACK if INPUT=y || INPUT=SND 825 help 826 Say Y here to include support for sound cards based on the 827 Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, 828 Essence ST (Deluxe), and Essence STX. 829 Support for the DS is experimental. 830 Support for the HDAV1.3 (Deluxe) is very experimental. 831 --- 25 unchanged lines hidden --- |