1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# ALSA PCI drivers 31da177e4SLinus Torvalds 489fe5117STakashi Iwaimenuconfig SND_PCI 589fe5117STakashi Iwai bool "PCI sound devices" 689fe5117STakashi Iwai depends on PCI 789fe5117STakashi Iwai default y 889fe5117STakashi Iwai help 989fe5117STakashi Iwai Support for sound devices connected via the PCI bus. 1089fe5117STakashi Iwai 1189fe5117STakashi Iwaiif SND_PCI 121da177e4SLinus Torvalds 13230b5c1aSTakashi Iwaiconfig SND_AD1889 14230b5c1aSTakashi Iwai tristate "Analog Devices AD1889" 15230b5c1aSTakashi Iwai select SND_AC97_CODEC 16230b5c1aSTakashi Iwai help 17230b5c1aSTakashi Iwai Say Y here to include support for the integrated AC97 sound 18230b5c1aSTakashi Iwai device found in particular on the Hewlett-Packard [BCJ]-xxx0 19230b5c1aSTakashi Iwai class PA-RISC workstations, using the AD1819 codec. 20230b5c1aSTakashi Iwai 21230b5c1aSTakashi Iwai To compile this as a module, choose M here: the module 22230b5c1aSTakashi Iwai will be called snd-ad1889. 23230b5c1aSTakashi Iwai 24b3a70d5eSAsh Willisconfig SND_ALS300 25b3a70d5eSAsh Willis tristate "Avance Logic ALS300/ALS300+" 26b3a70d5eSAsh Willis select SND_PCM 27b3a70d5eSAsh Willis select SND_AC97_CODEC 28b3a70d5eSAsh Willis select SND_OPL3_LIB 292db1a579SDan Williams depends on ZONE_DMA 30b3a70d5eSAsh Willis help 31b3a70d5eSAsh Willis Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ 32b3a70d5eSAsh Willis 33b3a70d5eSAsh Willis To compile this driver as a module, choose M here: the module 34b3a70d5eSAsh Willis will be called snd-als300 35b3a70d5eSAsh Willis 36230b5c1aSTakashi Iwaiconfig SND_ALS4000 37230b5c1aSTakashi Iwai tristate "Avance Logic ALS4000" 3889fe5117STakashi Iwai depends on ISA_DMA_API 39230b5c1aSTakashi Iwai select SND_OPL3_LIB 40230b5c1aSTakashi Iwai select SND_MPU401_UART 41230b5c1aSTakashi Iwai select SND_PCM 42dda369cfSTakashi Iwai select SND_SB_COMMON 43230b5c1aSTakashi Iwai help 44230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Avance Logic 45230b5c1aSTakashi Iwai ALS4000 chips. 46230b5c1aSTakashi Iwai 47230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 48230b5c1aSTakashi Iwai will be called snd-als4000. 49230b5c1aSTakashi Iwai 501da177e4SLinus Torvaldsconfig SND_ALI5451 511da177e4SLinus Torvalds tristate "ALi M5451 PCI Audio Controller" 521da177e4SLinus Torvalds select SND_MPU401_UART 531da177e4SLinus Torvalds select SND_AC97_CODEC 542db1a579SDan Williams depends on ZONE_DMA 551da177e4SLinus Torvalds help 561da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 571da177e4SLinus Torvalds device on motherboards using the ALi M5451 Audio Controller 581da177e4SLinus Torvalds (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets 591da177e4SLinus Torvalds use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. 601da177e4SLinus Torvalds 611da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 621da177e4SLinus Torvalds will be called snd-ali5451. 631da177e4SLinus Torvalds 64719f82d3SEliot Blennerhassettconfig SND_ASIHPI 65719f82d3SEliot Blennerhassett tristate "AudioScience ASIxxxx" 66719f82d3SEliot Blennerhassett depends on X86 67719f82d3SEliot Blennerhassett select FW_LOADER 68719f82d3SEliot Blennerhassett select SND_PCM 69719f82d3SEliot Blennerhassett select SND_HWDEP 70719f82d3SEliot Blennerhassett help 71719f82d3SEliot Blennerhassett Say Y here to include support for AudioScience ASI sound cards. 72719f82d3SEliot Blennerhassett 73719f82d3SEliot Blennerhassett To compile this driver as a module, choose M here: the module 74719f82d3SEliot Blennerhassett will be called snd-asihpi. 75719f82d3SEliot Blennerhassett 761da177e4SLinus Torvaldsconfig SND_ATIIXP 771da177e4SLinus Torvalds tristate "ATI IXP AC97 Controller" 781da177e4SLinus Torvalds select SND_AC97_CODEC 791da177e4SLinus Torvalds help 801da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 811da177e4SLinus Torvalds device on motherboards with ATI chipsets (ATI IXP 150/200/250/ 821da177e4SLinus Torvalds 300/400). 831da177e4SLinus Torvalds 841da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 851da177e4SLinus Torvalds will be called snd-atiixp. 861da177e4SLinus Torvalds 871da177e4SLinus Torvaldsconfig SND_ATIIXP_MODEM 881da177e4SLinus Torvalds tristate "ATI IXP Modem" 891da177e4SLinus Torvalds select SND_AC97_CODEC 901da177e4SLinus Torvalds help 911da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 921da177e4SLinus Torvalds motherboards with ATI chipsets (ATI IXP 150/200/250). 931da177e4SLinus Torvalds 941da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 951da177e4SLinus Torvalds will be called snd-atiixp-modem. 961da177e4SLinus Torvalds 971da177e4SLinus Torvaldsconfig SND_AU8810 981da177e4SLinus Torvalds tristate "Aureal Advantage" 991da177e4SLinus Torvalds select SND_MPU401_UART 1001da177e4SLinus Torvalds select SND_AC97_CODEC 1011da177e4SLinus Torvalds help 1021da177e4SLinus Torvalds Say Y here to include support for Aureal Advantage soundcards. 1031da177e4SLinus Torvalds 1041da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 1051da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 1061da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1091da177e4SLinus Torvalds will be called snd-au8810. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvaldsconfig SND_AU8820 1121da177e4SLinus Torvalds tristate "Aureal Vortex" 1131da177e4SLinus Torvalds select SND_MPU401_UART 1141da177e4SLinus Torvalds select SND_AC97_CODEC 1151da177e4SLinus Torvalds help 1161da177e4SLinus Torvalds Say Y here to include support for Aureal Vortex soundcards. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds Supported features: Hardware Mixer and SRC. For more info, email 1191da177e4SLinus Torvalds the ALSA developer list, or <mjander@users.sourceforge.net>. 1201da177e4SLinus Torvalds 1211da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1221da177e4SLinus Torvalds will be called snd-au8820. 1231da177e4SLinus Torvalds 1241da177e4SLinus Torvaldsconfig SND_AU8830 1251da177e4SLinus Torvalds tristate "Aureal Vortex 2" 1261da177e4SLinus Torvalds select SND_MPU401_UART 1271da177e4SLinus Torvalds select SND_AC97_CODEC 1281da177e4SLinus Torvalds help 1291da177e4SLinus Torvalds Say Y here to include support for Aureal Vortex 2 soundcards. 1301da177e4SLinus Torvalds 1311da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 1321da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 1331da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 1341da177e4SLinus Torvalds 1351da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1361da177e4SLinus Torvalds will be called snd-au8830. 1371da177e4SLinus Torvalds 13898f2a97fSCedric Bregardisconfig SND_AW2 13998f2a97fSCedric Bregardis tristate "Emagic Audiowerk 2" 14098f2a97fSCedric Bregardis help 14198f2a97fSCedric Bregardis Say Y here to include support for Emagic Audiowerk 2 soundcards. 14298f2a97fSCedric Bregardis 14398f2a97fSCedric Bregardis Supported features: Analog and SPDIF output. Analog or SPDIF input. 14498f2a97fSCedric Bregardis Note: Switch between analog and digital input does not always work. 14598f2a97fSCedric Bregardis It can produce continuous noise. The workaround is to switch again 14698f2a97fSCedric Bregardis (and again) between digital and analog input until it works. 14798f2a97fSCedric Bregardis 14898f2a97fSCedric Bregardis To compile this driver as a module, choose M here: the module 14998f2a97fSCedric Bregardis will be called snd-aw2. 15098f2a97fSCedric Bregardis 15198f2a97fSCedric Bregardis 1521da177e4SLinus Torvaldsconfig SND_AZT3328 1533eff8958SAndreas Mohr tristate "Aztech AZF3328 / PCI168" 1541da177e4SLinus Torvalds select SND_OPL3_LIB 1551da177e4SLinus Torvalds select SND_MPU401_UART 1561da177e4SLinus Torvalds select SND_PCM 1573eff8958SAndreas Mohr select SND_RAWMIDI 158b5dc20cdSAndreas Mohr select SND_AC97_CODEC 15961595dcaSTakashi Iwai select SND_TIMER 1602db1a579SDan Williams depends on ZONE_DMA 1611da177e4SLinus Torvalds help 1621da177e4SLinus Torvalds Say Y here to include support for Aztech AZF3328 (PCI168) 1631da177e4SLinus Torvalds soundcards. 1641da177e4SLinus Torvalds 165b5dc20cdSAndreas Mohr Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O 166b5dc20cdSAndreas Mohr (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing), 167b5dc20cdSAndreas Mohr Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer, 168b5dc20cdSAndreas Mohr ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume. 169b5dc20cdSAndreas Mohr 1701da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1711da177e4SLinus Torvalds will be called snd-azt3328. 1721da177e4SLinus Torvalds 1731da177e4SLinus Torvaldsconfig SND_BT87X 1741da177e4SLinus Torvalds tristate "Bt87x Audio Capture" 1751da177e4SLinus Torvalds select SND_PCM 1761da177e4SLinus Torvalds help 1771da177e4SLinus Torvalds If you want to record audio from TV cards based on 1781da177e4SLinus Torvalds Brooktree Bt878/Bt879 chips, say Y here and read 1795fb94e9cSMauro Carvalho Chehab <file:Documentation/sound/cards/bt87x.rst>. 1801da177e4SLinus Torvalds 1811da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1821da177e4SLinus Torvalds will be called snd-bt87x. 1831da177e4SLinus Torvalds 1841da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK 1851da177e4SLinus Torvalds bool "Bt87x Audio overclocking" 1861da177e4SLinus Torvalds depends on SND_BT87X 1871da177e4SLinus Torvalds help 1881da177e4SLinus Torvalds Say Y here if 448000 Hz isn't enough for you and you want to 1891da177e4SLinus Torvalds record from the analog input with up to 1792000 Hz. 1901da177e4SLinus Torvalds 1911da177e4SLinus Torvalds Higher sample rates won't hurt your hardware, but audio 1921da177e4SLinus Torvalds quality may suffer. 1931da177e4SLinus Torvalds 194230b5c1aSTakashi Iwaiconfig SND_CA0106 195230b5c1aSTakashi Iwai tristate "SB Audigy LS / Live 24bit" 196230b5c1aSTakashi Iwai select SND_AC97_CODEC 197230b5c1aSTakashi Iwai select SND_RAWMIDI 19849c88b85STakashi Iwai select SND_VMASTER 199230b5c1aSTakashi Iwai help 200230b5c1aSTakashi Iwai Say Y here to include support for the Sound Blaster Audigy LS 201230b5c1aSTakashi Iwai and Live 24bit. 202230b5c1aSTakashi Iwai 203230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 204230b5c1aSTakashi Iwai will be called snd-ca0106. 205230b5c1aSTakashi Iwai 206230b5c1aSTakashi Iwaiconfig SND_CMIPCI 20745c41b48SClemens Ladisch tristate "C-Media 8338, 8738, 8768, 8770" 208230b5c1aSTakashi Iwai select SND_OPL3_LIB 209230b5c1aSTakashi Iwai select SND_MPU401_UART 210230b5c1aSTakashi Iwai select SND_PCM 211230b5c1aSTakashi Iwai help 21245c41b48SClemens Ladisch If you want to use soundcards based on C-Media CMI8338, CMI8738, 21345c41b48SClemens Ladisch CMI8768 or CMI8770 chips, say Y here and read 2145fb94e9cSMauro Carvalho Chehab <file:Documentation/sound/cards/cmipci.rst>. 215230b5c1aSTakashi Iwai 216230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 217230b5c1aSTakashi Iwai will be called snd-cmipci. 218230b5c1aSTakashi Iwai 219d0ce9946SClemens Ladischconfig SND_OXYGEN_LIB 220d0ce9946SClemens Ladisch tristate 221d0ce9946SClemens Ladisch 222d0ce9946SClemens Ladischconfig SND_OXYGEN 22366410bfdSClemens Ladisch tristate "C-Media 8786, 8787, 8788 (Oxygen)" 224d0ce9946SClemens Ladisch select SND_OXYGEN_LIB 22599f08bf5SClemens Ladisch select SND_PCM 22699f08bf5SClemens Ladisch select SND_MPU401_UART 227d0ce9946SClemens Ladisch help 228d0ce9946SClemens Ladisch Say Y here to include support for sound cards based on the 229d0ce9946SClemens Ladisch C-Media CMI8788 (Oxygen HD Audio) chip: 230d0ce9946SClemens Ladisch * Asound A-8788 23176bc7a0dSClemens Ladisch * Asus Xonar DG/DGX 232d0ce9946SClemens Ladisch * AuzenTech X-Meridian 2338443d2ebSClemens Ladisch * AuzenTech X-Meridian 2G 234d0ce9946SClemens Ladisch * Bgears b-Enspirer 235d0ce9946SClemens Ladisch * Club3D Theatron DTS 236de04b102SClemens Ladisch * HT-Omega Claro (plus) 237de04b102SClemens Ladisch * HT-Omega Claro halo (XT) 23831f86bacSClemens Ladisch * Kuroutoshikou CMI8787-HG2PCI 239d0ce9946SClemens Ladisch * Razer Barracuda AC-1 240d0ce9946SClemens Ladisch * Sondigo Inferno 24145c1de8eSClemens Ladisch * TempoTec/MediaTek HiFier Fantasia 2422146dcfdSClemens Ladisch * TempoTec/MediaTek HiFier Serenade 243d0ce9946SClemens Ladisch 244d0ce9946SClemens Ladisch To compile this driver as a module, choose M here: the module 245d0ce9946SClemens Ladisch will be called snd-oxygen. 246d0ce9946SClemens Ladisch 247230b5c1aSTakashi Iwaiconfig SND_CS4281 248230b5c1aSTakashi Iwai tristate "Cirrus Logic (Sound Fusion) CS4281" 249230b5c1aSTakashi Iwai select SND_OPL3_LIB 250230b5c1aSTakashi Iwai select SND_RAWMIDI 251230b5c1aSTakashi Iwai select SND_AC97_CODEC 252230b5c1aSTakashi Iwai help 253230b5c1aSTakashi Iwai Say Y here to include support for Cirrus Logic CS4281 chips. 254230b5c1aSTakashi Iwai 255230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 256230b5c1aSTakashi Iwai will be called snd-cs4281. 257230b5c1aSTakashi Iwai 2581da177e4SLinus Torvaldsconfig SND_CS46XX 2591da177e4SLinus Torvalds tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" 2601da177e4SLinus Torvalds select SND_RAWMIDI 2611da177e4SLinus Torvalds select SND_AC97_CODEC 262ad233a5fSTakashi Iwai select FW_LOADER 2631da177e4SLinus Torvalds help 2641da177e4SLinus Torvalds Say Y here to include support for Cirrus Logic CS4610/CS4612/ 2651da177e4SLinus Torvalds CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. 2661da177e4SLinus Torvalds 2671da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2681da177e4SLinus Torvalds will be called snd-cs46xx. 2691da177e4SLinus Torvalds 2701da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP 271675b4e59STakashi Iwai bool "Cirrus Logic (Sound Fusion) New DSP support" 272675b4e59STakashi Iwai depends on SND_CS46XX 273675b4e59STakashi Iwai default y 2741da177e4SLinus Torvalds help 2751da177e4SLinus Torvalds Say Y here to use a new DSP image for SPDIF and dual codecs. 2761da177e4SLinus Torvalds 2771da177e4SLinus Torvalds This works better than the old code, so say Y. 2781da177e4SLinus Torvalds 279621887aeSTakashi Iwaiconfig SND_CS5530 280621887aeSTakashi Iwai tristate "CS5530 Audio" 2815be50ac2SJean Delvare depends on ISA_DMA_API && (X86_32 || COMPILE_TEST) 2823c05f147SRandy Dunlap depends on !M68K 283dda369cfSTakashi Iwai select SND_SB16_DSP 284621887aeSTakashi Iwai help 285621887aeSTakashi Iwai Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 286621887aeSTakashi Iwai 287621887aeSTakashi Iwai To compile this driver as a module, choose M here: the module 288621887aeSTakashi Iwai will be called snd-cs5530. 289621887aeSTakashi Iwai 290230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO 2919ac25594SJaya Kumar tristate "CS5535/CS5536 Audio" 29261ef6f3eSJean Delvare depends on X86_32 || MIPS || COMPILE_TEST 293230b5c1aSTakashi Iwai select SND_PCM 2941da177e4SLinus Torvalds select SND_AC97_CODEC 2951da177e4SLinus Torvalds help 296230b5c1aSTakashi Iwai Say Y here to include support for audio on CS5535 chips. It is 297230b5c1aSTakashi Iwai referred to as NS CS5535 IO or AMD CS5535 IO companion in 2989ac25594SJaya Kumar various literature. This driver also supports the CS5536 audio 2999ac25594SJaya Kumar device. However, for both chips, on certain boards, you may 3009ac25594SJaya Kumar need to use ac97_quirk=hp_only if your board has physically 3019ac25594SJaya Kumar mapped headphone out to master output. If that works for you, 3029ac25594SJaya Kumar send lspci -vvv output to the mailing list so that your board 3039ac25594SJaya Kumar can be identified in the quirks list. 3041da177e4SLinus Torvalds 3051da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 306230b5c1aSTakashi Iwai will be called snd-cs5535audio. 3071da177e4SLinus Torvalds 3088cc72361SWai Yew CHAYconfig SND_CTXFI 3098cc72361SWai Yew CHAY tristate "Creative Sound Blaster X-Fi" 3108cc72361SWai Yew CHAY select SND_PCM 3118cc72361SWai Yew CHAY help 3128cc72361SWai Yew CHAY If you want to use soundcards based on Creative Sound Blastr X-Fi 3138cc72361SWai Yew CHAY boards with 20k1 or 20k2 chips, say Y here. 3148cc72361SWai Yew CHAY 3158cc72361SWai Yew CHAY To compile this driver as a module, choose M here: the module 3168cc72361SWai Yew CHAY will be called snd-ctxfi. 3178cc72361SWai Yew CHAY 318dd7b254dSGiuliano Pochiniconfig SND_DARLA20 319dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla20" 3208a89876bSClemens Ladisch select FW_LOADER 321dd7b254dSGiuliano Pochini select SND_PCM 322dd7b254dSGiuliano Pochini help 323dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla. 324dd7b254dSGiuliano Pochini 325dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 326dd7b254dSGiuliano Pochini will be called snd-darla20 327dd7b254dSGiuliano Pochini 328dd7b254dSGiuliano Pochiniconfig SND_GINA20 329dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina20" 3308a89876bSClemens Ladisch select FW_LOADER 331dd7b254dSGiuliano Pochini select SND_PCM 332dd7b254dSGiuliano Pochini help 333dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina. 334dd7b254dSGiuliano Pochini 335dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 336dd7b254dSGiuliano Pochini will be called snd-gina20 337dd7b254dSGiuliano Pochini 338dd7b254dSGiuliano Pochiniconfig SND_LAYLA20 339dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla20" 3408a89876bSClemens Ladisch select FW_LOADER 341dd7b254dSGiuliano Pochini select SND_RAWMIDI 342dd7b254dSGiuliano Pochini select SND_PCM 343dd7b254dSGiuliano Pochini help 344dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla. 345dd7b254dSGiuliano Pochini 346dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 347dd7b254dSGiuliano Pochini will be called snd-layla20 348dd7b254dSGiuliano Pochini 349dd7b254dSGiuliano Pochiniconfig SND_DARLA24 350dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla24" 3518a89876bSClemens Ladisch select FW_LOADER 352dd7b254dSGiuliano Pochini select SND_PCM 353dd7b254dSGiuliano Pochini help 354dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla24. 355dd7b254dSGiuliano Pochini 356dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 357dd7b254dSGiuliano Pochini will be called snd-darla24 358dd7b254dSGiuliano Pochini 359dd7b254dSGiuliano Pochiniconfig SND_GINA24 360dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina24" 3618a89876bSClemens Ladisch select FW_LOADER 362dd7b254dSGiuliano Pochini select SND_PCM 363dd7b254dSGiuliano Pochini help 364dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina24. 365dd7b254dSGiuliano Pochini 366dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 367dd7b254dSGiuliano Pochini will be called snd-gina24 368dd7b254dSGiuliano Pochini 369dd7b254dSGiuliano Pochiniconfig SND_LAYLA24 370dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla24" 3718a89876bSClemens Ladisch select FW_LOADER 372dd7b254dSGiuliano Pochini select SND_RAWMIDI 373dd7b254dSGiuliano Pochini select SND_PCM 374dd7b254dSGiuliano Pochini help 375dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla24. 376dd7b254dSGiuliano Pochini 377dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 378dd7b254dSGiuliano Pochini will be called snd-layla24 379dd7b254dSGiuliano Pochini 380dd7b254dSGiuliano Pochiniconfig SND_MONA 381dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mona" 3828a89876bSClemens Ladisch select FW_LOADER 383dd7b254dSGiuliano Pochini select SND_RAWMIDI 384dd7b254dSGiuliano Pochini select SND_PCM 385dd7b254dSGiuliano Pochini help 386dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mona. 387dd7b254dSGiuliano Pochini 388dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 389dd7b254dSGiuliano Pochini will be called snd-mona 390dd7b254dSGiuliano Pochini 391dd7b254dSGiuliano Pochiniconfig SND_MIA 392dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mia" 3938a89876bSClemens Ladisch select FW_LOADER 394dd7b254dSGiuliano Pochini select SND_RAWMIDI 395dd7b254dSGiuliano Pochini select SND_PCM 396dd7b254dSGiuliano Pochini help 397dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. 398dd7b254dSGiuliano Pochini 399dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 400dd7b254dSGiuliano Pochini will be called snd-mia 401dd7b254dSGiuliano Pochini 402dd7b254dSGiuliano Pochiniconfig SND_ECHO3G 403dd7b254dSGiuliano Pochini tristate "(Echoaudio) 3G cards" 4048a89876bSClemens Ladisch select FW_LOADER 405dd7b254dSGiuliano Pochini select SND_RAWMIDI 406dd7b254dSGiuliano Pochini select SND_PCM 407dd7b254dSGiuliano Pochini help 408dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. 409dd7b254dSGiuliano Pochini 410dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 411dd7b254dSGiuliano Pochini will be called snd-echo3g 412dd7b254dSGiuliano Pochini 413dd7b254dSGiuliano Pochiniconfig SND_INDIGO 414dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo" 4158a89876bSClemens Ladisch select FW_LOADER 416dd7b254dSGiuliano Pochini select SND_PCM 417dd7b254dSGiuliano Pochini help 418dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo. 419dd7b254dSGiuliano Pochini 420dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 421dd7b254dSGiuliano Pochini will be called snd-indigo 422dd7b254dSGiuliano Pochini 423dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO 424dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo IO" 4258a89876bSClemens Ladisch select FW_LOADER 426dd7b254dSGiuliano Pochini select SND_PCM 427dd7b254dSGiuliano Pochini help 428dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IO. 429dd7b254dSGiuliano Pochini 430dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 431dd7b254dSGiuliano Pochini will be called snd-indigoio 432dd7b254dSGiuliano Pochini 433dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ 434dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo DJ" 4358a89876bSClemens Ladisch select FW_LOADER 436dd7b254dSGiuliano Pochini select SND_PCM 437dd7b254dSGiuliano Pochini help 438dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. 439dd7b254dSGiuliano Pochini 440dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 441dd7b254dSGiuliano Pochini will be called snd-indigodj 442dd7b254dSGiuliano Pochini 443a2328d02SGiuliano Pochiniconfig SND_INDIGOIOX 444a2328d02SGiuliano Pochini tristate "(Echoaudio) Indigo IOx" 445a2328d02SGiuliano Pochini select FW_LOADER 446a2328d02SGiuliano Pochini select SND_PCM 447a2328d02SGiuliano Pochini help 448a2328d02SGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IOx. 449a2328d02SGiuliano Pochini 450a2328d02SGiuliano Pochini To compile this driver as a module, choose M here: the module 451a2328d02SGiuliano Pochini will be called snd-indigoiox 452a2328d02SGiuliano Pochini 453a2328d02SGiuliano Pochiniconfig SND_INDIGODJX 454a2328d02SGiuliano Pochini tristate "(Echoaudio) Indigo DJx" 455a2328d02SGiuliano Pochini select FW_LOADER 456a2328d02SGiuliano Pochini select SND_PCM 457a2328d02SGiuliano Pochini help 458a2328d02SGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJx. 459a2328d02SGiuliano Pochini 460a2328d02SGiuliano Pochini To compile this driver as a module, choose M here: the module 461a2328d02SGiuliano Pochini will be called snd-indigodjx 462a2328d02SGiuliano Pochini 4631da177e4SLinus Torvaldsconfig SND_EMU10K1 464*3ab06bf1SOswald Buddenhagen tristate "Emu10k1 (SB Live!, Audigy, E-MU APS/0404/1010/1212/1616/1820)" 4659bf5f8aaSClemens Ladisch select FW_LOADER 4661da177e4SLinus Torvalds select SND_HWDEP 4671da177e4SLinus Torvalds select SND_RAWMIDI 4681da177e4SLinus Torvalds select SND_AC97_CODEC 46961595dcaSTakashi Iwai select SND_TIMER 470111b0cdbSTakashi Iwai select SND_SEQ_DEVICE if SND_SEQUENCER != n 4712db1a579SDan Williams depends on ZONE_DMA 4721da177e4SLinus Torvalds help 4731da177e4SLinus Torvalds Say Y to include support for Sound Blaster PCI 512, Live!, 474*3ab06bf1SOswald Buddenhagen Audigy and E-MU APS/0404/1010/1212/1616/1820 soundcards. 4751da177e4SLinus Torvalds 4761da177e4SLinus Torvalds The confusing multitude of mixer controls is documented in 4775fb94e9cSMauro Carvalho Chehab <file:Documentation/sound/cards/sb-live-mixer.rst> and 4785fb94e9cSMauro Carvalho Chehab <file:Documentation/sound/cards/audigy-mixer.rst>. 4791da177e4SLinus Torvalds 4801da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4811da177e4SLinus Torvalds will be called snd-emu10k1. 4821da177e4SLinus Torvalds 4830181307aSTakashi Iwai# select SEQ stuff to min(SND_SEQUENCER,SND_XXX) 4840181307aSTakashi Iwaiconfig SND_EMU10K1_SEQ 4850181307aSTakashi Iwai def_tristate SND_SEQUENCER && SND_EMU10K1 4860181307aSTakashi Iwai select SND_SEQ_MIDI_EMUL 4870181307aSTakashi Iwai select SND_SEQ_VIRMIDI 48882721155STakashi Iwai select SND_SYNTH_EMUX 4890181307aSTakashi Iwai 4901da177e4SLinus Torvaldsconfig SND_EMU10K1X 4911da177e4SLinus Torvalds tristate "Emu10k1X (Dell OEM Version)" 4921da177e4SLinus Torvalds select SND_AC97_CODEC 4931da177e4SLinus Torvalds select SND_RAWMIDI 4942db1a579SDan Williams depends on ZONE_DMA 4951da177e4SLinus Torvalds help 4961da177e4SLinus Torvalds Say Y here to include support for the Dell OEM version of the 4971da177e4SLinus Torvalds Sound Blaster Live!. 4981da177e4SLinus Torvalds 4991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5001da177e4SLinus Torvalds will be called snd-emu10k1x. 5011da177e4SLinus Torvalds 5021da177e4SLinus Torvaldsconfig SND_ENS1370 5031da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1370" 5041da177e4SLinus Torvalds select SND_RAWMIDI 5051da177e4SLinus Torvalds select SND_PCM 5061da177e4SLinus Torvalds help 5071da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1370 chips. 5081da177e4SLinus Torvalds 5091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5101da177e4SLinus Torvalds will be called snd-ens1370. 5111da177e4SLinus Torvalds 5121da177e4SLinus Torvaldsconfig SND_ENS1371 5131da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1371/1373" 5141da177e4SLinus Torvalds select SND_RAWMIDI 5151da177e4SLinus Torvalds select SND_AC97_CODEC 5161da177e4SLinus Torvalds help 5171da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1371 chips and 5181da177e4SLinus Torvalds Sound Blaster PCI 64 or 128 soundcards. 5191da177e4SLinus Torvalds 5201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5211da177e4SLinus Torvalds will be called snd-ens1371. 5221da177e4SLinus Torvalds 5231da177e4SLinus Torvaldsconfig SND_ES1938 5241da177e4SLinus Torvalds tristate "ESS ES1938/1946/1969 (Solo-1)" 5251da177e4SLinus Torvalds select SND_OPL3_LIB 5261da177e4SLinus Torvalds select SND_MPU401_UART 5271da177e4SLinus Torvalds select SND_AC97_CODEC 5282db1a579SDan Williams depends on ZONE_DMA 5291da177e4SLinus Torvalds help 5301da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Solo-1 5311da177e4SLinus Torvalds (ES1938, ES1946, ES1969) chips. 5321da177e4SLinus Torvalds 5331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5341da177e4SLinus Torvalds will be called snd-es1938. 5351da177e4SLinus Torvalds 5361da177e4SLinus Torvaldsconfig SND_ES1968 5371da177e4SLinus Torvalds tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 5381da177e4SLinus Torvalds select SND_MPU401_UART 5391da177e4SLinus Torvalds select SND_AC97_CODEC 5402db1a579SDan Williams depends on ZONE_DMA 5411da177e4SLinus Torvalds help 5421da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Maestro 5431da177e4SLinus Torvalds 1/2/2E chips. 5441da177e4SLinus Torvalds 5451da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5461da177e4SLinus Torvalds will be called snd-es1968. 5471da177e4SLinus Torvalds 5485a5e02e5SHans de Goedeconfig SND_ES1968_INPUT 5495a5e02e5SHans de Goede bool "Enable input device for es1968 volume buttons" 5505a5e02e5SHans de Goede depends on SND_ES1968 5515a5e02e5SHans de Goede depends on INPUT=y || INPUT=SND_ES1968 5525a5e02e5SHans de Goede help 5535a5e02e5SHans de Goede If you say Y here, you will get an input device which reports 5545a5e02e5SHans de Goede keypresses for the volume buttons connected to the es1968 chip. 5555a5e02e5SHans de Goede If you say N the buttons will directly control the master volume. 5565a5e02e5SHans de Goede It is recommended to say Y. 5575a5e02e5SHans de Goede 5581872f589SOndrej Zaryconfig SND_ES1968_RADIO 5591872f589SOndrej Zary bool "Enable TEA5757 radio tuner support for es1968" 5601872f589SOndrej Zary depends on SND_ES1968 561338c658aSOndrej Zary depends on MEDIA_RADIO_SUPPORT 5629958d30fSMauro Carvalho Chehab depends on VIDEO_DEV=y || VIDEO_DEV=SND_ES1968 563e9a7495cSMauro Carvalho Chehab select RADIO_ADAPTERS 564338c658aSOndrej Zary select RADIO_TEA575X 565e9a7495cSMauro Carvalho Chehab 5661872f589SOndrej Zary help 5671872f589SOndrej Zary Say Y here to include support for TEA5757 radio tuner integrated on 5681872f589SOndrej Zary some MediaForte cards (e.g. SF64-PCE2). 5691872f589SOndrej Zary 5701da177e4SLinus Torvaldsconfig SND_FM801 5711da177e4SLinus Torvalds tristate "ForteMedia FM801" 5721da177e4SLinus Torvalds select SND_OPL3_LIB 5731da177e4SLinus Torvalds select SND_MPU401_UART 5741da177e4SLinus Torvalds select SND_AC97_CODEC 5751da177e4SLinus Torvalds help 5761da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 5771da177e4SLinus Torvalds FM801 chip. 5781da177e4SLinus Torvalds 5791da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5801da177e4SLinus Torvalds will be called snd-fm801. 5811da177e4SLinus Torvalds 582efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL 583efce4bb9SAdrian Bunk bool "ForteMedia FM801 + TEA5757 tuner" 5841da177e4SLinus Torvalds depends on SND_FM801 585338c658aSOndrej Zary depends on MEDIA_RADIO_SUPPORT 5869958d30fSMauro Carvalho Chehab depends on VIDEO_DEV=y || VIDEO_DEV=SND_FM801 587e9a7495cSMauro Carvalho Chehab select RADIO_ADAPTERS 588338c658aSOndrej Zary select RADIO_TEA575X 5891da177e4SLinus Torvalds help 5901da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 591fdb62b50SOndrej Zary FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and 592fdb62b50SOndrej Zary SF64-PCR) into the snd-fm801 driver. 5931da177e4SLinus Torvalds 594230b5c1aSTakashi Iwaiconfig SND_HDSP 595230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP Audio" 59690caaef6STakashi Iwai select FW_LOADER 597230b5c1aSTakashi Iwai select SND_HWDEP 598230b5c1aSTakashi Iwai select SND_RAWMIDI 599230b5c1aSTakashi Iwai select SND_PCM 600230b5c1aSTakashi Iwai help 601230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP Audio 602230b5c1aSTakashi Iwai soundcards. 603230b5c1aSTakashi Iwai 604230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 605230b5c1aSTakashi Iwai will be called snd-hdsp. 606230b5c1aSTakashi Iwai 607511b4c17STakashi Iwaicomment "Don't forget to add built-in firmwares for HDSP driver" 608511b4c17STakashi Iwai depends on SND_HDSP=y 609511b4c17STakashi Iwai 610230b5c1aSTakashi Iwaiconfig SND_HDSPM 611fbcdf334SAdrian Knoth tristate "RME Hammerfall DSP MADI/RayDAT/AIO" 612230b5c1aSTakashi Iwai select SND_HWDEP 613230b5c1aSTakashi Iwai select SND_RAWMIDI 614230b5c1aSTakashi Iwai select SND_PCM 615230b5c1aSTakashi Iwai help 616fbcdf334SAdrian Knoth Say Y here to include support for RME Hammerfall DSP MADI, 617fbcdf334SAdrian Knoth RayDAT and AIO soundcards. 618230b5c1aSTakashi Iwai 619230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 620230b5c1aSTakashi Iwai will be called snd-hdspm. 621230b5c1aSTakashi Iwai 6221da177e4SLinus Torvaldsconfig SND_ICE1712 6231da177e4SLinus Torvalds tristate "ICEnsemble ICE1712 (Envy24)" 6241da177e4SLinus Torvalds select SND_MPU401_UART 6251da177e4SLinus Torvalds select SND_AC97_CODEC 626401de818SAkinobu Mita select BITREVERSE 6272db1a579SDan Williams depends on ZONE_DMA 6281da177e4SLinus Torvalds help 6291da177e4SLinus Torvalds Say Y here to include support for soundcards based on the 6301da177e4SLinus Torvalds ICE1712 (Envy24) chip. 6311da177e4SLinus Torvalds 6321da177e4SLinus Torvalds Currently supported hardware is: M-Audio Delta 1010(LT), 6331da177e4SLinus Torvalds DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 6346e8d90cdSAlexander Beregalov TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88; 6356e8d90cdSAlexander Beregalov Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8; 6366e8d90cdSAlexander Beregalov Lionstracs Mediastation, Terrasoniq TS 88. 6371da177e4SLinus Torvalds 6381da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6391da177e4SLinus Torvalds will be called snd-ice1712. 6401da177e4SLinus Torvalds 6411da177e4SLinus Torvaldsconfig SND_ICE1724 6421da177e4SLinus Torvalds tristate "ICE/VT1724/1720 (Envy24HT/PT)" 643aea3bfbcSClemens Ladisch select SND_RAWMIDI 6441da177e4SLinus Torvalds select SND_AC97_CODEC 645d16be8edSPavel Hofman select SND_VMASTER 6461da177e4SLinus Torvalds help 6471da177e4SLinus Torvalds Say Y here to include support for soundcards based on 6481da177e4SLinus Torvalds ICE/VT1724/1720 (Envy24HT/PT) chips. 6491da177e4SLinus Torvalds 6501da177e4SLinus Torvalds Currently supported hardware is: AMP AUDIO2000; M-Audio 6516e8d90cdSAlexander Beregalov Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky, 6526e8d90cdSAlexander Beregalov 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI; 6536e8d90cdSAlexander Beregalov AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules 6546e8d90cdSAlexander Beregalov Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal 6556e8d90cdSAlexander Beregalov 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS, 65677b0b254SOndrej Zary AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge. 6571da177e4SLinus Torvalds 6581da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6591da177e4SLinus Torvalds will be called snd-ice1724. 6601da177e4SLinus Torvalds 6611da177e4SLinus Torvaldsconfig SND_INTEL8X0 6621da177e4SLinus Torvalds tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 6631da177e4SLinus Torvalds select SND_AC97_CODEC 6641da177e4SLinus Torvalds help 6651da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 6661da177e4SLinus Torvalds device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 6671da177e4SLinus Torvalds ALi chipsets using the M5455 Audio Controller. (There is a 6681da177e4SLinus Torvalds separate driver for ALi M5451 Audio Controllers.) 6691da177e4SLinus Torvalds 6701da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6711da177e4SLinus Torvalds will be called snd-intel8x0. 6721da177e4SLinus Torvalds 6731da177e4SLinus Torvaldsconfig SND_INTEL8X0M 674cf1756e9STakashi Iwai tristate "Intel/SiS/nVidia/AMD MC97 Modem" 6751da177e4SLinus Torvalds select SND_AC97_CODEC 6761da177e4SLinus Torvalds help 6771da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 6781da177e4SLinus Torvalds motherboards with Intel/SiS/nVidia/AMD chipsets. 6791da177e4SLinus Torvalds 6801da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6811da177e4SLinus Torvalds will be called snd-intel8x0m. 6821da177e4SLinus Torvalds 683230b5c1aSTakashi Iwaiconfig SND_KORG1212 684230b5c1aSTakashi Iwai tristate "Korg 1212 IO" 685230b5c1aSTakashi Iwai select SND_PCM 686230b5c1aSTakashi Iwai help 687230b5c1aSTakashi Iwai Say Y here to include support for Korg 1212IO soundcards. 688230b5c1aSTakashi Iwai 689230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 690230b5c1aSTakashi Iwai will be called snd-korg1212. 691230b5c1aSTakashi Iwai 692d43f3010STakashi Iwaiconfig SND_LOLA 693d43f3010STakashi Iwai tristate "Digigram Lola" 694d43f3010STakashi Iwai select SND_PCM 695d43f3010STakashi Iwai help 696d43f3010STakashi Iwai Say Y to include support for Digigram Lola boards. 697d43f3010STakashi Iwai 698d43f3010STakashi Iwai To compile this driver as a module, choose M here: the module 699d43f3010STakashi Iwai will be called snd-lola. 700d43f3010STakashi Iwai 70102bec490STim Blechmannconfig SND_LX6464ES 70202bec490STim Blechmann tristate "Digigram LX6464ES" 703ce816fa8SUwe Kleine-König depends on HAS_IOPORT_MAP 70402bec490STim Blechmann select SND_PCM 70502bec490STim Blechmann help 70602bec490STim Blechmann Say Y here to include support for Digigram LX6464ES boards. 70702bec490STim Blechmann 70802bec490STim Blechmann To compile this driver as a module, choose M here: the module 70902bec490STim Blechmann will be called snd-lx6464es. 71002bec490STim Blechmann 71102bec490STim Blechmann 712230b5c1aSTakashi Iwaiconfig SND_MAESTRO3 713230b5c1aSTakashi Iwai tristate "ESS Allegro/Maestro3" 714230b5c1aSTakashi Iwai select SND_AC97_CODEC 7152db1a579SDan Williams depends on ZONE_DMA 716230b5c1aSTakashi Iwai help 717230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on ESS Maestro 3 718230b5c1aSTakashi Iwai (Allegro) chips. 719230b5c1aSTakashi Iwai 720230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 721230b5c1aSTakashi Iwai will be called snd-maestro3. 722230b5c1aSTakashi Iwai 723eb581adfSHans de Goedeconfig SND_MAESTRO3_INPUT 724eb581adfSHans de Goede bool "Enable input device for maestro3 volume buttons" 725eb581adfSHans de Goede depends on SND_MAESTRO3 726eb581adfSHans de Goede depends on INPUT=y || INPUT=SND_MAESTRO3 727eb581adfSHans de Goede help 728eb581adfSHans de Goede If you say Y here, you will get an input device which reports 729eb581adfSHans de Goede keypresses for the volume buttons connected to the maestro3 chip. 730eb581adfSHans de Goede If you say N the buttons will directly control the master volume. 731eb581adfSHans de Goede It is recommended to say Y. 732eb581adfSHans de Goede 733230b5c1aSTakashi Iwaiconfig SND_MIXART 734230b5c1aSTakashi Iwai tristate "Digigram miXart" 735cba46f11STakashi Iwai select FW_LOADER 736230b5c1aSTakashi Iwai select SND_HWDEP 737230b5c1aSTakashi Iwai select SND_PCM 738230b5c1aSTakashi Iwai help 739230b5c1aSTakashi Iwai If you want to use Digigram miXart soundcards, say Y here and 7405fb94e9cSMauro Carvalho Chehab read <file:Documentation/sound/cards/mixart.rst>. 741230b5c1aSTakashi Iwai 742230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 743230b5c1aSTakashi Iwai will be called snd-mixart. 744230b5c1aSTakashi Iwai 745230b5c1aSTakashi Iwaiconfig SND_NM256 746230b5c1aSTakashi Iwai tristate "NeoMagic NM256AV/ZX" 747230b5c1aSTakashi Iwai select SND_AC97_CODEC 748230b5c1aSTakashi Iwai help 749230b5c1aSTakashi Iwai Say Y here to include support for NeoMagic NM256AV/ZX chips. 750230b5c1aSTakashi Iwai 751230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 752230b5c1aSTakashi Iwai will be called snd-nm256. 753230b5c1aSTakashi Iwai 754e12229b4SMarkus Bollingerconfig SND_PCXHR 755e12229b4SMarkus Bollinger tristate "Digigram PCXHR" 756d1914498STakashi Iwai select FW_LOADER 757e12229b4SMarkus Bollinger select SND_PCM 758e12229b4SMarkus Bollinger select SND_HWDEP 759e12229b4SMarkus Bollinger help 760e12229b4SMarkus Bollinger Say Y here to include support for Digigram PCXHR boards. 761e12229b4SMarkus Bollinger 762e12229b4SMarkus Bollinger To compile this driver as a module, choose M here: the module 763e12229b4SMarkus Bollinger will be called snd-pcxhr. 764e12229b4SMarkus Bollinger 765109a9638SPeter Gruberconfig SND_RIPTIDE 766109a9638SPeter Gruber tristate "Conexant Riptide" 7678a89876bSClemens Ladisch select FW_LOADER 768109a9638SPeter Gruber select SND_OPL3_LIB 769109a9638SPeter Gruber select SND_MPU401_UART 770109a9638SPeter Gruber select SND_AC97_CODEC 771109a9638SPeter Gruber help 772109a9638SPeter Gruber Say 'Y' or 'M' to include support for Conexant Riptide chip. 773109a9638SPeter Gruber 774109a9638SPeter Gruber To compile this driver as a module, choose M here: the module 775109a9638SPeter Gruber will be called snd-riptide 776109a9638SPeter Gruber 777230b5c1aSTakashi Iwaiconfig SND_RME32 778230b5c1aSTakashi Iwai tristate "RME Digi32, 32/8, 32 PRO" 779230b5c1aSTakashi Iwai select SND_PCM 780230b5c1aSTakashi Iwai help 781230b5c1aSTakashi Iwai Say Y to include support for RME Digi32, Digi32 PRO and 782230b5c1aSTakashi Iwai Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 783230b5c1aSTakashi Iwai devices. 784230b5c1aSTakashi Iwai 785230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 786230b5c1aSTakashi Iwai will be called snd-rme32. 787230b5c1aSTakashi Iwai 788230b5c1aSTakashi Iwaiconfig SND_RME96 789230b5c1aSTakashi Iwai tristate "RME Digi96, 96/8, 96/8 PRO" 790230b5c1aSTakashi Iwai select SND_PCM 791230b5c1aSTakashi Iwai help 792230b5c1aSTakashi Iwai Say Y here to include support for RME Digi96, Digi96/8 and 793230b5c1aSTakashi Iwai Digi96/8 PRO/PAD/PST soundcards. 794230b5c1aSTakashi Iwai 795230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 796230b5c1aSTakashi Iwai will be called snd-rme96. 797230b5c1aSTakashi Iwai 798230b5c1aSTakashi Iwaiconfig SND_RME9652 799230b5c1aSTakashi Iwai tristate "RME Digi9652 (Hammerfall)" 800230b5c1aSTakashi Iwai select SND_PCM 801230b5c1aSTakashi Iwai help 802230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall (RME 803230b5c1aSTakashi Iwai Digi9652/Digi9636) soundcards. 804230b5c1aSTakashi Iwai 805230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 806230b5c1aSTakashi Iwai will be called snd-rme9652. 807230b5c1aSTakashi Iwai 80853c098bfSClemens Ladischconfig SND_SE6X 80953c098bfSClemens Ladisch tristate "Studio Evolution SE6X" 81053c098bfSClemens Ladisch depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict 81153c098bfSClemens Ladisch select SND_OXYGEN_LIB 81253c098bfSClemens Ladisch select SND_PCM 81353c098bfSClemens Ladisch select SND_MPU401_UART 81453c098bfSClemens Ladisch help 81553c098bfSClemens Ladisch Say Y or M here only if you actually have this sound card. 81653c098bfSClemens Ladisch 817175859bfSDavid Dillowconfig SND_SIS7019 818175859bfSDavid Dillow tristate "SiS 7019 Audio Accelerator" 8194c16ecc4SJean Delvare depends on X86_32 820175859bfSDavid Dillow select SND_AC97_CODEC 8212db1a579SDan Williams depends on ZONE_DMA 822175859bfSDavid Dillow help 823175859bfSDavid Dillow Say Y here to include support for the SiS 7019 Audio Accelerator. 824175859bfSDavid Dillow 825175859bfSDavid Dillow To compile this driver as a module, choose M here: the module 826175859bfSDavid Dillow will be called snd-sis7019. 827175859bfSDavid Dillow 8281da177e4SLinus Torvaldsconfig SND_SONICVIBES 8291da177e4SLinus Torvalds tristate "S3 SonicVibes" 8301da177e4SLinus Torvalds select SND_OPL3_LIB 8311da177e4SLinus Torvalds select SND_MPU401_UART 8321da177e4SLinus Torvalds select SND_AC97_CODEC 8332db1a579SDan Williams depends on ZONE_DMA 8341da177e4SLinus Torvalds help 8351da177e4SLinus Torvalds Say Y here to include support for soundcards based on the S3 8361da177e4SLinus Torvalds SonicVibes chip. 8371da177e4SLinus Torvalds 8381da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8391da177e4SLinus Torvalds will be called snd-sonicvibes. 8401da177e4SLinus Torvalds 841230b5c1aSTakashi Iwaiconfig SND_TRIDENT 842230b5c1aSTakashi Iwai tristate "Trident 4D-Wave DX/NX; SiS 7018" 843230b5c1aSTakashi Iwai select SND_MPU401_UART 844230b5c1aSTakashi Iwai select SND_AC97_CODEC 8452db1a579SDan Williams depends on ZONE_DMA 846230b5c1aSTakashi Iwai help 847230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Trident 848230b5c1aSTakashi Iwai 4D-Wave DX/NX or SiS 7018 chips. 849230b5c1aSTakashi Iwai 850230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 851230b5c1aSTakashi Iwai will be called snd-trident. 852230b5c1aSTakashi Iwai 8531da177e4SLinus Torvaldsconfig SND_VIA82XX 8541da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 8551da177e4SLinus Torvalds select SND_MPU401_UART 8561da177e4SLinus Torvalds select SND_AC97_CODEC 8571da177e4SLinus Torvalds help 8581da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 8591da177e4SLinus Torvalds device on motherboards with VIA chipsets. 8601da177e4SLinus Torvalds 8611da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8621da177e4SLinus Torvalds will be called snd-via82xx. 8631da177e4SLinus Torvalds 8641da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM 8651da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233 based Modems" 8661da177e4SLinus Torvalds select SND_AC97_CODEC 8671da177e4SLinus Torvalds help 8681da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 8691da177e4SLinus Torvalds motherboards with VIA chipsets. 8701da177e4SLinus Torvalds 8711da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8721da177e4SLinus Torvalds will be called snd-via82xx-modem. 8731da177e4SLinus Torvalds 8741b8ff22fSClemens Ladischconfig SND_VIRTUOSO 87551485e8eSClemens Ladisch tristate "Asus Virtuoso 66/100/200 (Xonar)" 8761b8ff22fSClemens Ladisch select SND_OXYGEN_LIB 87799f08bf5SClemens Ladisch select SND_PCM 87899f08bf5SClemens Ladisch select SND_MPU401_UART 879fe0d128cSTakashi Iwai select SND_JACK 8801b8ff22fSClemens Ladisch help 8811b8ff22fSClemens Ladisch Say Y here to include support for sound cards based on the 882f42bb222SClemens Ladisch Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX, 883f42bb222SClemens Ladisch Essence ST (Deluxe), and Essence STX (II). 884b532d6b8SClemens Ladisch Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental; 885b532d6b8SClemens Ladisch for the Xense, missing. 8861b8ff22fSClemens Ladisch 8871b8ff22fSClemens Ladisch To compile this driver as a module, choose M here: the module 8881b8ff22fSClemens Ladisch will be called snd-virtuoso. 8891b8ff22fSClemens Ladisch 8901da177e4SLinus Torvaldsconfig SND_VX222 8911da177e4SLinus Torvalds tristate "Digigram VX222" 8921da177e4SLinus Torvalds select SND_VX_LIB 8931da177e4SLinus Torvalds help 8941da177e4SLinus Torvalds Say Y here to include support for Digigram VX222 soundcards. 8951da177e4SLinus Torvalds 8961da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8971da177e4SLinus Torvalds will be called snd-vx222. 8981da177e4SLinus Torvalds 899230b5c1aSTakashi Iwaiconfig SND_YMFPCI 900230b5c1aSTakashi Iwai tristate "Yamaha YMF724/740/744/754" 901230b5c1aSTakashi Iwai select SND_OPL3_LIB 902230b5c1aSTakashi Iwai select SND_MPU401_UART 903230b5c1aSTakashi Iwai select SND_AC97_CODEC 90461595dcaSTakashi Iwai select SND_TIMER 9051da177e4SLinus Torvalds help 906230b5c1aSTakashi Iwai Say Y here to include support for Yamaha PCI audio chips - 907230b5c1aSTakashi Iwai YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 9081da177e4SLinus Torvalds 9091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 910230b5c1aSTakashi Iwai will be called snd-ymfpci. 9111da177e4SLinus Torvalds 91289fe5117STakashi Iwaiendif # SND_PCI 91378e34f34SDylan Reid 91478e34f34SDylan Reidsource "sound/pci/hda/Kconfig" 915