11da177e4SLinus Torvalds# ALSA PCI drivers 21da177e4SLinus Torvalds 389fe5117STakashi Iwaimenuconfig SND_PCI 489fe5117STakashi Iwai bool "PCI sound devices" 589fe5117STakashi Iwai depends on PCI 689fe5117STakashi Iwai default y 789fe5117STakashi Iwai help 889fe5117STakashi Iwai Support for sound devices connected via the PCI bus. 989fe5117STakashi Iwai 1089fe5117STakashi Iwaiif SND_PCI 111da177e4SLinus Torvalds 12230b5c1aSTakashi Iwaiconfig SND_AD1889 13230b5c1aSTakashi Iwai tristate "Analog Devices AD1889" 14230b5c1aSTakashi Iwai select SND_AC97_CODEC 15230b5c1aSTakashi Iwai help 16230b5c1aSTakashi Iwai Say Y here to include support for the integrated AC97 sound 17230b5c1aSTakashi Iwai device found in particular on the Hewlett-Packard [BCJ]-xxx0 18230b5c1aSTakashi Iwai class PA-RISC workstations, using the AD1819 codec. 19230b5c1aSTakashi Iwai 20230b5c1aSTakashi Iwai To compile this as a module, choose M here: the module 21230b5c1aSTakashi Iwai will be called snd-ad1889. 22230b5c1aSTakashi Iwai 23b3a70d5eSAsh Willisconfig SND_ALS300 24b3a70d5eSAsh Willis tristate "Avance Logic ALS300/ALS300+" 25b3a70d5eSAsh Willis select SND_PCM 26b3a70d5eSAsh Willis select SND_AC97_CODEC 27b3a70d5eSAsh Willis select SND_OPL3_LIB 28b3a70d5eSAsh Willis help 29b3a70d5eSAsh Willis Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ 30b3a70d5eSAsh Willis 31b3a70d5eSAsh Willis To compile this driver as a module, choose M here: the module 32b3a70d5eSAsh Willis will be called snd-als300 33b3a70d5eSAsh Willis 34230b5c1aSTakashi Iwaiconfig SND_ALS4000 35230b5c1aSTakashi Iwai tristate "Avance Logic ALS4000" 3689fe5117STakashi Iwai depends on ISA_DMA_API 37230b5c1aSTakashi Iwai select SND_OPL3_LIB 38230b5c1aSTakashi Iwai select SND_MPU401_UART 39230b5c1aSTakashi Iwai select SND_PCM 40dda369cfSTakashi Iwai select SND_SB_COMMON 41230b5c1aSTakashi Iwai help 42230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Avance Logic 43230b5c1aSTakashi Iwai ALS4000 chips. 44230b5c1aSTakashi Iwai 45230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 46230b5c1aSTakashi Iwai will be called snd-als4000. 47230b5c1aSTakashi Iwai 481da177e4SLinus Torvaldsconfig SND_ALI5451 491da177e4SLinus Torvalds tristate "ALi M5451 PCI Audio Controller" 501da177e4SLinus Torvalds select SND_MPU401_UART 511da177e4SLinus Torvalds select SND_AC97_CODEC 521da177e4SLinus Torvalds help 531da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 541da177e4SLinus Torvalds device on motherboards using the ALi M5451 Audio Controller 551da177e4SLinus Torvalds (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets 561da177e4SLinus Torvalds use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. 571da177e4SLinus Torvalds 581da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 591da177e4SLinus Torvalds will be called snd-ali5451. 601da177e4SLinus Torvalds 61719f82d3SEliot Blennerhassettconfig SND_ASIHPI 62719f82d3SEliot Blennerhassett tristate "AudioScience ASIxxxx" 63719f82d3SEliot Blennerhassett depends on X86 64719f82d3SEliot Blennerhassett select FW_LOADER 65719f82d3SEliot Blennerhassett select SND_PCM 66719f82d3SEliot Blennerhassett select SND_HWDEP 67719f82d3SEliot Blennerhassett help 68719f82d3SEliot Blennerhassett Say Y here to include support for AudioScience ASI sound cards. 69719f82d3SEliot Blennerhassett 70719f82d3SEliot Blennerhassett To compile this driver as a module, choose M here: the module 71719f82d3SEliot Blennerhassett will be called snd-asihpi. 72719f82d3SEliot Blennerhassett 731da177e4SLinus Torvaldsconfig SND_ATIIXP 741da177e4SLinus Torvalds tristate "ATI IXP AC97 Controller" 751da177e4SLinus Torvalds select SND_AC97_CODEC 761da177e4SLinus Torvalds help 771da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 781da177e4SLinus Torvalds device on motherboards with ATI chipsets (ATI IXP 150/200/250/ 791da177e4SLinus Torvalds 300/400). 801da177e4SLinus Torvalds 811da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 821da177e4SLinus Torvalds will be called snd-atiixp. 831da177e4SLinus Torvalds 841da177e4SLinus Torvaldsconfig SND_ATIIXP_MODEM 851da177e4SLinus Torvalds tristate "ATI IXP Modem" 861da177e4SLinus Torvalds select SND_AC97_CODEC 871da177e4SLinus Torvalds help 881da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 891da177e4SLinus Torvalds motherboards with ATI chipsets (ATI IXP 150/200/250). 901da177e4SLinus Torvalds 911da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 921da177e4SLinus Torvalds will be called snd-atiixp-modem. 931da177e4SLinus Torvalds 941da177e4SLinus Torvaldsconfig SND_AU8810 951da177e4SLinus Torvalds tristate "Aureal Advantage" 961da177e4SLinus Torvalds select SND_MPU401_UART 971da177e4SLinus Torvalds select SND_AC97_CODEC 981da177e4SLinus Torvalds help 991da177e4SLinus Torvalds Say Y here to include support for Aureal Advantage soundcards. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 1021da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 1031da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 1041da177e4SLinus Torvalds 1051da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1061da177e4SLinus Torvalds will be called snd-au8810. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvaldsconfig SND_AU8820 1091da177e4SLinus Torvalds tristate "Aureal Vortex" 1101da177e4SLinus Torvalds select SND_MPU401_UART 1111da177e4SLinus Torvalds select SND_AC97_CODEC 1121da177e4SLinus Torvalds help 1131da177e4SLinus Torvalds Say Y here to include support for Aureal Vortex soundcards. 1141da177e4SLinus Torvalds 1151da177e4SLinus Torvalds Supported features: Hardware Mixer and SRC. For more info, email 1161da177e4SLinus Torvalds the ALSA developer list, or <mjander@users.sourceforge.net>. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1191da177e4SLinus Torvalds will be called snd-au8820. 1201da177e4SLinus Torvalds 1211da177e4SLinus Torvaldsconfig SND_AU8830 1221da177e4SLinus Torvalds tristate "Aureal Vortex 2" 1231da177e4SLinus Torvalds select SND_MPU401_UART 1241da177e4SLinus Torvalds select SND_AC97_CODEC 1251da177e4SLinus Torvalds help 1261da177e4SLinus Torvalds Say Y here to include support for Aureal Vortex 2 soundcards. 1271da177e4SLinus Torvalds 1281da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 1291da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 1301da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 1311da177e4SLinus Torvalds 1321da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1331da177e4SLinus Torvalds will be called snd-au8830. 1341da177e4SLinus Torvalds 13598f2a97fSCedric Bregardisconfig SND_AW2 13698f2a97fSCedric Bregardis tristate "Emagic Audiowerk 2" 13798f2a97fSCedric Bregardis help 13898f2a97fSCedric Bregardis Say Y here to include support for Emagic Audiowerk 2 soundcards. 13998f2a97fSCedric Bregardis 14098f2a97fSCedric Bregardis Supported features: Analog and SPDIF output. Analog or SPDIF input. 14198f2a97fSCedric Bregardis Note: Switch between analog and digital input does not always work. 14298f2a97fSCedric Bregardis It can produce continuous noise. The workaround is to switch again 14398f2a97fSCedric Bregardis (and again) between digital and analog input until it works. 14498f2a97fSCedric Bregardis 14598f2a97fSCedric Bregardis To compile this driver as a module, choose M here: the module 14698f2a97fSCedric Bregardis will be called snd-aw2. 14798f2a97fSCedric Bregardis 14898f2a97fSCedric Bregardis 1491da177e4SLinus Torvaldsconfig SND_AZT3328 1503eff8958SAndreas Mohr tristate "Aztech AZF3328 / PCI168" 1511da177e4SLinus Torvalds select SND_OPL3_LIB 1521da177e4SLinus Torvalds select SND_MPU401_UART 1531da177e4SLinus Torvalds select SND_PCM 1543eff8958SAndreas Mohr select SND_RAWMIDI 155b5dc20cdSAndreas Mohr select SND_AC97_CODEC 1561da177e4SLinus Torvalds help 1571da177e4SLinus Torvalds Say Y here to include support for Aztech AZF3328 (PCI168) 1581da177e4SLinus Torvalds soundcards. 1591da177e4SLinus Torvalds 160b5dc20cdSAndreas Mohr Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O 161b5dc20cdSAndreas Mohr (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing), 162b5dc20cdSAndreas Mohr Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer, 163b5dc20cdSAndreas Mohr ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume. 164b5dc20cdSAndreas Mohr 1651da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1661da177e4SLinus Torvalds will be called snd-azt3328. 1671da177e4SLinus Torvalds 1681da177e4SLinus Torvaldsconfig SND_BT87X 1691da177e4SLinus Torvalds tristate "Bt87x Audio Capture" 1701da177e4SLinus Torvalds select SND_PCM 1711da177e4SLinus Torvalds help 1721da177e4SLinus Torvalds If you want to record audio from TV cards based on 1731da177e4SLinus Torvalds Brooktree Bt878/Bt879 chips, say Y here and read 1741da177e4SLinus Torvalds <file:Documentation/sound/alsa/Bt87x.txt>. 1751da177e4SLinus Torvalds 1761da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1771da177e4SLinus Torvalds will be called snd-bt87x. 1781da177e4SLinus Torvalds 1791da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK 1801da177e4SLinus Torvalds bool "Bt87x Audio overclocking" 1811da177e4SLinus Torvalds depends on SND_BT87X 1821da177e4SLinus Torvalds help 1831da177e4SLinus Torvalds Say Y here if 448000 Hz isn't enough for you and you want to 1841da177e4SLinus Torvalds record from the analog input with up to 1792000 Hz. 1851da177e4SLinus Torvalds 1861da177e4SLinus Torvalds Higher sample rates won't hurt your hardware, but audio 1871da177e4SLinus Torvalds quality may suffer. 1881da177e4SLinus Torvalds 189230b5c1aSTakashi Iwaiconfig SND_CA0106 190230b5c1aSTakashi Iwai tristate "SB Audigy LS / Live 24bit" 191230b5c1aSTakashi Iwai select SND_AC97_CODEC 192230b5c1aSTakashi Iwai select SND_RAWMIDI 19349c88b85STakashi Iwai select SND_VMASTER 194230b5c1aSTakashi Iwai help 195230b5c1aSTakashi Iwai Say Y here to include support for the Sound Blaster Audigy LS 196230b5c1aSTakashi Iwai and Live 24bit. 197230b5c1aSTakashi Iwai 198230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 199230b5c1aSTakashi Iwai will be called snd-ca0106. 200230b5c1aSTakashi Iwai 201230b5c1aSTakashi Iwaiconfig SND_CMIPCI 20245c41b48SClemens Ladisch tristate "C-Media 8338, 8738, 8768, 8770" 203230b5c1aSTakashi Iwai select SND_OPL3_LIB 204230b5c1aSTakashi Iwai select SND_MPU401_UART 205230b5c1aSTakashi Iwai select SND_PCM 206230b5c1aSTakashi Iwai help 20745c41b48SClemens Ladisch If you want to use soundcards based on C-Media CMI8338, CMI8738, 20845c41b48SClemens Ladisch CMI8768 or CMI8770 chips, say Y here and read 209230b5c1aSTakashi Iwai <file:Documentation/sound/alsa/CMIPCI.txt>. 210230b5c1aSTakashi Iwai 211230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 212230b5c1aSTakashi Iwai will be called snd-cmipci. 213230b5c1aSTakashi Iwai 214d0ce9946SClemens Ladischconfig SND_OXYGEN_LIB 215d0ce9946SClemens Ladisch tristate 216d0ce9946SClemens Ladisch 217d0ce9946SClemens Ladischconfig SND_OXYGEN 21866410bfdSClemens Ladisch tristate "C-Media 8786, 8787, 8788 (Oxygen)" 219d0ce9946SClemens Ladisch select SND_OXYGEN_LIB 22099f08bf5SClemens Ladisch select SND_PCM 22199f08bf5SClemens Ladisch select SND_MPU401_UART 222d0ce9946SClemens Ladisch help 223d0ce9946SClemens Ladisch Say Y here to include support for sound cards based on the 224d0ce9946SClemens Ladisch C-Media CMI8788 (Oxygen HD Audio) chip: 225d0ce9946SClemens Ladisch * Asound A-8788 22676bc7a0dSClemens Ladisch * Asus Xonar DG/DGX 227d0ce9946SClemens Ladisch * AuzenTech X-Meridian 2288443d2ebSClemens Ladisch * AuzenTech X-Meridian 2G 229d0ce9946SClemens Ladisch * Bgears b-Enspirer 230d0ce9946SClemens Ladisch * Club3D Theatron DTS 231de04b102SClemens Ladisch * HT-Omega Claro (plus) 232de04b102SClemens Ladisch * HT-Omega Claro halo (XT) 23331f86bacSClemens Ladisch * Kuroutoshikou CMI8787-HG2PCI 234d0ce9946SClemens Ladisch * Razer Barracuda AC-1 235d0ce9946SClemens Ladisch * Sondigo Inferno 23645c1de8eSClemens Ladisch * TempoTec/MediaTek HiFier Fantasia 2372146dcfdSClemens Ladisch * TempoTec/MediaTek HiFier Serenade 238d0ce9946SClemens Ladisch 239d0ce9946SClemens Ladisch To compile this driver as a module, choose M here: the module 240d0ce9946SClemens Ladisch will be called snd-oxygen. 241d0ce9946SClemens Ladisch 242230b5c1aSTakashi Iwaiconfig SND_CS4281 243230b5c1aSTakashi Iwai tristate "Cirrus Logic (Sound Fusion) CS4281" 244230b5c1aSTakashi Iwai select SND_OPL3_LIB 245230b5c1aSTakashi Iwai select SND_RAWMIDI 246230b5c1aSTakashi Iwai select SND_AC97_CODEC 247230b5c1aSTakashi Iwai help 248230b5c1aSTakashi Iwai Say Y here to include support for Cirrus Logic CS4281 chips. 249230b5c1aSTakashi Iwai 250230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 251230b5c1aSTakashi Iwai will be called snd-cs4281. 252230b5c1aSTakashi Iwai 2531da177e4SLinus Torvaldsconfig SND_CS46XX 2541da177e4SLinus Torvalds tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" 2551da177e4SLinus Torvalds select SND_RAWMIDI 2561da177e4SLinus Torvalds select SND_AC97_CODEC 257*ad233a5fSTakashi Iwai select FW_LOADER 2581da177e4SLinus Torvalds help 2591da177e4SLinus Torvalds Say Y here to include support for Cirrus Logic CS4610/CS4612/ 2601da177e4SLinus Torvalds CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. 2611da177e4SLinus Torvalds 2621da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2631da177e4SLinus Torvalds will be called snd-cs46xx. 2641da177e4SLinus Torvalds 2651da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP 266675b4e59STakashi Iwai bool "Cirrus Logic (Sound Fusion) New DSP support" 267675b4e59STakashi Iwai depends on SND_CS46XX 268675b4e59STakashi Iwai default y 2691da177e4SLinus Torvalds help 2701da177e4SLinus Torvalds Say Y here to use a new DSP image for SPDIF and dual codecs. 2711da177e4SLinus Torvalds 2721da177e4SLinus Torvalds This works better than the old code, so say Y. 2731da177e4SLinus Torvalds 274621887aeSTakashi Iwaiconfig SND_CS5530 275621887aeSTakashi Iwai tristate "CS5530 Audio" 27689fe5117STakashi Iwai depends on ISA_DMA_API 277dda369cfSTakashi Iwai select SND_SB16_DSP 278621887aeSTakashi Iwai help 279621887aeSTakashi Iwai Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 280621887aeSTakashi Iwai 281621887aeSTakashi Iwai To compile this driver as a module, choose M here: the module 282621887aeSTakashi Iwai will be called snd-cs5530. 283621887aeSTakashi Iwai 284230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO 2859ac25594SJaya Kumar tristate "CS5535/CS5536 Audio" 286230b5c1aSTakashi Iwai select SND_PCM 2871da177e4SLinus Torvalds select SND_AC97_CODEC 2881da177e4SLinus Torvalds help 289230b5c1aSTakashi Iwai Say Y here to include support for audio on CS5535 chips. It is 290230b5c1aSTakashi Iwai referred to as NS CS5535 IO or AMD CS5535 IO companion in 2919ac25594SJaya Kumar various literature. This driver also supports the CS5536 audio 2929ac25594SJaya Kumar device. However, for both chips, on certain boards, you may 2939ac25594SJaya Kumar need to use ac97_quirk=hp_only if your board has physically 2949ac25594SJaya Kumar mapped headphone out to master output. If that works for you, 2959ac25594SJaya Kumar send lspci -vvv output to the mailing list so that your board 2969ac25594SJaya Kumar can be identified in the quirks list. 2971da177e4SLinus Torvalds 2981da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 299230b5c1aSTakashi Iwai will be called snd-cs5535audio. 3001da177e4SLinus Torvalds 3018cc72361SWai Yew CHAYconfig SND_CTXFI 3028cc72361SWai Yew CHAY tristate "Creative Sound Blaster X-Fi" 3038cc72361SWai Yew CHAY select SND_PCM 3048cc72361SWai Yew CHAY help 3058cc72361SWai Yew CHAY If you want to use soundcards based on Creative Sound Blastr X-Fi 3068cc72361SWai Yew CHAY boards with 20k1 or 20k2 chips, say Y here. 3078cc72361SWai Yew CHAY 3088cc72361SWai Yew CHAY To compile this driver as a module, choose M here: the module 3098cc72361SWai Yew CHAY will be called snd-ctxfi. 3108cc72361SWai Yew CHAY 311dd7b254dSGiuliano Pochiniconfig SND_DARLA20 312dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla20" 3138a89876bSClemens Ladisch select FW_LOADER 314dd7b254dSGiuliano Pochini select SND_PCM 315dd7b254dSGiuliano Pochini help 316dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla. 317dd7b254dSGiuliano Pochini 318dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 319dd7b254dSGiuliano Pochini will be called snd-darla20 320dd7b254dSGiuliano Pochini 321dd7b254dSGiuliano Pochiniconfig SND_GINA20 322dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina20" 3238a89876bSClemens Ladisch select FW_LOADER 324dd7b254dSGiuliano Pochini select SND_PCM 325dd7b254dSGiuliano Pochini help 326dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina. 327dd7b254dSGiuliano Pochini 328dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 329dd7b254dSGiuliano Pochini will be called snd-gina20 330dd7b254dSGiuliano Pochini 331dd7b254dSGiuliano Pochiniconfig SND_LAYLA20 332dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla20" 3338a89876bSClemens Ladisch select FW_LOADER 334dd7b254dSGiuliano Pochini select SND_RAWMIDI 335dd7b254dSGiuliano Pochini select SND_PCM 336dd7b254dSGiuliano Pochini help 337dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla. 338dd7b254dSGiuliano Pochini 339dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 340dd7b254dSGiuliano Pochini will be called snd-layla20 341dd7b254dSGiuliano Pochini 342dd7b254dSGiuliano Pochiniconfig SND_DARLA24 343dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla24" 3448a89876bSClemens Ladisch select FW_LOADER 345dd7b254dSGiuliano Pochini select SND_PCM 346dd7b254dSGiuliano Pochini help 347dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla24. 348dd7b254dSGiuliano Pochini 349dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 350dd7b254dSGiuliano Pochini will be called snd-darla24 351dd7b254dSGiuliano Pochini 352dd7b254dSGiuliano Pochiniconfig SND_GINA24 353dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina24" 3548a89876bSClemens Ladisch select FW_LOADER 355dd7b254dSGiuliano Pochini select SND_PCM 356dd7b254dSGiuliano Pochini help 357dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina24. 358dd7b254dSGiuliano Pochini 359dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 360dd7b254dSGiuliano Pochini will be called snd-gina24 361dd7b254dSGiuliano Pochini 362dd7b254dSGiuliano Pochiniconfig SND_LAYLA24 363dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla24" 3648a89876bSClemens Ladisch select FW_LOADER 365dd7b254dSGiuliano Pochini select SND_RAWMIDI 366dd7b254dSGiuliano Pochini select SND_PCM 367dd7b254dSGiuliano Pochini help 368dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla24. 369dd7b254dSGiuliano Pochini 370dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 371dd7b254dSGiuliano Pochini will be called snd-layla24 372dd7b254dSGiuliano Pochini 373dd7b254dSGiuliano Pochiniconfig SND_MONA 374dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mona" 3758a89876bSClemens Ladisch select FW_LOADER 376dd7b254dSGiuliano Pochini select SND_RAWMIDI 377dd7b254dSGiuliano Pochini select SND_PCM 378dd7b254dSGiuliano Pochini help 379dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mona. 380dd7b254dSGiuliano Pochini 381dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 382dd7b254dSGiuliano Pochini will be called snd-mona 383dd7b254dSGiuliano Pochini 384dd7b254dSGiuliano Pochiniconfig SND_MIA 385dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mia" 3868a89876bSClemens Ladisch select FW_LOADER 387dd7b254dSGiuliano Pochini select SND_RAWMIDI 388dd7b254dSGiuliano Pochini select SND_PCM 389dd7b254dSGiuliano Pochini help 390dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. 391dd7b254dSGiuliano Pochini 392dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 393dd7b254dSGiuliano Pochini will be called snd-mia 394dd7b254dSGiuliano Pochini 395dd7b254dSGiuliano Pochiniconfig SND_ECHO3G 396dd7b254dSGiuliano Pochini tristate "(Echoaudio) 3G cards" 3978a89876bSClemens Ladisch select FW_LOADER 398dd7b254dSGiuliano Pochini select SND_RAWMIDI 399dd7b254dSGiuliano Pochini select SND_PCM 400dd7b254dSGiuliano Pochini help 401dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. 402dd7b254dSGiuliano Pochini 403dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 404dd7b254dSGiuliano Pochini will be called snd-echo3g 405dd7b254dSGiuliano Pochini 406dd7b254dSGiuliano Pochiniconfig SND_INDIGO 407dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo" 4088a89876bSClemens Ladisch select FW_LOADER 409dd7b254dSGiuliano Pochini select SND_PCM 410dd7b254dSGiuliano Pochini help 411dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo. 412dd7b254dSGiuliano Pochini 413dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 414dd7b254dSGiuliano Pochini will be called snd-indigo 415dd7b254dSGiuliano Pochini 416dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO 417dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo IO" 4188a89876bSClemens Ladisch select FW_LOADER 419dd7b254dSGiuliano Pochini select SND_PCM 420dd7b254dSGiuliano Pochini help 421dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IO. 422dd7b254dSGiuliano Pochini 423dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 424dd7b254dSGiuliano Pochini will be called snd-indigoio 425dd7b254dSGiuliano Pochini 426dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ 427dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo DJ" 4288a89876bSClemens Ladisch select FW_LOADER 429dd7b254dSGiuliano Pochini select SND_PCM 430dd7b254dSGiuliano Pochini help 431dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. 432dd7b254dSGiuliano Pochini 433dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 434dd7b254dSGiuliano Pochini will be called snd-indigodj 435dd7b254dSGiuliano Pochini 436a2328d02SGiuliano Pochiniconfig SND_INDIGOIOX 437a2328d02SGiuliano Pochini tristate "(Echoaudio) Indigo IOx" 438a2328d02SGiuliano Pochini select FW_LOADER 439a2328d02SGiuliano Pochini select SND_PCM 440a2328d02SGiuliano Pochini help 441a2328d02SGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IOx. 442a2328d02SGiuliano Pochini 443a2328d02SGiuliano Pochini To compile this driver as a module, choose M here: the module 444a2328d02SGiuliano Pochini will be called snd-indigoiox 445a2328d02SGiuliano Pochini 446a2328d02SGiuliano Pochiniconfig SND_INDIGODJX 447a2328d02SGiuliano Pochini tristate "(Echoaudio) Indigo DJx" 448a2328d02SGiuliano Pochini select FW_LOADER 449a2328d02SGiuliano Pochini select SND_PCM 450a2328d02SGiuliano Pochini help 451a2328d02SGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJx. 452a2328d02SGiuliano Pochini 453a2328d02SGiuliano Pochini To compile this driver as a module, choose M here: the module 454a2328d02SGiuliano Pochini will be called snd-indigodjx 455a2328d02SGiuliano Pochini 4561da177e4SLinus Torvaldsconfig SND_EMU10K1 4571da177e4SLinus Torvalds tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 4589bf5f8aaSClemens Ladisch select FW_LOADER 4591da177e4SLinus Torvalds select SND_HWDEP 4601da177e4SLinus Torvalds select SND_RAWMIDI 4611da177e4SLinus Torvalds select SND_AC97_CODEC 4621da177e4SLinus Torvalds help 4631da177e4SLinus Torvalds Say Y to include support for Sound Blaster PCI 512, Live!, 4641da177e4SLinus Torvalds Audigy and E-mu APS (partially supported) soundcards. 4651da177e4SLinus Torvalds 4661da177e4SLinus Torvalds The confusing multitude of mixer controls is documented in 4671da177e4SLinus Torvalds <file:Documentation/sound/alsa/SB-Live-mixer.txt> and 4681da177e4SLinus Torvalds <file:Documentation/sound/alsa/Audigy-mixer.txt>. 4691da177e4SLinus Torvalds 4701da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4711da177e4SLinus Torvalds will be called snd-emu10k1. 4721da177e4SLinus Torvalds 4731da177e4SLinus Torvaldsconfig SND_EMU10K1X 4741da177e4SLinus Torvalds tristate "Emu10k1X (Dell OEM Version)" 4751da177e4SLinus Torvalds select SND_AC97_CODEC 4761da177e4SLinus Torvalds select SND_RAWMIDI 4771da177e4SLinus Torvalds help 4781da177e4SLinus Torvalds Say Y here to include support for the Dell OEM version of the 4791da177e4SLinus Torvalds Sound Blaster Live!. 4801da177e4SLinus Torvalds 4811da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4821da177e4SLinus Torvalds will be called snd-emu10k1x. 4831da177e4SLinus Torvalds 4841da177e4SLinus Torvaldsconfig SND_ENS1370 4851da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1370" 4861da177e4SLinus Torvalds select SND_RAWMIDI 4871da177e4SLinus Torvalds select SND_PCM 4881da177e4SLinus Torvalds help 4891da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1370 chips. 4901da177e4SLinus Torvalds 4911da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4921da177e4SLinus Torvalds will be called snd-ens1370. 4931da177e4SLinus Torvalds 4941da177e4SLinus Torvaldsconfig SND_ENS1371 4951da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1371/1373" 4961da177e4SLinus Torvalds select SND_RAWMIDI 4971da177e4SLinus Torvalds select SND_AC97_CODEC 4981da177e4SLinus Torvalds help 4991da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1371 chips and 5001da177e4SLinus Torvalds Sound Blaster PCI 64 or 128 soundcards. 5011da177e4SLinus Torvalds 5021da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5031da177e4SLinus Torvalds will be called snd-ens1371. 5041da177e4SLinus Torvalds 5051da177e4SLinus Torvaldsconfig SND_ES1938 5061da177e4SLinus Torvalds tristate "ESS ES1938/1946/1969 (Solo-1)" 5071da177e4SLinus Torvalds select SND_OPL3_LIB 5081da177e4SLinus Torvalds select SND_MPU401_UART 5091da177e4SLinus Torvalds select SND_AC97_CODEC 5101da177e4SLinus Torvalds help 5111da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Solo-1 5121da177e4SLinus Torvalds (ES1938, ES1946, ES1969) chips. 5131da177e4SLinus Torvalds 5141da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5151da177e4SLinus Torvalds will be called snd-es1938. 5161da177e4SLinus Torvalds 5171da177e4SLinus Torvaldsconfig SND_ES1968 5181da177e4SLinus Torvalds tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 5191da177e4SLinus Torvalds select SND_MPU401_UART 5201da177e4SLinus Torvalds select SND_AC97_CODEC 5211da177e4SLinus Torvalds help 5221da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Maestro 5231da177e4SLinus Torvalds 1/2/2E chips. 5241da177e4SLinus Torvalds 5251da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5261da177e4SLinus Torvalds will be called snd-es1968. 5271da177e4SLinus Torvalds 5285a5e02e5SHans de Goedeconfig SND_ES1968_INPUT 5295a5e02e5SHans de Goede bool "Enable input device for es1968 volume buttons" 5305a5e02e5SHans de Goede depends on SND_ES1968 5315a5e02e5SHans de Goede depends on INPUT=y || INPUT=SND_ES1968 5325a5e02e5SHans de Goede help 5335a5e02e5SHans de Goede If you say Y here, you will get an input device which reports 5345a5e02e5SHans de Goede keypresses for the volume buttons connected to the es1968 chip. 5355a5e02e5SHans de Goede If you say N the buttons will directly control the master volume. 5365a5e02e5SHans de Goede It is recommended to say Y. 5375a5e02e5SHans de Goede 5381872f589SOndrej Zaryconfig SND_ES1968_RADIO 5391872f589SOndrej Zary bool "Enable TEA5757 radio tuner support for es1968" 5401872f589SOndrej Zary depends on SND_ES1968 541338c658aSOndrej Zary depends on MEDIA_RADIO_SUPPORT 5421872f589SOndrej Zary depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968 543e9a7495cSMauro Carvalho Chehab select RADIO_ADAPTERS 544338c658aSOndrej Zary select RADIO_TEA575X 545e9a7495cSMauro Carvalho Chehab 5461872f589SOndrej Zary help 5471872f589SOndrej Zary Say Y here to include support for TEA5757 radio tuner integrated on 5481872f589SOndrej Zary some MediaForte cards (e.g. SF64-PCE2). 5491872f589SOndrej Zary 5501da177e4SLinus Torvaldsconfig SND_FM801 5511da177e4SLinus Torvalds tristate "ForteMedia FM801" 5521da177e4SLinus Torvalds select SND_OPL3_LIB 5531da177e4SLinus Torvalds select SND_MPU401_UART 5541da177e4SLinus Torvalds select SND_AC97_CODEC 5551da177e4SLinus Torvalds help 5561da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 5571da177e4SLinus Torvalds FM801 chip. 5581da177e4SLinus Torvalds 5591da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5601da177e4SLinus Torvalds will be called snd-fm801. 5611da177e4SLinus Torvalds 562efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL 563efce4bb9SAdrian Bunk bool "ForteMedia FM801 + TEA5757 tuner" 5641da177e4SLinus Torvalds depends on SND_FM801 565338c658aSOndrej Zary depends on MEDIA_RADIO_SUPPORT 5669b76ede4SMauro Carvalho Chehab depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 567e9a7495cSMauro Carvalho Chehab select RADIO_ADAPTERS 568338c658aSOndrej Zary select RADIO_TEA575X 5691da177e4SLinus Torvalds help 5701da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 571fdb62b50SOndrej Zary FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and 572fdb62b50SOndrej Zary SF64-PCR) into the snd-fm801 driver. 5731da177e4SLinus Torvalds 57411b444d5STakashi Iwaisource "sound/pci/hda/Kconfig" 5757a5a27cfSTakashi Iwai 576230b5c1aSTakashi Iwaiconfig SND_HDSP 577230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP Audio" 57890caaef6STakashi Iwai select FW_LOADER 579230b5c1aSTakashi Iwai select SND_HWDEP 580230b5c1aSTakashi Iwai select SND_RAWMIDI 581230b5c1aSTakashi Iwai select SND_PCM 582230b5c1aSTakashi Iwai help 583230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP Audio 584230b5c1aSTakashi Iwai soundcards. 585230b5c1aSTakashi Iwai 586230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 587230b5c1aSTakashi Iwai will be called snd-hdsp. 588230b5c1aSTakashi Iwai 589511b4c17STakashi Iwaicomment "Don't forget to add built-in firmwares for HDSP driver" 590511b4c17STakashi Iwai depends on SND_HDSP=y 591511b4c17STakashi Iwai 592230b5c1aSTakashi Iwaiconfig SND_HDSPM 593fbcdf334SAdrian Knoth tristate "RME Hammerfall DSP MADI/RayDAT/AIO" 594230b5c1aSTakashi Iwai select SND_HWDEP 595230b5c1aSTakashi Iwai select SND_RAWMIDI 596230b5c1aSTakashi Iwai select SND_PCM 597230b5c1aSTakashi Iwai help 598fbcdf334SAdrian Knoth Say Y here to include support for RME Hammerfall DSP MADI, 599fbcdf334SAdrian Knoth RayDAT and AIO soundcards. 600230b5c1aSTakashi Iwai 601230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 602230b5c1aSTakashi Iwai will be called snd-hdspm. 603230b5c1aSTakashi Iwai 6041da177e4SLinus Torvaldsconfig SND_ICE1712 6051da177e4SLinus Torvalds tristate "ICEnsemble ICE1712 (Envy24)" 6061da177e4SLinus Torvalds select SND_MPU401_UART 6071da177e4SLinus Torvalds select SND_AC97_CODEC 608401de818SAkinobu Mita select BITREVERSE 6091da177e4SLinus Torvalds help 6101da177e4SLinus Torvalds Say Y here to include support for soundcards based on the 6111da177e4SLinus Torvalds ICE1712 (Envy24) chip. 6121da177e4SLinus Torvalds 6131da177e4SLinus Torvalds Currently supported hardware is: M-Audio Delta 1010(LT), 6141da177e4SLinus Torvalds DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 6156e8d90cdSAlexander Beregalov TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88; 6166e8d90cdSAlexander Beregalov Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8; 6176e8d90cdSAlexander Beregalov Lionstracs Mediastation, Terrasoniq TS 88. 6181da177e4SLinus Torvalds 6191da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6201da177e4SLinus Torvalds will be called snd-ice1712. 6211da177e4SLinus Torvalds 6221da177e4SLinus Torvaldsconfig SND_ICE1724 6231da177e4SLinus Torvalds tristate "ICE/VT1724/1720 (Envy24HT/PT)" 624aea3bfbcSClemens Ladisch select SND_RAWMIDI 6251da177e4SLinus Torvalds select SND_AC97_CODEC 626d16be8edSPavel Hofman select SND_VMASTER 6271da177e4SLinus Torvalds help 6281da177e4SLinus Torvalds Say Y here to include support for soundcards based on 6291da177e4SLinus Torvalds ICE/VT1724/1720 (Envy24HT/PT) chips. 6301da177e4SLinus Torvalds 6311da177e4SLinus Torvalds Currently supported hardware is: AMP AUDIO2000; M-Audio 6326e8d90cdSAlexander Beregalov Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky, 6336e8d90cdSAlexander Beregalov 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI; 6346e8d90cdSAlexander Beregalov AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules 6356e8d90cdSAlexander Beregalov Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal 6366e8d90cdSAlexander Beregalov 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS, 63777b0b254SOndrej Zary AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge. 6381da177e4SLinus Torvalds 6391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6401da177e4SLinus Torvalds will be called snd-ice1724. 6411da177e4SLinus Torvalds 6421da177e4SLinus Torvaldsconfig SND_INTEL8X0 6431da177e4SLinus Torvalds tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 6441da177e4SLinus Torvalds select SND_AC97_CODEC 6451da177e4SLinus Torvalds help 6461da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 6471da177e4SLinus Torvalds device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 6481da177e4SLinus Torvalds ALi chipsets using the M5455 Audio Controller. (There is a 6491da177e4SLinus Torvalds separate driver for ALi M5451 Audio Controllers.) 6501da177e4SLinus Torvalds 6511da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6521da177e4SLinus Torvalds will be called snd-intel8x0. 6531da177e4SLinus Torvalds 6541da177e4SLinus Torvaldsconfig SND_INTEL8X0M 655cf1756e9STakashi Iwai tristate "Intel/SiS/nVidia/AMD MC97 Modem" 6561da177e4SLinus Torvalds select SND_AC97_CODEC 6571da177e4SLinus Torvalds help 6581da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 6591da177e4SLinus Torvalds motherboards with Intel/SiS/nVidia/AMD chipsets. 6601da177e4SLinus Torvalds 6611da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6621da177e4SLinus Torvalds will be called snd-intel8x0m. 6631da177e4SLinus Torvalds 664230b5c1aSTakashi Iwaiconfig SND_KORG1212 665230b5c1aSTakashi Iwai tristate "Korg 1212 IO" 666230b5c1aSTakashi Iwai select SND_PCM 667230b5c1aSTakashi Iwai help 668230b5c1aSTakashi Iwai Say Y here to include support for Korg 1212IO soundcards. 669230b5c1aSTakashi Iwai 670230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 671230b5c1aSTakashi Iwai will be called snd-korg1212. 672230b5c1aSTakashi Iwai 673d43f3010STakashi Iwaiconfig SND_LOLA 674d43f3010STakashi Iwai tristate "Digigram Lola" 675d43f3010STakashi Iwai select SND_PCM 676d43f3010STakashi Iwai help 677d43f3010STakashi Iwai Say Y to include support for Digigram Lola boards. 678d43f3010STakashi Iwai 679d43f3010STakashi Iwai To compile this driver as a module, choose M here: the module 680d43f3010STakashi Iwai will be called snd-lola. 681d43f3010STakashi Iwai 68202bec490STim Blechmannconfig SND_LX6464ES 68302bec490STim Blechmann tristate "Digigram LX6464ES" 684262d62ebSHeiko Carstens depends on HAS_IOPORT 68502bec490STim Blechmann select SND_PCM 68602bec490STim Blechmann help 68702bec490STim Blechmann Say Y here to include support for Digigram LX6464ES boards. 68802bec490STim Blechmann 68902bec490STim Blechmann To compile this driver as a module, choose M here: the module 69002bec490STim Blechmann will be called snd-lx6464es. 69102bec490STim Blechmann 69202bec490STim Blechmann 693230b5c1aSTakashi Iwaiconfig SND_MAESTRO3 694230b5c1aSTakashi Iwai tristate "ESS Allegro/Maestro3" 695230b5c1aSTakashi Iwai select SND_AC97_CODEC 696230b5c1aSTakashi Iwai help 697230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on ESS Maestro 3 698230b5c1aSTakashi Iwai (Allegro) chips. 699230b5c1aSTakashi Iwai 700230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 701230b5c1aSTakashi Iwai will be called snd-maestro3. 702230b5c1aSTakashi Iwai 703eb581adfSHans de Goedeconfig SND_MAESTRO3_INPUT 704eb581adfSHans de Goede bool "Enable input device for maestro3 volume buttons" 705eb581adfSHans de Goede depends on SND_MAESTRO3 706eb581adfSHans de Goede depends on INPUT=y || INPUT=SND_MAESTRO3 707eb581adfSHans de Goede help 708eb581adfSHans de Goede If you say Y here, you will get an input device which reports 709eb581adfSHans de Goede keypresses for the volume buttons connected to the maestro3 chip. 710eb581adfSHans de Goede If you say N the buttons will directly control the master volume. 711eb581adfSHans de Goede It is recommended to say Y. 712eb581adfSHans de Goede 713230b5c1aSTakashi Iwaiconfig SND_MIXART 714230b5c1aSTakashi Iwai tristate "Digigram miXart" 715cba46f11STakashi Iwai select FW_LOADER 716230b5c1aSTakashi Iwai select SND_HWDEP 717230b5c1aSTakashi Iwai select SND_PCM 718230b5c1aSTakashi Iwai help 719230b5c1aSTakashi Iwai If you want to use Digigram miXart soundcards, say Y here and 720230b5c1aSTakashi Iwai read <file:Documentation/sound/alsa/MIXART.txt>. 721230b5c1aSTakashi Iwai 722230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 723230b5c1aSTakashi Iwai will be called snd-mixart. 724230b5c1aSTakashi Iwai 725230b5c1aSTakashi Iwaiconfig SND_NM256 726230b5c1aSTakashi Iwai tristate "NeoMagic NM256AV/ZX" 727230b5c1aSTakashi Iwai select SND_AC97_CODEC 728230b5c1aSTakashi Iwai help 729230b5c1aSTakashi Iwai Say Y here to include support for NeoMagic NM256AV/ZX chips. 730230b5c1aSTakashi Iwai 731230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 732230b5c1aSTakashi Iwai will be called snd-nm256. 733230b5c1aSTakashi Iwai 734e12229b4SMarkus Bollingerconfig SND_PCXHR 735e12229b4SMarkus Bollinger tristate "Digigram PCXHR" 736d1914498STakashi Iwai select FW_LOADER 737e12229b4SMarkus Bollinger select SND_PCM 738e12229b4SMarkus Bollinger select SND_HWDEP 739e12229b4SMarkus Bollinger help 740e12229b4SMarkus Bollinger Say Y here to include support for Digigram PCXHR boards. 741e12229b4SMarkus Bollinger 742e12229b4SMarkus Bollinger To compile this driver as a module, choose M here: the module 743e12229b4SMarkus Bollinger will be called snd-pcxhr. 744e12229b4SMarkus Bollinger 745109a9638SPeter Gruberconfig SND_RIPTIDE 746109a9638SPeter Gruber tristate "Conexant Riptide" 7478a89876bSClemens Ladisch select FW_LOADER 748109a9638SPeter Gruber select SND_OPL3_LIB 749109a9638SPeter Gruber select SND_MPU401_UART 750109a9638SPeter Gruber select SND_AC97_CODEC 751109a9638SPeter Gruber help 752109a9638SPeter Gruber Say 'Y' or 'M' to include support for Conexant Riptide chip. 753109a9638SPeter Gruber 754109a9638SPeter Gruber To compile this driver as a module, choose M here: the module 755109a9638SPeter Gruber will be called snd-riptide 756109a9638SPeter Gruber 757230b5c1aSTakashi Iwaiconfig SND_RME32 758230b5c1aSTakashi Iwai tristate "RME Digi32, 32/8, 32 PRO" 759230b5c1aSTakashi Iwai select SND_PCM 760230b5c1aSTakashi Iwai help 761230b5c1aSTakashi Iwai Say Y to include support for RME Digi32, Digi32 PRO and 762230b5c1aSTakashi Iwai Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 763230b5c1aSTakashi Iwai devices. 764230b5c1aSTakashi Iwai 765230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 766230b5c1aSTakashi Iwai will be called snd-rme32. 767230b5c1aSTakashi Iwai 768230b5c1aSTakashi Iwaiconfig SND_RME96 769230b5c1aSTakashi Iwai tristate "RME Digi96, 96/8, 96/8 PRO" 770230b5c1aSTakashi Iwai select SND_PCM 771230b5c1aSTakashi Iwai help 772230b5c1aSTakashi Iwai Say Y here to include support for RME Digi96, Digi96/8 and 773230b5c1aSTakashi Iwai Digi96/8 PRO/PAD/PST soundcards. 774230b5c1aSTakashi Iwai 775230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 776230b5c1aSTakashi Iwai will be called snd-rme96. 777230b5c1aSTakashi Iwai 778230b5c1aSTakashi Iwaiconfig SND_RME9652 779230b5c1aSTakashi Iwai tristate "RME Digi9652 (Hammerfall)" 780230b5c1aSTakashi Iwai select SND_PCM 781230b5c1aSTakashi Iwai help 782230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall (RME 783230b5c1aSTakashi Iwai Digi9652/Digi9636) soundcards. 784230b5c1aSTakashi Iwai 785230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 786230b5c1aSTakashi Iwai will be called snd-rme9652. 787230b5c1aSTakashi Iwai 788175859bfSDavid Dillowconfig SND_SIS7019 789175859bfSDavid Dillow tristate "SiS 7019 Audio Accelerator" 79089fe5117STakashi Iwai depends on X86 && !X86_64 791175859bfSDavid Dillow select SND_AC97_CODEC 792175859bfSDavid Dillow help 793175859bfSDavid Dillow Say Y here to include support for the SiS 7019 Audio Accelerator. 794175859bfSDavid Dillow 795175859bfSDavid Dillow To compile this driver as a module, choose M here: the module 796175859bfSDavid Dillow will be called snd-sis7019. 797175859bfSDavid Dillow 7981da177e4SLinus Torvaldsconfig SND_SONICVIBES 7991da177e4SLinus Torvalds tristate "S3 SonicVibes" 8001da177e4SLinus Torvalds select SND_OPL3_LIB 8011da177e4SLinus Torvalds select SND_MPU401_UART 8021da177e4SLinus Torvalds select SND_AC97_CODEC 8031da177e4SLinus Torvalds help 8041da177e4SLinus Torvalds Say Y here to include support for soundcards based on the S3 8051da177e4SLinus Torvalds SonicVibes chip. 8061da177e4SLinus Torvalds 8071da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8081da177e4SLinus Torvalds will be called snd-sonicvibes. 8091da177e4SLinus Torvalds 810230b5c1aSTakashi Iwaiconfig SND_TRIDENT 811230b5c1aSTakashi Iwai tristate "Trident 4D-Wave DX/NX; SiS 7018" 812230b5c1aSTakashi Iwai select SND_MPU401_UART 813230b5c1aSTakashi Iwai select SND_AC97_CODEC 814230b5c1aSTakashi Iwai help 815230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Trident 816230b5c1aSTakashi Iwai 4D-Wave DX/NX or SiS 7018 chips. 817230b5c1aSTakashi Iwai 818230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 819230b5c1aSTakashi Iwai will be called snd-trident. 820230b5c1aSTakashi Iwai 8211da177e4SLinus Torvaldsconfig SND_VIA82XX 8221da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 8231da177e4SLinus Torvalds select SND_MPU401_UART 8241da177e4SLinus Torvalds select SND_AC97_CODEC 8251da177e4SLinus Torvalds help 8261da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 8271da177e4SLinus Torvalds device on motherboards with VIA chipsets. 8281da177e4SLinus Torvalds 8291da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8301da177e4SLinus Torvalds will be called snd-via82xx. 8311da177e4SLinus Torvalds 8321da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM 8331da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233 based Modems" 8341da177e4SLinus Torvalds select SND_AC97_CODEC 8351da177e4SLinus Torvalds help 8361da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 8371da177e4SLinus Torvalds motherboards with VIA chipsets. 8381da177e4SLinus Torvalds 8391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8401da177e4SLinus Torvalds will be called snd-via82xx-modem. 8411da177e4SLinus Torvalds 8421b8ff22fSClemens Ladischconfig SND_VIRTUOSO 84351485e8eSClemens Ladisch tristate "Asus Virtuoso 66/100/200 (Xonar)" 8441b8ff22fSClemens Ladisch select SND_OXYGEN_LIB 84599f08bf5SClemens Ladisch select SND_PCM 84699f08bf5SClemens Ladisch select SND_MPU401_UART 847435feac6SClemens Ladisch select SND_JACK if INPUT=y || INPUT=SND 8481b8ff22fSClemens Ladisch help 8491b8ff22fSClemens Ladisch Say Y here to include support for sound cards based on the 85051485e8eSClemens Ladisch Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, 85104f9890dSClemens Ladisch Essence ST (Deluxe), and Essence STX. 852b532d6b8SClemens Ladisch Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental; 853b532d6b8SClemens Ladisch for the Xense, missing. 8541b8ff22fSClemens Ladisch 8551b8ff22fSClemens Ladisch To compile this driver as a module, choose M here: the module 8561b8ff22fSClemens Ladisch will be called snd-virtuoso. 8571b8ff22fSClemens Ladisch 8581da177e4SLinus Torvaldsconfig SND_VX222 8591da177e4SLinus Torvalds tristate "Digigram VX222" 8601da177e4SLinus Torvalds select SND_VX_LIB 8611da177e4SLinus Torvalds help 8621da177e4SLinus Torvalds Say Y here to include support for Digigram VX222 soundcards. 8631da177e4SLinus Torvalds 8641da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8651da177e4SLinus Torvalds will be called snd-vx222. 8661da177e4SLinus Torvalds 867230b5c1aSTakashi Iwaiconfig SND_YMFPCI 868230b5c1aSTakashi Iwai tristate "Yamaha YMF724/740/744/754" 869230b5c1aSTakashi Iwai select SND_OPL3_LIB 870230b5c1aSTakashi Iwai select SND_MPU401_UART 871230b5c1aSTakashi Iwai select SND_AC97_CODEC 8721da177e4SLinus Torvalds help 873230b5c1aSTakashi Iwai Say Y here to include support for Yamaha PCI audio chips - 874230b5c1aSTakashi Iwai YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 8751da177e4SLinus Torvalds 8761da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 877230b5c1aSTakashi Iwai will be called snd-ymfpci. 8781da177e4SLinus Torvalds 87989fe5117STakashi Iwaiendif # SND_PCI 880