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