11da177e4SLinus Torvalds# ALSA PCI drivers 21da177e4SLinus Torvalds 30ca06a00SLiam Girdwoodmenu "PCI devices" 40ca06a00SLiam Girdwood depends on SND!=n && PCI 51da177e4SLinus Torvalds 6230b5c1aSTakashi Iwaiconfig SND_AD1889 7230b5c1aSTakashi Iwai tristate "Analog Devices AD1889" 8230b5c1aSTakashi Iwai depends on SND 9230b5c1aSTakashi Iwai select SND_AC97_CODEC 10230b5c1aSTakashi Iwai help 11230b5c1aSTakashi Iwai Say Y here to include support for the integrated AC97 sound 12230b5c1aSTakashi Iwai device found in particular on the Hewlett-Packard [BCJ]-xxx0 13230b5c1aSTakashi Iwai class PA-RISC workstations, using the AD1819 codec. 14230b5c1aSTakashi Iwai 15230b5c1aSTakashi Iwai To compile this as a module, choose M here: the module 16230b5c1aSTakashi Iwai will be called snd-ad1889. 17230b5c1aSTakashi Iwai 18b3a70d5eSAsh Willisconfig SND_ALS300 19b3a70d5eSAsh Willis tristate "Avance Logic ALS300/ALS300+" 20b3a70d5eSAsh Willis depends on SND 21b3a70d5eSAsh Willis select SND_PCM 22b3a70d5eSAsh Willis select SND_AC97_CODEC 23b3a70d5eSAsh Willis select SND_OPL3_LIB 24b3a70d5eSAsh Willis help 25b3a70d5eSAsh Willis Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ 26b3a70d5eSAsh Willis 27b3a70d5eSAsh Willis To compile this driver as a module, choose M here: the module 28b3a70d5eSAsh Willis will be called snd-als300 29b3a70d5eSAsh Willis 30230b5c1aSTakashi Iwaiconfig SND_ALS4000 31230b5c1aSTakashi Iwai tristate "Avance Logic ALS4000" 32230b5c1aSTakashi Iwai depends on SND && ISA_DMA_API 33230b5c1aSTakashi Iwai select SND_OPL3_LIB 34230b5c1aSTakashi Iwai select SND_MPU401_UART 35230b5c1aSTakashi Iwai select SND_PCM 36dda369cfSTakashi Iwai select SND_SB_COMMON 37230b5c1aSTakashi Iwai help 38230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Avance Logic 39230b5c1aSTakashi Iwai ALS4000 chips. 40230b5c1aSTakashi Iwai 41230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 42230b5c1aSTakashi Iwai will be called snd-als4000. 43230b5c1aSTakashi Iwai 441da177e4SLinus Torvaldsconfig SND_ALI5451 451da177e4SLinus Torvalds tristate "ALi M5451 PCI Audio Controller" 461da177e4SLinus Torvalds depends on SND 471da177e4SLinus Torvalds select SND_MPU401_UART 481da177e4SLinus Torvalds select SND_AC97_CODEC 491da177e4SLinus Torvalds help 501da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 511da177e4SLinus Torvalds device on motherboards using the ALi M5451 Audio Controller 521da177e4SLinus Torvalds (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets 531da177e4SLinus Torvalds use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. 541da177e4SLinus Torvalds 551da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 561da177e4SLinus Torvalds will be called snd-ali5451. 571da177e4SLinus Torvalds 581da177e4SLinus Torvaldsconfig SND_ATIIXP 591da177e4SLinus Torvalds tristate "ATI IXP AC97 Controller" 601da177e4SLinus Torvalds depends on SND 611da177e4SLinus Torvalds select SND_AC97_CODEC 621da177e4SLinus Torvalds help 631da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 641da177e4SLinus Torvalds device on motherboards with ATI chipsets (ATI IXP 150/200/250/ 651da177e4SLinus Torvalds 300/400). 661da177e4SLinus Torvalds 671da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 681da177e4SLinus Torvalds will be called snd-atiixp. 691da177e4SLinus Torvalds 701da177e4SLinus Torvaldsconfig SND_ATIIXP_MODEM 711da177e4SLinus Torvalds tristate "ATI IXP Modem" 721da177e4SLinus Torvalds depends on SND 731da177e4SLinus Torvalds select SND_AC97_CODEC 741da177e4SLinus Torvalds help 751da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 761da177e4SLinus Torvalds motherboards with ATI chipsets (ATI IXP 150/200/250). 771da177e4SLinus Torvalds 781da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 791da177e4SLinus Torvalds will be called snd-atiixp-modem. 801da177e4SLinus Torvalds 811da177e4SLinus Torvaldsconfig SND_AU8810 821da177e4SLinus Torvalds tristate "Aureal Advantage" 831da177e4SLinus Torvalds depends on SND 841da177e4SLinus Torvalds select SND_MPU401_UART 851da177e4SLinus Torvalds select SND_AC97_CODEC 861da177e4SLinus Torvalds help 871da177e4SLinus Torvalds Say Y here to include support for Aureal Advantage soundcards. 881da177e4SLinus Torvalds 891da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 901da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 911da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 921da177e4SLinus Torvalds 931da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 941da177e4SLinus Torvalds will be called snd-au8810. 951da177e4SLinus Torvalds 961da177e4SLinus Torvaldsconfig SND_AU8820 971da177e4SLinus Torvalds tristate "Aureal Vortex" 981da177e4SLinus Torvalds depends on SND 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 Vortex soundcards. 1031da177e4SLinus Torvalds 1041da177e4SLinus Torvalds Supported features: Hardware Mixer and SRC. For more info, email 1051da177e4SLinus Torvalds the ALSA developer list, or <mjander@users.sourceforge.net>. 1061da177e4SLinus Torvalds 1071da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1081da177e4SLinus Torvalds will be called snd-au8820. 1091da177e4SLinus Torvalds 1101da177e4SLinus Torvaldsconfig SND_AU8830 1111da177e4SLinus Torvalds tristate "Aureal Vortex 2" 1121da177e4SLinus Torvalds depends on SND 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 2 soundcards. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds Supported features: Hardware Mixer, SRC, EQ and SPDIF output. 1191da177e4SLinus Torvalds 3D support code is in place, but not yet useable. For more info, 1201da177e4SLinus Torvalds email the ALSA developer list, or <mjander@users.sourceforge.net>. 1211da177e4SLinus Torvalds 1221da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1231da177e4SLinus Torvalds will be called snd-au8830. 1241da177e4SLinus Torvalds 1251da177e4SLinus Torvaldsconfig SND_AZT3328 1261da177e4SLinus Torvalds tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)" 1271da177e4SLinus Torvalds depends on SND && EXPERIMENTAL 1281da177e4SLinus Torvalds select SND_OPL3_LIB 1291da177e4SLinus Torvalds select SND_MPU401_UART 1301da177e4SLinus Torvalds select SND_PCM 1311da177e4SLinus Torvalds help 1321da177e4SLinus Torvalds Say Y here to include support for Aztech AZF3328 (PCI168) 1331da177e4SLinus Torvalds soundcards. 1341da177e4SLinus Torvalds 1351da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1361da177e4SLinus Torvalds will be called snd-azt3328. 1371da177e4SLinus Torvalds 1381da177e4SLinus Torvaldsconfig SND_BT87X 1391da177e4SLinus Torvalds tristate "Bt87x Audio Capture" 1401da177e4SLinus Torvalds depends on SND 1411da177e4SLinus Torvalds select SND_PCM 1421da177e4SLinus Torvalds help 1431da177e4SLinus Torvalds If you want to record audio from TV cards based on 1441da177e4SLinus Torvalds Brooktree Bt878/Bt879 chips, say Y here and read 1451da177e4SLinus Torvalds <file:Documentation/sound/alsa/Bt87x.txt>. 1461da177e4SLinus Torvalds 1471da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1481da177e4SLinus Torvalds will be called snd-bt87x. 1491da177e4SLinus Torvalds 1501da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK 1511da177e4SLinus Torvalds bool "Bt87x Audio overclocking" 1521da177e4SLinus Torvalds depends on SND_BT87X 1531da177e4SLinus Torvalds help 1541da177e4SLinus Torvalds Say Y here if 448000 Hz isn't enough for you and you want to 1551da177e4SLinus Torvalds record from the analog input with up to 1792000 Hz. 1561da177e4SLinus Torvalds 1571da177e4SLinus Torvalds Higher sample rates won't hurt your hardware, but audio 1581da177e4SLinus Torvalds quality may suffer. 1591da177e4SLinus Torvalds 160230b5c1aSTakashi Iwaiconfig SND_CA0106 161230b5c1aSTakashi Iwai tristate "SB Audigy LS / Live 24bit" 162230b5c1aSTakashi Iwai depends on SND 163230b5c1aSTakashi Iwai select SND_AC97_CODEC 164230b5c1aSTakashi Iwai select SND_RAWMIDI 165230b5c1aSTakashi Iwai help 166230b5c1aSTakashi Iwai Say Y here to include support for the Sound Blaster Audigy LS 167230b5c1aSTakashi Iwai and Live 24bit. 168230b5c1aSTakashi Iwai 169230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 170230b5c1aSTakashi Iwai will be called snd-ca0106. 171230b5c1aSTakashi Iwai 172230b5c1aSTakashi Iwaiconfig SND_CMIPCI 173230b5c1aSTakashi Iwai tristate "C-Media 8738, 8338" 174230b5c1aSTakashi Iwai depends on SND 175230b5c1aSTakashi Iwai select SND_OPL3_LIB 176230b5c1aSTakashi Iwai select SND_MPU401_UART 177230b5c1aSTakashi Iwai select SND_PCM 178230b5c1aSTakashi Iwai help 179230b5c1aSTakashi Iwai If you want to use soundcards based on C-Media CMI8338 or CMI8738 180230b5c1aSTakashi Iwai chips, say Y here and read 181230b5c1aSTakashi Iwai <file:Documentation/sound/alsa/CMIPCI.txt>. 182230b5c1aSTakashi Iwai 183230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 184230b5c1aSTakashi Iwai will be called snd-cmipci. 185230b5c1aSTakashi Iwai 186230b5c1aSTakashi Iwaiconfig SND_CS4281 187230b5c1aSTakashi Iwai tristate "Cirrus Logic (Sound Fusion) CS4281" 188230b5c1aSTakashi Iwai depends on SND 189230b5c1aSTakashi Iwai select SND_OPL3_LIB 190230b5c1aSTakashi Iwai select SND_RAWMIDI 191230b5c1aSTakashi Iwai select SND_AC97_CODEC 192230b5c1aSTakashi Iwai help 193230b5c1aSTakashi Iwai Say Y here to include support for Cirrus Logic CS4281 chips. 194230b5c1aSTakashi Iwai 195230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 196230b5c1aSTakashi Iwai will be called snd-cs4281. 197230b5c1aSTakashi Iwai 1981da177e4SLinus Torvaldsconfig SND_CS46XX 1991da177e4SLinus Torvalds tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" 2001da177e4SLinus Torvalds depends on SND 2011da177e4SLinus Torvalds select SND_RAWMIDI 2021da177e4SLinus Torvalds select SND_AC97_CODEC 2031da177e4SLinus Torvalds help 2041da177e4SLinus Torvalds Say Y here to include support for Cirrus Logic CS4610/CS4612/ 2051da177e4SLinus Torvalds CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. 2061da177e4SLinus Torvalds 2071da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2081da177e4SLinus Torvalds will be called snd-cs46xx. 2091da177e4SLinus Torvalds 2101da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP 211675b4e59STakashi Iwai bool "Cirrus Logic (Sound Fusion) New DSP support" 212675b4e59STakashi Iwai depends on SND_CS46XX 213675b4e59STakashi Iwai default y 2141da177e4SLinus Torvalds help 2151da177e4SLinus Torvalds Say Y here to use a new DSP image for SPDIF and dual codecs. 2161da177e4SLinus Torvalds 2171da177e4SLinus Torvalds This works better than the old code, so say Y. 2181da177e4SLinus Torvalds 219621887aeSTakashi Iwaiconfig SND_CS5530 220621887aeSTakashi Iwai tristate "CS5530 Audio" 221621887aeSTakashi Iwai depends on SND && ISA_DMA_API 222dda369cfSTakashi Iwai select SND_SB16_DSP 223621887aeSTakashi Iwai help 224621887aeSTakashi Iwai Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 225621887aeSTakashi Iwai 226621887aeSTakashi Iwai To compile this driver as a module, choose M here: the module 227621887aeSTakashi Iwai will be called snd-cs5530. 228621887aeSTakashi Iwai 229230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO 2309ac25594SJaya Kumar tristate "CS5535/CS5536 Audio" 231230b5c1aSTakashi Iwai depends on SND && X86 && !X86_64 232230b5c1aSTakashi Iwai select SND_PCM 2331da177e4SLinus Torvalds select SND_AC97_CODEC 2341da177e4SLinus Torvalds help 235230b5c1aSTakashi Iwai Say Y here to include support for audio on CS5535 chips. It is 236230b5c1aSTakashi Iwai referred to as NS CS5535 IO or AMD CS5535 IO companion in 2379ac25594SJaya Kumar various literature. This driver also supports the CS5536 audio 2389ac25594SJaya Kumar device. However, for both chips, on certain boards, you may 2399ac25594SJaya Kumar need to use ac97_quirk=hp_only if your board has physically 2409ac25594SJaya Kumar mapped headphone out to master output. If that works for you, 2419ac25594SJaya Kumar send lspci -vvv output to the mailing list so that your board 2429ac25594SJaya Kumar can be identified in the quirks list. 2431da177e4SLinus Torvalds 2441da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 245230b5c1aSTakashi Iwai will be called snd-cs5535audio. 2461da177e4SLinus Torvalds 247dd7b254dSGiuliano Pochiniconfig SND_DARLA20 248dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla20" 249dd7b254dSGiuliano Pochini depends on SND 2508a89876bSClemens Ladisch select FW_LOADER 251dd7b254dSGiuliano Pochini select SND_PCM 252dd7b254dSGiuliano Pochini help 253dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla. 254dd7b254dSGiuliano Pochini 255dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 256dd7b254dSGiuliano Pochini will be called snd-darla20 257dd7b254dSGiuliano Pochini 258dd7b254dSGiuliano Pochiniconfig SND_GINA20 259dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina20" 260dd7b254dSGiuliano Pochini depends on SND 2618a89876bSClemens Ladisch select FW_LOADER 262dd7b254dSGiuliano Pochini select SND_PCM 263dd7b254dSGiuliano Pochini help 264dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina. 265dd7b254dSGiuliano Pochini 266dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 267dd7b254dSGiuliano Pochini will be called snd-gina20 268dd7b254dSGiuliano Pochini 269dd7b254dSGiuliano Pochiniconfig SND_LAYLA20 270dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla20" 271dd7b254dSGiuliano Pochini depends on SND 2728a89876bSClemens Ladisch select FW_LOADER 273dd7b254dSGiuliano Pochini select SND_RAWMIDI 274dd7b254dSGiuliano Pochini select SND_PCM 275dd7b254dSGiuliano Pochini help 276dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla. 277dd7b254dSGiuliano Pochini 278dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 279dd7b254dSGiuliano Pochini will be called snd-layla20 280dd7b254dSGiuliano Pochini 281dd7b254dSGiuliano Pochiniconfig SND_DARLA24 282dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla24" 283dd7b254dSGiuliano Pochini depends on SND 2848a89876bSClemens Ladisch select FW_LOADER 285dd7b254dSGiuliano Pochini select SND_PCM 286dd7b254dSGiuliano Pochini help 287dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla24. 288dd7b254dSGiuliano Pochini 289dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 290dd7b254dSGiuliano Pochini will be called snd-darla24 291dd7b254dSGiuliano Pochini 292dd7b254dSGiuliano Pochiniconfig SND_GINA24 293dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina24" 294dd7b254dSGiuliano Pochini depends on SND 2958a89876bSClemens Ladisch select FW_LOADER 296dd7b254dSGiuliano Pochini select SND_PCM 297dd7b254dSGiuliano Pochini help 298dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina24. 299dd7b254dSGiuliano Pochini 300dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 301dd7b254dSGiuliano Pochini will be called snd-gina24 302dd7b254dSGiuliano Pochini 303dd7b254dSGiuliano Pochiniconfig SND_LAYLA24 304dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla24" 305dd7b254dSGiuliano Pochini depends on SND 3068a89876bSClemens Ladisch select FW_LOADER 307dd7b254dSGiuliano Pochini select SND_RAWMIDI 308dd7b254dSGiuliano Pochini select SND_PCM 309dd7b254dSGiuliano Pochini help 310dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla24. 311dd7b254dSGiuliano Pochini 312dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 313dd7b254dSGiuliano Pochini will be called snd-layla24 314dd7b254dSGiuliano Pochini 315dd7b254dSGiuliano Pochiniconfig SND_MONA 316dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mona" 317dd7b254dSGiuliano Pochini depends on SND 3188a89876bSClemens Ladisch select FW_LOADER 319dd7b254dSGiuliano Pochini select SND_RAWMIDI 320dd7b254dSGiuliano Pochini select SND_PCM 321dd7b254dSGiuliano Pochini help 322dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mona. 323dd7b254dSGiuliano Pochini 324dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 325dd7b254dSGiuliano Pochini will be called snd-mona 326dd7b254dSGiuliano Pochini 327dd7b254dSGiuliano Pochiniconfig SND_MIA 328dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mia" 329dd7b254dSGiuliano Pochini depends on SND 3308a89876bSClemens Ladisch select FW_LOADER 331dd7b254dSGiuliano Pochini select SND_RAWMIDI 332dd7b254dSGiuliano Pochini select SND_PCM 333dd7b254dSGiuliano Pochini help 334dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. 335dd7b254dSGiuliano Pochini 336dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 337dd7b254dSGiuliano Pochini will be called snd-mia 338dd7b254dSGiuliano Pochini 339dd7b254dSGiuliano Pochiniconfig SND_ECHO3G 340dd7b254dSGiuliano Pochini tristate "(Echoaudio) 3G cards" 341dd7b254dSGiuliano Pochini depends on SND 3428a89876bSClemens Ladisch select FW_LOADER 343dd7b254dSGiuliano Pochini select SND_RAWMIDI 344dd7b254dSGiuliano Pochini select SND_PCM 345dd7b254dSGiuliano Pochini help 346dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G. 347dd7b254dSGiuliano Pochini 348dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 349dd7b254dSGiuliano Pochini will be called snd-echo3g 350dd7b254dSGiuliano Pochini 351dd7b254dSGiuliano Pochiniconfig SND_INDIGO 352dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo" 353dd7b254dSGiuliano Pochini depends on SND 3548a89876bSClemens Ladisch select FW_LOADER 355dd7b254dSGiuliano Pochini select SND_PCM 356dd7b254dSGiuliano Pochini help 357dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo. 358dd7b254dSGiuliano Pochini 359dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 360dd7b254dSGiuliano Pochini will be called snd-indigo 361dd7b254dSGiuliano Pochini 362dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO 363dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo IO" 364dd7b254dSGiuliano Pochini depends on SND 3658a89876bSClemens Ladisch select FW_LOADER 366dd7b254dSGiuliano Pochini select SND_PCM 367dd7b254dSGiuliano Pochini help 368dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IO. 369dd7b254dSGiuliano Pochini 370dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 371dd7b254dSGiuliano Pochini will be called snd-indigoio 372dd7b254dSGiuliano Pochini 373dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ 374dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo DJ" 375dd7b254dSGiuliano Pochini depends on SND 3768a89876bSClemens Ladisch select FW_LOADER 377dd7b254dSGiuliano Pochini select SND_PCM 378dd7b254dSGiuliano Pochini help 379dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. 380dd7b254dSGiuliano Pochini 381dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 382dd7b254dSGiuliano Pochini will be called snd-indigodj 383dd7b254dSGiuliano Pochini 3841da177e4SLinus Torvaldsconfig SND_EMU10K1 3851da177e4SLinus Torvalds tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 3861da177e4SLinus Torvalds depends on SND 3879bf5f8aaSClemens Ladisch select FW_LOADER 3881da177e4SLinus Torvalds select SND_HWDEP 3891da177e4SLinus Torvalds select SND_RAWMIDI 3901da177e4SLinus Torvalds select SND_AC97_CODEC 3911da177e4SLinus Torvalds help 3921da177e4SLinus Torvalds Say Y to include support for Sound Blaster PCI 512, Live!, 3931da177e4SLinus Torvalds Audigy and E-mu APS (partially supported) soundcards. 3941da177e4SLinus Torvalds 3951da177e4SLinus Torvalds The confusing multitude of mixer controls is documented in 3961da177e4SLinus Torvalds <file:Documentation/sound/alsa/SB-Live-mixer.txt> and 3971da177e4SLinus Torvalds <file:Documentation/sound/alsa/Audigy-mixer.txt>. 3981da177e4SLinus Torvalds 3991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4001da177e4SLinus Torvalds will be called snd-emu10k1. 4011da177e4SLinus Torvalds 4021da177e4SLinus Torvaldsconfig SND_EMU10K1X 4031da177e4SLinus Torvalds tristate "Emu10k1X (Dell OEM Version)" 4041da177e4SLinus Torvalds depends on SND 4051da177e4SLinus Torvalds select SND_AC97_CODEC 4061da177e4SLinus Torvalds select SND_RAWMIDI 4071da177e4SLinus Torvalds help 4081da177e4SLinus Torvalds Say Y here to include support for the Dell OEM version of the 4091da177e4SLinus Torvalds Sound Blaster Live!. 4101da177e4SLinus Torvalds 4111da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4121da177e4SLinus Torvalds will be called snd-emu10k1x. 4131da177e4SLinus Torvalds 4141da177e4SLinus Torvaldsconfig SND_ENS1370 4151da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1370" 4161da177e4SLinus Torvalds depends on SND 4171da177e4SLinus Torvalds select SND_RAWMIDI 4181da177e4SLinus Torvalds select SND_PCM 4191da177e4SLinus Torvalds help 4201da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1370 chips. 4211da177e4SLinus Torvalds 4221da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4231da177e4SLinus Torvalds will be called snd-ens1370. 4241da177e4SLinus Torvalds 4251da177e4SLinus Torvaldsconfig SND_ENS1371 4261da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1371/1373" 4271da177e4SLinus Torvalds depends on SND 4281da177e4SLinus Torvalds select SND_RAWMIDI 4291da177e4SLinus Torvalds select SND_AC97_CODEC 4301da177e4SLinus Torvalds help 4311da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1371 chips and 4321da177e4SLinus Torvalds Sound Blaster PCI 64 or 128 soundcards. 4331da177e4SLinus Torvalds 4341da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4351da177e4SLinus Torvalds will be called snd-ens1371. 4361da177e4SLinus Torvalds 4371da177e4SLinus Torvaldsconfig SND_ES1938 4381da177e4SLinus Torvalds tristate "ESS ES1938/1946/1969 (Solo-1)" 4391da177e4SLinus Torvalds depends on SND 4401da177e4SLinus Torvalds select SND_OPL3_LIB 4411da177e4SLinus Torvalds select SND_MPU401_UART 4421da177e4SLinus Torvalds select SND_AC97_CODEC 4431da177e4SLinus Torvalds help 4441da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Solo-1 4451da177e4SLinus Torvalds (ES1938, ES1946, ES1969) chips. 4461da177e4SLinus Torvalds 4471da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4481da177e4SLinus Torvalds will be called snd-es1938. 4491da177e4SLinus Torvalds 4501da177e4SLinus Torvaldsconfig SND_ES1968 4511da177e4SLinus Torvalds tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 4521da177e4SLinus Torvalds depends on SND 4531da177e4SLinus Torvalds select SND_MPU401_UART 4541da177e4SLinus Torvalds select SND_AC97_CODEC 4551da177e4SLinus Torvalds help 4561da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Maestro 4571da177e4SLinus Torvalds 1/2/2E chips. 4581da177e4SLinus Torvalds 4591da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4601da177e4SLinus Torvalds will be called snd-es1968. 4611da177e4SLinus Torvalds 4621da177e4SLinus Torvaldsconfig SND_FM801 4631da177e4SLinus Torvalds tristate "ForteMedia FM801" 4641da177e4SLinus Torvalds depends on SND 4651da177e4SLinus Torvalds select SND_OPL3_LIB 4661da177e4SLinus Torvalds select SND_MPU401_UART 4671da177e4SLinus Torvalds select SND_AC97_CODEC 4681da177e4SLinus Torvalds help 4691da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 4701da177e4SLinus Torvalds FM801 chip. 4711da177e4SLinus Torvalds 4721da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4731da177e4SLinus Torvalds will be called snd-fm801. 4741da177e4SLinus Torvalds 475efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL 476efce4bb9SAdrian Bunk bool "ForteMedia FM801 + TEA5757 tuner" 4771da177e4SLinus Torvalds depends on SND_FM801 4781da177e4SLinus Torvalds help 4791da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 4801da177e4SLinus Torvalds FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media 481efce4bb9SAdrian Bunk Forte SF256-PCS-02) into the snd-fm801 driver. 4821da177e4SLinus Torvalds 4836054b68eSMauro Carvalho Chehab This will enable support for the old V4L1 API. 4846054b68eSMauro Carvalho Chehab 485efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X 486efce4bb9SAdrian Bunk tristate 487efce4bb9SAdrian Bunk depends on SND_FM801_TEA575X_BOOL 488efce4bb9SAdrian Bunk default SND_FM801 4896054b68eSMauro Carvalho Chehab select VIDEO_V4L1 49079cf0d37STakashi Iwai select VIDEO_DEV 4911da177e4SLinus Torvalds 492230b5c1aSTakashi Iwaiconfig SND_HDA_INTEL 493230b5c1aSTakashi Iwai tristate "Intel HD Audio" 494230b5c1aSTakashi Iwai depends on SND 495230b5c1aSTakashi Iwai select SND_PCM 496230b5c1aSTakashi Iwai help 497230b5c1aSTakashi Iwai Say Y here to include support for Intel "High Definition 498230b5c1aSTakashi Iwai Audio" (Azalia) motherboard devices. 499230b5c1aSTakashi Iwai 500230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 501230b5c1aSTakashi Iwai will be called snd-hda-intel. 502230b5c1aSTakashi Iwai 503*2807314dSTakashi Iwaiconfig SND_HDA_HWDEP 504*2807314dSTakashi Iwai bool "Build hwdep interface for HD-audio driver" 505*2807314dSTakashi Iwai depends on SND_HDA_INTEL 506*2807314dSTakashi Iwai select SND_HWDEP 507*2807314dSTakashi Iwai help 508*2807314dSTakashi Iwai Say Y here to build a hwdep interface for HD-audio driver. 509*2807314dSTakashi Iwai This interface can be used for out-of-bound communication 510*2807314dSTakashi Iwai with codesc for debugging purposes. 511*2807314dSTakashi Iwai 512230b5c1aSTakashi Iwaiconfig SND_HDSP 513230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP Audio" 514230b5c1aSTakashi Iwai depends on SND 515230b5c1aSTakashi Iwai select SND_HWDEP 516230b5c1aSTakashi Iwai select SND_RAWMIDI 517230b5c1aSTakashi Iwai select SND_PCM 518230b5c1aSTakashi Iwai help 519230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP Audio 520230b5c1aSTakashi Iwai soundcards. 521230b5c1aSTakashi Iwai 522230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 523230b5c1aSTakashi Iwai will be called snd-hdsp. 524230b5c1aSTakashi Iwai 525230b5c1aSTakashi Iwaiconfig SND_HDSPM 526230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP MADI" 527230b5c1aSTakashi Iwai depends on SND 528230b5c1aSTakashi Iwai select SND_HWDEP 529230b5c1aSTakashi Iwai select SND_RAWMIDI 530230b5c1aSTakashi Iwai select SND_PCM 531230b5c1aSTakashi Iwai help 532230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP MADI 533230b5c1aSTakashi Iwai soundcards. 534230b5c1aSTakashi Iwai 535230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 536230b5c1aSTakashi Iwai will be called snd-hdspm. 537230b5c1aSTakashi Iwai 5381da177e4SLinus Torvaldsconfig SND_ICE1712 5391da177e4SLinus Torvalds tristate "ICEnsemble ICE1712 (Envy24)" 5401da177e4SLinus Torvalds depends on SND 5411da177e4SLinus Torvalds select SND_MPU401_UART 5421da177e4SLinus Torvalds select SND_AC97_CODEC 5431da177e4SLinus Torvalds help 5441da177e4SLinus Torvalds Say Y here to include support for soundcards based on the 5451da177e4SLinus Torvalds ICE1712 (Envy24) chip. 5461da177e4SLinus Torvalds 5471da177e4SLinus Torvalds Currently supported hardware is: M-Audio Delta 1010(LT), 5481da177e4SLinus Torvalds DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 5491da177e4SLinus Torvalds TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88; 5501da177e4SLinus Torvalds Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8. 5511da177e4SLinus Torvalds 5521da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5531da177e4SLinus Torvalds will be called snd-ice1712. 5541da177e4SLinus Torvalds 5551da177e4SLinus Torvaldsconfig SND_ICE1724 5561da177e4SLinus Torvalds tristate "ICE/VT1724/1720 (Envy24HT/PT)" 5571da177e4SLinus Torvalds depends on SND 5581da177e4SLinus Torvalds select SND_MPU401_UART 5591da177e4SLinus Torvalds select SND_AC97_CODEC 5601da177e4SLinus Torvalds help 5611da177e4SLinus Torvalds Say Y here to include support for soundcards based on 5621da177e4SLinus Torvalds ICE/VT1724/1720 (Envy24HT/PT) chips. 5631da177e4SLinus Torvalds 5641da177e4SLinus Torvalds Currently supported hardware is: AMP AUDIO2000; M-Audio 5651da177e4SLinus Torvalds Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe; 5661da177e4SLinus Torvalds AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II; 5671da177e4SLinus Torvalds Chaintech ZNF3-150/250. 5681da177e4SLinus Torvalds 5691da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5701da177e4SLinus Torvalds will be called snd-ice1724. 5711da177e4SLinus Torvalds 5721da177e4SLinus Torvaldsconfig SND_INTEL8X0 5731da177e4SLinus Torvalds tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 5741da177e4SLinus Torvalds depends on SND 5751da177e4SLinus Torvalds select SND_AC97_CODEC 5761da177e4SLinus Torvalds help 5771da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 5781da177e4SLinus Torvalds device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 5791da177e4SLinus Torvalds ALi chipsets using the M5455 Audio Controller. (There is a 5801da177e4SLinus Torvalds separate driver for ALi M5451 Audio Controllers.) 5811da177e4SLinus Torvalds 5821da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5831da177e4SLinus Torvalds will be called snd-intel8x0. 5841da177e4SLinus Torvalds 5851da177e4SLinus Torvaldsconfig SND_INTEL8X0M 586cf1756e9STakashi Iwai tristate "Intel/SiS/nVidia/AMD MC97 Modem" 587cf1756e9STakashi Iwai depends on SND 5881da177e4SLinus Torvalds select SND_AC97_CODEC 5891da177e4SLinus Torvalds help 5901da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 5911da177e4SLinus Torvalds motherboards with Intel/SiS/nVidia/AMD chipsets. 5921da177e4SLinus Torvalds 5931da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5941da177e4SLinus Torvalds will be called snd-intel8x0m. 5951da177e4SLinus Torvalds 596230b5c1aSTakashi Iwaiconfig SND_KORG1212 597230b5c1aSTakashi Iwai tristate "Korg 1212 IO" 598230b5c1aSTakashi Iwai depends on SND 5991327e2b8SClemens Ladisch select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL 600230b5c1aSTakashi Iwai select SND_PCM 601230b5c1aSTakashi Iwai help 602230b5c1aSTakashi Iwai Say Y here to include support for Korg 1212IO soundcards. 603230b5c1aSTakashi Iwai 604230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 605230b5c1aSTakashi Iwai will be called snd-korg1212. 606230b5c1aSTakashi Iwai 6078ad2da19STakashi Iwaiconfig SND_KORG1212_FIRMWARE_IN_KERNEL 6088ad2da19STakashi Iwai bool "In-kernel firmware for Korg1212 driver" 6098ad2da19STakashi Iwai depends on SND_KORG1212 6108ad2da19STakashi Iwai default y 6118ad2da19STakashi Iwai help 6128ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 613d65b790aSClemens Ladisch for the Korg1212 driver. If you choose N here, you need to 614d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 6158ad2da19STakashi Iwai 616230b5c1aSTakashi Iwaiconfig SND_MAESTRO3 617230b5c1aSTakashi Iwai tristate "ESS Allegro/Maestro3" 618230b5c1aSTakashi Iwai depends on SND 6191327e2b8SClemens Ladisch select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL 620230b5c1aSTakashi Iwai select SND_AC97_CODEC 621230b5c1aSTakashi Iwai help 622230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on ESS Maestro 3 623230b5c1aSTakashi Iwai (Allegro) chips. 624230b5c1aSTakashi Iwai 625230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 626230b5c1aSTakashi Iwai will be called snd-maestro3. 627230b5c1aSTakashi Iwai 6288ad2da19STakashi Iwaiconfig SND_MAESTRO3_FIRMWARE_IN_KERNEL 6298ad2da19STakashi Iwai bool "In-kernel firmware for Maestro3 driver" 6308ad2da19STakashi Iwai depends on SND_MAESTRO3 6318ad2da19STakashi Iwai default y 6328ad2da19STakashi Iwai help 6338ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 634d65b790aSClemens Ladisch for the Maestro3 driver. If you choose N here, you need to 635d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 6368ad2da19STakashi Iwai 637230b5c1aSTakashi Iwaiconfig SND_MIXART 638230b5c1aSTakashi Iwai tristate "Digigram miXart" 639230b5c1aSTakashi Iwai depends on SND 640230b5c1aSTakashi Iwai select SND_HWDEP 641230b5c1aSTakashi Iwai select SND_PCM 642230b5c1aSTakashi Iwai help 643230b5c1aSTakashi Iwai If you want to use Digigram miXart soundcards, say Y here and 644230b5c1aSTakashi Iwai read <file:Documentation/sound/alsa/MIXART.txt>. 645230b5c1aSTakashi Iwai 646230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 647230b5c1aSTakashi Iwai will be called snd-mixart. 648230b5c1aSTakashi Iwai 649230b5c1aSTakashi Iwaiconfig SND_NM256 650230b5c1aSTakashi Iwai tristate "NeoMagic NM256AV/ZX" 651230b5c1aSTakashi Iwai depends on SND 652230b5c1aSTakashi Iwai select SND_AC97_CODEC 653230b5c1aSTakashi Iwai help 654230b5c1aSTakashi Iwai Say Y here to include support for NeoMagic NM256AV/ZX chips. 655230b5c1aSTakashi Iwai 656230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 657230b5c1aSTakashi Iwai will be called snd-nm256. 658230b5c1aSTakashi Iwai 659e12229b4SMarkus Bollingerconfig SND_PCXHR 660e12229b4SMarkus Bollinger tristate "Digigram PCXHR" 661e12229b4SMarkus Bollinger depends on SND 662e12229b4SMarkus Bollinger select SND_PCM 663e12229b4SMarkus Bollinger select SND_HWDEP 664e12229b4SMarkus Bollinger help 665e12229b4SMarkus Bollinger Say Y here to include support for Digigram PCXHR boards. 666e12229b4SMarkus Bollinger 667e12229b4SMarkus Bollinger To compile this driver as a module, choose M here: the module 668e12229b4SMarkus Bollinger will be called snd-pcxhr. 669e12229b4SMarkus Bollinger 670109a9638SPeter Gruberconfig SND_RIPTIDE 671109a9638SPeter Gruber tristate "Conexant Riptide" 672109a9638SPeter Gruber depends on SND 6738a89876bSClemens Ladisch select FW_LOADER 674109a9638SPeter Gruber select SND_OPL3_LIB 675109a9638SPeter Gruber select SND_MPU401_UART 676109a9638SPeter Gruber select SND_AC97_CODEC 677109a9638SPeter Gruber help 678109a9638SPeter Gruber Say 'Y' or 'M' to include support for Conexant Riptide chip. 679109a9638SPeter Gruber 680109a9638SPeter Gruber To compile this driver as a module, choose M here: the module 681109a9638SPeter Gruber will be called snd-riptide 682109a9638SPeter Gruber 683230b5c1aSTakashi Iwaiconfig SND_RME32 684230b5c1aSTakashi Iwai tristate "RME Digi32, 32/8, 32 PRO" 685230b5c1aSTakashi Iwai depends on SND 686230b5c1aSTakashi Iwai select SND_PCM 687230b5c1aSTakashi Iwai help 688230b5c1aSTakashi Iwai Say Y to include support for RME Digi32, Digi32 PRO and 689230b5c1aSTakashi Iwai Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 690230b5c1aSTakashi Iwai devices. 691230b5c1aSTakashi Iwai 692230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 693230b5c1aSTakashi Iwai will be called snd-rme32. 694230b5c1aSTakashi Iwai 695230b5c1aSTakashi Iwaiconfig SND_RME96 696230b5c1aSTakashi Iwai tristate "RME Digi96, 96/8, 96/8 PRO" 697230b5c1aSTakashi Iwai depends on SND 698230b5c1aSTakashi Iwai select SND_PCM 699230b5c1aSTakashi Iwai help 700230b5c1aSTakashi Iwai Say Y here to include support for RME Digi96, Digi96/8 and 701230b5c1aSTakashi Iwai Digi96/8 PRO/PAD/PST soundcards. 702230b5c1aSTakashi Iwai 703230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 704230b5c1aSTakashi Iwai will be called snd-rme96. 705230b5c1aSTakashi Iwai 706230b5c1aSTakashi Iwaiconfig SND_RME9652 707230b5c1aSTakashi Iwai tristate "RME Digi9652 (Hammerfall)" 708230b5c1aSTakashi Iwai depends on SND 709230b5c1aSTakashi Iwai select SND_PCM 710230b5c1aSTakashi Iwai help 711230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall (RME 712230b5c1aSTakashi Iwai Digi9652/Digi9636) soundcards. 713230b5c1aSTakashi Iwai 714230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 715230b5c1aSTakashi Iwai will be called snd-rme9652. 716230b5c1aSTakashi Iwai 7171da177e4SLinus Torvaldsconfig SND_SONICVIBES 7181da177e4SLinus Torvalds tristate "S3 SonicVibes" 7191da177e4SLinus Torvalds depends on SND 7201da177e4SLinus Torvalds select SND_OPL3_LIB 7211da177e4SLinus Torvalds select SND_MPU401_UART 7221da177e4SLinus Torvalds select SND_AC97_CODEC 7231da177e4SLinus Torvalds help 7241da177e4SLinus Torvalds Say Y here to include support for soundcards based on the S3 7251da177e4SLinus Torvalds SonicVibes chip. 7261da177e4SLinus Torvalds 7271da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7281da177e4SLinus Torvalds will be called snd-sonicvibes. 7291da177e4SLinus Torvalds 730230b5c1aSTakashi Iwaiconfig SND_TRIDENT 731230b5c1aSTakashi Iwai tristate "Trident 4D-Wave DX/NX; SiS 7018" 732230b5c1aSTakashi Iwai depends on SND 733230b5c1aSTakashi Iwai select SND_MPU401_UART 734230b5c1aSTakashi Iwai select SND_AC97_CODEC 735230b5c1aSTakashi Iwai help 736230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Trident 737230b5c1aSTakashi Iwai 4D-Wave DX/NX or SiS 7018 chips. 738230b5c1aSTakashi Iwai 739230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 740230b5c1aSTakashi Iwai will be called snd-trident. 741230b5c1aSTakashi Iwai 7421da177e4SLinus Torvaldsconfig SND_VIA82XX 7431da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 7441da177e4SLinus Torvalds depends on SND 7451da177e4SLinus Torvalds select SND_MPU401_UART 7461da177e4SLinus Torvalds select SND_AC97_CODEC 7471da177e4SLinus Torvalds help 7481da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 7491da177e4SLinus Torvalds device on motherboards with VIA chipsets. 7501da177e4SLinus Torvalds 7511da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7521da177e4SLinus Torvalds will be called snd-via82xx. 7531da177e4SLinus Torvalds 7541da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM 7551da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233 based Modems" 7561da177e4SLinus Torvalds depends on SND 7571da177e4SLinus Torvalds select SND_AC97_CODEC 7581da177e4SLinus Torvalds help 7591da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 7601da177e4SLinus Torvalds motherboards with VIA chipsets. 7611da177e4SLinus Torvalds 7621da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7631da177e4SLinus Torvalds will be called snd-via82xx-modem. 7641da177e4SLinus Torvalds 7651da177e4SLinus Torvaldsconfig SND_VX222 7661da177e4SLinus Torvalds tristate "Digigram VX222" 7671da177e4SLinus Torvalds depends on SND 7681da177e4SLinus Torvalds select SND_VX_LIB 7691da177e4SLinus Torvalds help 7701da177e4SLinus Torvalds Say Y here to include support for Digigram VX222 soundcards. 7711da177e4SLinus Torvalds 7721da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7731da177e4SLinus Torvalds will be called snd-vx222. 7741da177e4SLinus Torvalds 775230b5c1aSTakashi Iwaiconfig SND_YMFPCI 776230b5c1aSTakashi Iwai tristate "Yamaha YMF724/740/744/754" 7771da177e4SLinus Torvalds depends on SND 7781327e2b8SClemens Ladisch select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL 779230b5c1aSTakashi Iwai select SND_OPL3_LIB 780230b5c1aSTakashi Iwai select SND_MPU401_UART 781230b5c1aSTakashi Iwai select SND_AC97_CODEC 7821da177e4SLinus Torvalds help 783230b5c1aSTakashi Iwai Say Y here to include support for Yamaha PCI audio chips - 784230b5c1aSTakashi Iwai YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 7851da177e4SLinus Torvalds 7861da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 787230b5c1aSTakashi Iwai will be called snd-ymfpci. 7881da177e4SLinus Torvalds 7898ad2da19STakashi Iwaiconfig SND_YMFPCI_FIRMWARE_IN_KERNEL 7908ad2da19STakashi Iwai bool "In-kernel firmware for YMFPCI driver" 7918ad2da19STakashi Iwai depends on SND_YMFPCI 7928ad2da19STakashi Iwai default y 7938ad2da19STakashi Iwai help 7948ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 795d65b790aSClemens Ladisch for the YMFPCI driver. If you choose N here, you need to 796d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 7978ad2da19STakashi Iwai 7988b0c4149STakashi Iwaiconfig SND_AC97_POWER_SAVE 7998b0c4149STakashi Iwai bool "AC97 Power-Saving Mode" 8008b0c4149STakashi Iwai depends on SND_AC97_CODEC && EXPERIMENTAL 8018b0c4149STakashi Iwai default n 8028b0c4149STakashi Iwai help 8038b0c4149STakashi Iwai Say Y here to enable the aggressive power-saving support of 8048b0c4149STakashi Iwai AC97 codecs. In this mode, the power-mode is dynamically 8058b0c4149STakashi Iwai controlled at each open/close. 8068b0c4149STakashi Iwai 8078b0c4149STakashi Iwai The mode is activated by passing power_save=1 option to 8088b0c4149STakashi Iwai snd-ac97-codec driver. You can toggle it dynamically over 8098b0c4149STakashi Iwai sysfs, too. 8108b0c4149STakashi Iwai 8111da177e4SLinus Torvaldsendmenu 812