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 12598f2a97fSCedric Bregardisconfig SND_AW2 12698f2a97fSCedric Bregardis tristate "Emagic Audiowerk 2" 12798f2a97fSCedric Bregardis depends on SND 12898f2a97fSCedric Bregardis help 12998f2a97fSCedric Bregardis Say Y here to include support for Emagic Audiowerk 2 soundcards. 13098f2a97fSCedric Bregardis 13198f2a97fSCedric Bregardis Supported features: Analog and SPDIF output. Analog or SPDIF input. 13298f2a97fSCedric Bregardis Note: Switch between analog and digital input does not always work. 13398f2a97fSCedric Bregardis It can produce continuous noise. The workaround is to switch again 13498f2a97fSCedric Bregardis (and again) between digital and analog input until it works. 13598f2a97fSCedric Bregardis 13698f2a97fSCedric Bregardis To compile this driver as a module, choose M here: the module 13798f2a97fSCedric Bregardis will be called snd-aw2. 13898f2a97fSCedric Bregardis 13998f2a97fSCedric Bregardis 1401da177e4SLinus Torvaldsconfig SND_AZT3328 1411da177e4SLinus Torvalds tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)" 1421da177e4SLinus Torvalds depends on SND && EXPERIMENTAL 1431da177e4SLinus Torvalds select SND_OPL3_LIB 1441da177e4SLinus Torvalds select SND_MPU401_UART 1451da177e4SLinus Torvalds select SND_PCM 1461da177e4SLinus Torvalds help 1471da177e4SLinus Torvalds Say Y here to include support for Aztech AZF3328 (PCI168) 1481da177e4SLinus Torvalds soundcards. 1491da177e4SLinus Torvalds 1501da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1511da177e4SLinus Torvalds will be called snd-azt3328. 1521da177e4SLinus Torvalds 1531da177e4SLinus Torvaldsconfig SND_BT87X 1541da177e4SLinus Torvalds tristate "Bt87x Audio Capture" 1551da177e4SLinus Torvalds depends on SND 1561da177e4SLinus Torvalds select SND_PCM 1571da177e4SLinus Torvalds help 1581da177e4SLinus Torvalds If you want to record audio from TV cards based on 1591da177e4SLinus Torvalds Brooktree Bt878/Bt879 chips, say Y here and read 1601da177e4SLinus Torvalds <file:Documentation/sound/alsa/Bt87x.txt>. 1611da177e4SLinus Torvalds 1621da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 1631da177e4SLinus Torvalds will be called snd-bt87x. 1641da177e4SLinus Torvalds 1651da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK 1661da177e4SLinus Torvalds bool "Bt87x Audio overclocking" 1671da177e4SLinus Torvalds depends on SND_BT87X 1681da177e4SLinus Torvalds help 1691da177e4SLinus Torvalds Say Y here if 448000 Hz isn't enough for you and you want to 1701da177e4SLinus Torvalds record from the analog input with up to 1792000 Hz. 1711da177e4SLinus Torvalds 1721da177e4SLinus Torvalds Higher sample rates won't hurt your hardware, but audio 1731da177e4SLinus Torvalds quality may suffer. 1741da177e4SLinus Torvalds 175230b5c1aSTakashi Iwaiconfig SND_CA0106 176230b5c1aSTakashi Iwai tristate "SB Audigy LS / Live 24bit" 177230b5c1aSTakashi Iwai depends on SND 178230b5c1aSTakashi Iwai select SND_AC97_CODEC 179230b5c1aSTakashi Iwai select SND_RAWMIDI 18049c88b85STakashi Iwai select SND_VMASTER 181230b5c1aSTakashi Iwai help 182230b5c1aSTakashi Iwai Say Y here to include support for the Sound Blaster Audigy LS 183230b5c1aSTakashi Iwai and Live 24bit. 184230b5c1aSTakashi Iwai 185230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 186230b5c1aSTakashi Iwai will be called snd-ca0106. 187230b5c1aSTakashi Iwai 188230b5c1aSTakashi Iwaiconfig SND_CMIPCI 18945c41b48SClemens Ladisch tristate "C-Media 8338, 8738, 8768, 8770" 190230b5c1aSTakashi Iwai depends on SND 191230b5c1aSTakashi Iwai select SND_OPL3_LIB 192230b5c1aSTakashi Iwai select SND_MPU401_UART 193230b5c1aSTakashi Iwai select SND_PCM 194230b5c1aSTakashi Iwai help 19545c41b48SClemens Ladisch If you want to use soundcards based on C-Media CMI8338, CMI8738, 19645c41b48SClemens Ladisch CMI8768 or CMI8770 chips, say Y here and read 197230b5c1aSTakashi Iwai <file:Documentation/sound/alsa/CMIPCI.txt>. 198230b5c1aSTakashi Iwai 199230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 200230b5c1aSTakashi Iwai will be called snd-cmipci. 201230b5c1aSTakashi Iwai 202d0ce9946SClemens Ladischconfig SND_OXYGEN_LIB 203d0ce9946SClemens Ladisch tristate 204d0ce9946SClemens Ladisch depends on SND 205d0ce9946SClemens Ladisch select SND_PCM 206d0ce9946SClemens Ladisch select SND_MPU401_UART 207d0ce9946SClemens Ladisch 208d0ce9946SClemens Ladischconfig SND_OXYGEN 209d0ce9946SClemens Ladisch tristate "C-Media 8788 (Oxygen)" 210d0ce9946SClemens Ladisch depends on SND 211d0ce9946SClemens Ladisch select SND_OXYGEN_LIB 212d0ce9946SClemens Ladisch help 213d0ce9946SClemens Ladisch Say Y here to include support for sound cards based on the 214d0ce9946SClemens Ladisch C-Media CMI8788 (Oxygen HD Audio) chip: 215d0ce9946SClemens Ladisch * Asound A-8788 216d0ce9946SClemens Ladisch * AuzenTech X-Meridian 217d0ce9946SClemens Ladisch * Bgears b-Enspirer 218d0ce9946SClemens Ladisch * Club3D Theatron DTS 219d0ce9946SClemens Ladisch * HT-Omega Claro 220d0ce9946SClemens Ladisch * Razer Barracuda AC-1 221d0ce9946SClemens Ladisch * Sondigo Inferno 222d0ce9946SClemens Ladisch 223d0ce9946SClemens Ladisch To compile this driver as a module, choose M here: the module 224d0ce9946SClemens Ladisch will be called snd-oxygen. 225d0ce9946SClemens Ladisch 226230b5c1aSTakashi Iwaiconfig SND_CS4281 227230b5c1aSTakashi Iwai tristate "Cirrus Logic (Sound Fusion) CS4281" 228230b5c1aSTakashi Iwai depends on SND 229230b5c1aSTakashi Iwai select SND_OPL3_LIB 230230b5c1aSTakashi Iwai select SND_RAWMIDI 231230b5c1aSTakashi Iwai select SND_AC97_CODEC 232230b5c1aSTakashi Iwai help 233230b5c1aSTakashi Iwai Say Y here to include support for Cirrus Logic CS4281 chips. 234230b5c1aSTakashi Iwai 235230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 236230b5c1aSTakashi Iwai will be called snd-cs4281. 237230b5c1aSTakashi Iwai 2381da177e4SLinus Torvaldsconfig SND_CS46XX 2391da177e4SLinus Torvalds tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" 2401da177e4SLinus Torvalds depends on SND 2411da177e4SLinus Torvalds select SND_RAWMIDI 2421da177e4SLinus Torvalds select SND_AC97_CODEC 2431da177e4SLinus Torvalds help 2441da177e4SLinus Torvalds Say Y here to include support for Cirrus Logic CS4610/CS4612/ 2451da177e4SLinus Torvalds CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips. 2461da177e4SLinus Torvalds 2471da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 2481da177e4SLinus Torvalds will be called snd-cs46xx. 2491da177e4SLinus Torvalds 2501da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP 251675b4e59STakashi Iwai bool "Cirrus Logic (Sound Fusion) New DSP support" 252675b4e59STakashi Iwai depends on SND_CS46XX 253675b4e59STakashi Iwai default y 2541da177e4SLinus Torvalds help 2551da177e4SLinus Torvalds Say Y here to use a new DSP image for SPDIF and dual codecs. 2561da177e4SLinus Torvalds 2571da177e4SLinus Torvalds This works better than the old code, so say Y. 2581da177e4SLinus Torvalds 259621887aeSTakashi Iwaiconfig SND_CS5530 260621887aeSTakashi Iwai tristate "CS5530 Audio" 261621887aeSTakashi Iwai depends on SND && ISA_DMA_API 262dda369cfSTakashi Iwai select SND_SB16_DSP 263621887aeSTakashi Iwai help 264621887aeSTakashi Iwai Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. 265621887aeSTakashi Iwai 266621887aeSTakashi Iwai To compile this driver as a module, choose M here: the module 267621887aeSTakashi Iwai will be called snd-cs5530. 268621887aeSTakashi Iwai 269230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO 2709ac25594SJaya Kumar tristate "CS5535/CS5536 Audio" 271230b5c1aSTakashi Iwai depends on SND && X86 && !X86_64 272230b5c1aSTakashi Iwai select SND_PCM 2731da177e4SLinus Torvalds select SND_AC97_CODEC 2741da177e4SLinus Torvalds help 275230b5c1aSTakashi Iwai Say Y here to include support for audio on CS5535 chips. It is 276230b5c1aSTakashi Iwai referred to as NS CS5535 IO or AMD CS5535 IO companion in 2779ac25594SJaya Kumar various literature. This driver also supports the CS5536 audio 2789ac25594SJaya Kumar device. However, for both chips, on certain boards, you may 2799ac25594SJaya Kumar need to use ac97_quirk=hp_only if your board has physically 2809ac25594SJaya Kumar mapped headphone out to master output. If that works for you, 2819ac25594SJaya Kumar send lspci -vvv output to the mailing list so that your board 2829ac25594SJaya Kumar can be identified in the quirks list. 2831da177e4SLinus Torvalds 2841da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 285230b5c1aSTakashi Iwai will be called snd-cs5535audio. 2861da177e4SLinus Torvalds 287dd7b254dSGiuliano Pochiniconfig SND_DARLA20 288dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla20" 289dd7b254dSGiuliano Pochini depends on SND 2908a89876bSClemens Ladisch select FW_LOADER 291dd7b254dSGiuliano Pochini select SND_PCM 292dd7b254dSGiuliano Pochini help 293dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla. 294dd7b254dSGiuliano Pochini 295dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 296dd7b254dSGiuliano Pochini will be called snd-darla20 297dd7b254dSGiuliano Pochini 298dd7b254dSGiuliano Pochiniconfig SND_GINA20 299dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina20" 300dd7b254dSGiuliano Pochini depends on SND 3018a89876bSClemens Ladisch select FW_LOADER 302dd7b254dSGiuliano Pochini select SND_PCM 303dd7b254dSGiuliano Pochini help 304dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina. 305dd7b254dSGiuliano Pochini 306dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 307dd7b254dSGiuliano Pochini will be called snd-gina20 308dd7b254dSGiuliano Pochini 309dd7b254dSGiuliano Pochiniconfig SND_LAYLA20 310dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla20" 311dd7b254dSGiuliano Pochini depends on SND 3128a89876bSClemens Ladisch select FW_LOADER 313dd7b254dSGiuliano Pochini select SND_RAWMIDI 314dd7b254dSGiuliano Pochini select SND_PCM 315dd7b254dSGiuliano Pochini help 316dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla. 317dd7b254dSGiuliano Pochini 318dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 319dd7b254dSGiuliano Pochini will be called snd-layla20 320dd7b254dSGiuliano Pochini 321dd7b254dSGiuliano Pochiniconfig SND_DARLA24 322dd7b254dSGiuliano Pochini tristate "(Echoaudio) Darla24" 323dd7b254dSGiuliano Pochini depends on SND 3248a89876bSClemens Ladisch select FW_LOADER 325dd7b254dSGiuliano Pochini select SND_PCM 326dd7b254dSGiuliano Pochini help 327dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Darla24. 328dd7b254dSGiuliano Pochini 329dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 330dd7b254dSGiuliano Pochini will be called snd-darla24 331dd7b254dSGiuliano Pochini 332dd7b254dSGiuliano Pochiniconfig SND_GINA24 333dd7b254dSGiuliano Pochini tristate "(Echoaudio) Gina24" 334dd7b254dSGiuliano Pochini depends on SND 3358a89876bSClemens Ladisch select FW_LOADER 336dd7b254dSGiuliano Pochini select SND_PCM 337dd7b254dSGiuliano Pochini help 338dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Gina24. 339dd7b254dSGiuliano Pochini 340dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 341dd7b254dSGiuliano Pochini will be called snd-gina24 342dd7b254dSGiuliano Pochini 343dd7b254dSGiuliano Pochiniconfig SND_LAYLA24 344dd7b254dSGiuliano Pochini tristate "(Echoaudio) Layla24" 345dd7b254dSGiuliano Pochini depends on SND 3468a89876bSClemens Ladisch select FW_LOADER 347dd7b254dSGiuliano Pochini select SND_RAWMIDI 348dd7b254dSGiuliano Pochini select SND_PCM 349dd7b254dSGiuliano Pochini help 350dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Layla24. 351dd7b254dSGiuliano Pochini 352dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 353dd7b254dSGiuliano Pochini will be called snd-layla24 354dd7b254dSGiuliano Pochini 355dd7b254dSGiuliano Pochiniconfig SND_MONA 356dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mona" 357dd7b254dSGiuliano Pochini depends on SND 3588a89876bSClemens Ladisch select FW_LOADER 359dd7b254dSGiuliano Pochini select SND_RAWMIDI 360dd7b254dSGiuliano Pochini select SND_PCM 361dd7b254dSGiuliano Pochini help 362dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mona. 363dd7b254dSGiuliano Pochini 364dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 365dd7b254dSGiuliano Pochini will be called snd-mona 366dd7b254dSGiuliano Pochini 367dd7b254dSGiuliano Pochiniconfig SND_MIA 368dd7b254dSGiuliano Pochini tristate "(Echoaudio) Mia" 369dd7b254dSGiuliano Pochini depends on SND 3708a89876bSClemens Ladisch select FW_LOADER 371dd7b254dSGiuliano Pochini select SND_RAWMIDI 372dd7b254dSGiuliano Pochini select SND_PCM 373dd7b254dSGiuliano Pochini help 374dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi. 375dd7b254dSGiuliano Pochini 376dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 377dd7b254dSGiuliano Pochini will be called snd-mia 378dd7b254dSGiuliano Pochini 379dd7b254dSGiuliano Pochiniconfig SND_ECHO3G 380dd7b254dSGiuliano Pochini tristate "(Echoaudio) 3G cards" 381dd7b254dSGiuliano Pochini depends on SND 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 Gina3G and Layla3G. 387dd7b254dSGiuliano Pochini 388dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 389dd7b254dSGiuliano Pochini will be called snd-echo3g 390dd7b254dSGiuliano Pochini 391dd7b254dSGiuliano Pochiniconfig SND_INDIGO 392dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo" 393dd7b254dSGiuliano Pochini depends on SND 3948a89876bSClemens Ladisch select FW_LOADER 395dd7b254dSGiuliano Pochini select SND_PCM 396dd7b254dSGiuliano Pochini help 397dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo. 398dd7b254dSGiuliano Pochini 399dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 400dd7b254dSGiuliano Pochini will be called snd-indigo 401dd7b254dSGiuliano Pochini 402dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO 403dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo IO" 404dd7b254dSGiuliano Pochini depends on SND 4058a89876bSClemens Ladisch select FW_LOADER 406dd7b254dSGiuliano Pochini select SND_PCM 407dd7b254dSGiuliano Pochini help 408dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo IO. 409dd7b254dSGiuliano Pochini 410dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 411dd7b254dSGiuliano Pochini will be called snd-indigoio 412dd7b254dSGiuliano Pochini 413dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ 414dd7b254dSGiuliano Pochini tristate "(Echoaudio) Indigo DJ" 415dd7b254dSGiuliano Pochini depends on SND 4168a89876bSClemens Ladisch select FW_LOADER 417dd7b254dSGiuliano Pochini select SND_PCM 418dd7b254dSGiuliano Pochini help 419dd7b254dSGiuliano Pochini Say 'Y' or 'M' to include support for Echoaudio Indigo DJ. 420dd7b254dSGiuliano Pochini 421dd7b254dSGiuliano Pochini To compile this driver as a module, choose M here: the module 422dd7b254dSGiuliano Pochini will be called snd-indigodj 423dd7b254dSGiuliano Pochini 4241da177e4SLinus Torvaldsconfig SND_EMU10K1 4251da177e4SLinus Torvalds tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" 4261da177e4SLinus Torvalds depends on SND 4279bf5f8aaSClemens Ladisch select FW_LOADER 4281da177e4SLinus Torvalds select SND_HWDEP 4291da177e4SLinus Torvalds select SND_RAWMIDI 4301da177e4SLinus Torvalds select SND_AC97_CODEC 4311da177e4SLinus Torvalds help 4321da177e4SLinus Torvalds Say Y to include support for Sound Blaster PCI 512, Live!, 4331da177e4SLinus Torvalds Audigy and E-mu APS (partially supported) soundcards. 4341da177e4SLinus Torvalds 4351da177e4SLinus Torvalds The confusing multitude of mixer controls is documented in 4361da177e4SLinus Torvalds <file:Documentation/sound/alsa/SB-Live-mixer.txt> and 4371da177e4SLinus Torvalds <file:Documentation/sound/alsa/Audigy-mixer.txt>. 4381da177e4SLinus Torvalds 4391da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4401da177e4SLinus Torvalds will be called snd-emu10k1. 4411da177e4SLinus Torvalds 4421da177e4SLinus Torvaldsconfig SND_EMU10K1X 4431da177e4SLinus Torvalds tristate "Emu10k1X (Dell OEM Version)" 4441da177e4SLinus Torvalds depends on SND 4451da177e4SLinus Torvalds select SND_AC97_CODEC 4461da177e4SLinus Torvalds select SND_RAWMIDI 4471da177e4SLinus Torvalds help 4481da177e4SLinus Torvalds Say Y here to include support for the Dell OEM version of the 4491da177e4SLinus Torvalds Sound Blaster Live!. 4501da177e4SLinus Torvalds 4511da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4521da177e4SLinus Torvalds will be called snd-emu10k1x. 4531da177e4SLinus Torvalds 4541da177e4SLinus Torvaldsconfig SND_ENS1370 4551da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1370" 4561da177e4SLinus Torvalds depends on SND 4571da177e4SLinus Torvalds select SND_RAWMIDI 4581da177e4SLinus Torvalds select SND_PCM 4591da177e4SLinus Torvalds help 4601da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1370 chips. 4611da177e4SLinus Torvalds 4621da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4631da177e4SLinus Torvalds will be called snd-ens1370. 4641da177e4SLinus Torvalds 4651da177e4SLinus Torvaldsconfig SND_ENS1371 4661da177e4SLinus Torvalds tristate "(Creative) Ensoniq AudioPCI 1371/1373" 4671da177e4SLinus Torvalds depends on SND 4681da177e4SLinus Torvalds select SND_RAWMIDI 4691da177e4SLinus Torvalds select SND_AC97_CODEC 4701da177e4SLinus Torvalds help 4711da177e4SLinus Torvalds Say Y here to include support for Ensoniq AudioPCI ES1371 chips and 4721da177e4SLinus Torvalds Sound Blaster PCI 64 or 128 soundcards. 4731da177e4SLinus Torvalds 4741da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4751da177e4SLinus Torvalds will be called snd-ens1371. 4761da177e4SLinus Torvalds 4771da177e4SLinus Torvaldsconfig SND_ES1938 4781da177e4SLinus Torvalds tristate "ESS ES1938/1946/1969 (Solo-1)" 4791da177e4SLinus Torvalds depends on SND 4801da177e4SLinus Torvalds select SND_OPL3_LIB 4811da177e4SLinus Torvalds select SND_MPU401_UART 4821da177e4SLinus Torvalds select SND_AC97_CODEC 4831da177e4SLinus Torvalds help 4841da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Solo-1 4851da177e4SLinus Torvalds (ES1938, ES1946, ES1969) chips. 4861da177e4SLinus Torvalds 4871da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 4881da177e4SLinus Torvalds will be called snd-es1938. 4891da177e4SLinus Torvalds 4901da177e4SLinus Torvaldsconfig SND_ES1968 4911da177e4SLinus Torvalds tristate "ESS ES1968/1978 (Maestro-1/2/2E)" 4921da177e4SLinus Torvalds depends on SND 4931da177e4SLinus Torvalds select SND_MPU401_UART 4941da177e4SLinus Torvalds select SND_AC97_CODEC 4951da177e4SLinus Torvalds help 4961da177e4SLinus Torvalds Say Y here to include support for soundcards based on ESS Maestro 4971da177e4SLinus Torvalds 1/2/2E chips. 4981da177e4SLinus Torvalds 4991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5001da177e4SLinus Torvalds will be called snd-es1968. 5011da177e4SLinus Torvalds 5021da177e4SLinus Torvaldsconfig SND_FM801 5031da177e4SLinus Torvalds tristate "ForteMedia FM801" 5041da177e4SLinus Torvalds depends on SND 5051da177e4SLinus Torvalds select SND_OPL3_LIB 5061da177e4SLinus Torvalds select SND_MPU401_UART 5071da177e4SLinus Torvalds select SND_AC97_CODEC 5081da177e4SLinus Torvalds help 5091da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 5101da177e4SLinus Torvalds FM801 chip. 5111da177e4SLinus Torvalds 5121da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 5131da177e4SLinus Torvalds will be called snd-fm801. 5141da177e4SLinus Torvalds 515efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL 516efce4bb9SAdrian Bunk bool "ForteMedia FM801 + TEA5757 tuner" 5171da177e4SLinus Torvalds depends on SND_FM801 51820686c24STakashi Iwai depends on VIDEO_V4L1=y || VIDEO_V4L1=SND_FM801 5191da177e4SLinus Torvalds help 5201da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 5211da177e4SLinus Torvalds FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media 522efce4bb9SAdrian Bunk Forte SF256-PCS-02) into the snd-fm801 driver. 5231da177e4SLinus Torvalds 524efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X 525efce4bb9SAdrian Bunk tristate 526efce4bb9SAdrian Bunk depends on SND_FM801_TEA575X_BOOL 527efce4bb9SAdrian Bunk default SND_FM801 5281da177e4SLinus Torvalds 529230b5c1aSTakashi Iwaiconfig SND_HDA_INTEL 530230b5c1aSTakashi Iwai tristate "Intel HD Audio" 531230b5c1aSTakashi Iwai depends on SND 532230b5c1aSTakashi Iwai select SND_PCM 533e922b002STakashi Iwai select SND_VMASTER 534230b5c1aSTakashi Iwai help 535230b5c1aSTakashi Iwai Say Y here to include support for Intel "High Definition 536230b5c1aSTakashi Iwai Audio" (Azalia) motherboard devices. 537230b5c1aSTakashi Iwai 538230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 539230b5c1aSTakashi Iwai will be called snd-hda-intel. 540230b5c1aSTakashi Iwai 5412807314dSTakashi Iwaiconfig SND_HDA_HWDEP 5422807314dSTakashi Iwai bool "Build hwdep interface for HD-audio driver" 5432807314dSTakashi Iwai depends on SND_HDA_INTEL 5442807314dSTakashi Iwai select SND_HWDEP 5452807314dSTakashi Iwai help 5462807314dSTakashi Iwai Say Y here to build a hwdep interface for HD-audio driver. 547213e84ecSRandy Dunlap This interface can be used for out-of-band communication 548c9988dceSTakashi Iwai with codecs for debugging purposes. 5492807314dSTakashi Iwai 55082467611STakashi Iwaiconfig SND_HDA_CODEC_REALTEK 55182467611STakashi Iwai bool "Build Realtek HD-audio codec support" 55282467611STakashi Iwai depends on SND_HDA_INTEL 55382467611STakashi Iwai default y 55482467611STakashi Iwai help 55582467611STakashi Iwai Say Y here to include Realtek HD-audio codec support in 55682467611STakashi Iwai snd-hda-intel driver, such as ALC880. 55782467611STakashi Iwai 55882467611STakashi Iwaiconfig SND_HDA_CODEC_ANALOG 55982467611STakashi Iwai bool "Build Analog Device HD-audio codec support" 56082467611STakashi Iwai depends on SND_HDA_INTEL 56182467611STakashi Iwai default y 56282467611STakashi Iwai help 56382467611STakashi Iwai Say Y here to include Analog Device HD-audio codec support in 56482467611STakashi Iwai snd-hda-intel driver, such as AD1986A. 56582467611STakashi Iwai 56682467611STakashi Iwaiconfig SND_HDA_CODEC_SIGMATEL 56782467611STakashi Iwai bool "Build IDT/Sigmatel HD-audio codec support" 56882467611STakashi Iwai depends on SND_HDA_INTEL 56982467611STakashi Iwai default y 57082467611STakashi Iwai help 57182467611STakashi Iwai Say Y here to include IDT (Sigmatel) HD-audio codec support in 57282467611STakashi Iwai snd-hda-intel driver, such as STAC9200. 57382467611STakashi Iwai 57482467611STakashi Iwaiconfig SND_HDA_CODEC_VIA 57582467611STakashi Iwai bool "Build VIA HD-audio codec support" 57682467611STakashi Iwai depends on SND_HDA_INTEL 57782467611STakashi Iwai default y 57882467611STakashi Iwai help 57982467611STakashi Iwai Say Y here to include VIA HD-audio codec support in 58082467611STakashi Iwai snd-hda-intel driver, such as VT1708. 58182467611STakashi Iwai 58282467611STakashi Iwaiconfig SND_HDA_CODEC_ATIHDMI 58382467611STakashi Iwai bool "Build ATI HDMI HD-audio codec support" 58482467611STakashi Iwai depends on SND_HDA_INTEL 58582467611STakashi Iwai default y 58682467611STakashi Iwai help 58782467611STakashi Iwai Say Y here to include ATI HDMI HD-audio codec support in 58882467611STakashi Iwai snd-hda-intel driver, such as ATI RS600 HDMI. 58982467611STakashi Iwai 59082467611STakashi Iwaiconfig SND_HDA_CODEC_CONEXANT 59182467611STakashi Iwai bool "Build Conexant HD-audio codec support" 59282467611STakashi Iwai depends on SND_HDA_INTEL 59382467611STakashi Iwai default y 59482467611STakashi Iwai help 59582467611STakashi Iwai Say Y here to include Conexant HD-audio codec support in 59682467611STakashi Iwai snd-hda-intel driver, such as CX20549. 59782467611STakashi Iwai 59882467611STakashi Iwaiconfig SND_HDA_CODEC_CMEDIA 59982467611STakashi Iwai bool "Build C-Media HD-audio codec support" 60082467611STakashi Iwai depends on SND_HDA_INTEL 60182467611STakashi Iwai default y 60282467611STakashi Iwai help 60382467611STakashi Iwai Say Y here to include C-Media HD-audio codec support in 60482467611STakashi Iwai snd-hda-intel driver, such as CMI9880. 60582467611STakashi Iwai 60682467611STakashi Iwaiconfig SND_HDA_CODEC_SI3054 60782467611STakashi Iwai bool "Build Silicon Labs 3054 HD-modem codec support" 60882467611STakashi Iwai depends on SND_HDA_INTEL 60982467611STakashi Iwai default y 61082467611STakashi Iwai help 61182467611STakashi Iwai Say Y here to include Silicon Labs 3054 HD-modem codec 61282467611STakashi Iwai (and compatibles) support in snd-hda-intel driver. 61382467611STakashi Iwai 61482467611STakashi Iwaiconfig SND_HDA_GENERIC 61582467611STakashi Iwai bool "Enable generic HD-audio codec parser" 61682467611STakashi Iwai depends on SND_HDA_INTEL 61782467611STakashi Iwai default y 61882467611STakashi Iwai help 61982467611STakashi Iwai Say Y here to enable the generic HD-audio codec parser 62082467611STakashi Iwai in snd-hda-intel driver. 62182467611STakashi Iwai 622cb53c626STakashi Iwaiconfig SND_HDA_POWER_SAVE 623cb53c626STakashi Iwai bool "Aggressive power-saving on HD-audio" 624cb53c626STakashi Iwai depends on SND_HDA_INTEL && EXPERIMENTAL 625cb53c626STakashi Iwai help 626cb53c626STakashi Iwai Say Y here to enable more aggressive power-saving mode on 627cb53c626STakashi Iwai HD-audio driver. The power-saving timeout can be configured 628cb53c626STakashi Iwai via power_save option or over sysfs on-the-fly. 629cb53c626STakashi Iwai 6307a5a27cfSTakashi Iwaiconfig SND_HDA_POWER_SAVE_DEFAULT 6317a5a27cfSTakashi Iwai int "Default time-out for HD-audio power-save mode" 6327a5a27cfSTakashi Iwai depends on SND_HDA_POWER_SAVE 6337a5a27cfSTakashi Iwai default 0 6347a5a27cfSTakashi Iwai help 6357a5a27cfSTakashi Iwai The default time-out value in seconds for HD-audio automatic 6367a5a27cfSTakashi Iwai power-save mode. 0 means to disable the power-save mode. 6377a5a27cfSTakashi Iwai 638230b5c1aSTakashi Iwaiconfig SND_HDSP 639230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP Audio" 640230b5c1aSTakashi Iwai depends on SND 641230b5c1aSTakashi Iwai select SND_HWDEP 642230b5c1aSTakashi Iwai select SND_RAWMIDI 643230b5c1aSTakashi Iwai select SND_PCM 644230b5c1aSTakashi Iwai help 645230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP Audio 646230b5c1aSTakashi Iwai soundcards. 647230b5c1aSTakashi Iwai 648230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 649230b5c1aSTakashi Iwai will be called snd-hdsp. 650230b5c1aSTakashi Iwai 651230b5c1aSTakashi Iwaiconfig SND_HDSPM 652230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP MADI" 653230b5c1aSTakashi Iwai depends on SND 654230b5c1aSTakashi Iwai select SND_HWDEP 655230b5c1aSTakashi Iwai select SND_RAWMIDI 656230b5c1aSTakashi Iwai select SND_PCM 657230b5c1aSTakashi Iwai help 658230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP MADI 659230b5c1aSTakashi Iwai soundcards. 660230b5c1aSTakashi Iwai 661230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 662230b5c1aSTakashi Iwai will be called snd-hdspm. 663230b5c1aSTakashi Iwai 664c626026dSClemens Ladischconfig SND_HIFIER 665c626026dSClemens Ladisch tristate "TempoTec HiFier Fantasia" 666c626026dSClemens Ladisch depends on SND 667c626026dSClemens Ladisch select SND_OXYGEN_LIB 668c626026dSClemens Ladisch help 669c626026dSClemens Ladisch Say Y here to include support for the MediaTek/TempoTec HiFier 670c626026dSClemens Ladisch Fantasia sound card. 671c626026dSClemens Ladisch 672c626026dSClemens Ladisch To compile this driver as a module, choose M here: the module 673c626026dSClemens Ladisch will be called snd-hifier. 674c626026dSClemens Ladisch 6751da177e4SLinus Torvaldsconfig SND_ICE1712 6761da177e4SLinus Torvalds tristate "ICEnsemble ICE1712 (Envy24)" 6771da177e4SLinus Torvalds depends on SND 6781da177e4SLinus Torvalds select SND_MPU401_UART 6791da177e4SLinus Torvalds select SND_AC97_CODEC 6801da177e4SLinus Torvalds help 6811da177e4SLinus Torvalds Say Y here to include support for soundcards based on the 6821da177e4SLinus Torvalds ICE1712 (Envy24) chip. 6831da177e4SLinus Torvalds 6841da177e4SLinus Torvalds Currently supported hardware is: M-Audio Delta 1010(LT), 6851da177e4SLinus Torvalds DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 6861da177e4SLinus Torvalds TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88; 6871da177e4SLinus Torvalds Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8. 6881da177e4SLinus Torvalds 6891da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6901da177e4SLinus Torvalds will be called snd-ice1712. 6911da177e4SLinus Torvalds 6921da177e4SLinus Torvaldsconfig SND_ICE1724 6931da177e4SLinus Torvalds tristate "ICE/VT1724/1720 (Envy24HT/PT)" 6941da177e4SLinus Torvalds depends on SND 695*aea3bfbcSClemens Ladisch select SND_RAWMIDI 6961da177e4SLinus Torvalds select SND_AC97_CODEC 697d16be8edSPavel Hofman select SND_VMASTER 6981da177e4SLinus Torvalds help 6991da177e4SLinus Torvalds Say Y here to include support for soundcards based on 7001da177e4SLinus Torvalds ICE/VT1724/1720 (Envy24HT/PT) chips. 7011da177e4SLinus Torvalds 7021da177e4SLinus Torvalds Currently supported hardware is: AMP AUDIO2000; M-Audio 7031da177e4SLinus Torvalds Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe; 7041da177e4SLinus Torvalds AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II; 7051da177e4SLinus Torvalds Chaintech ZNF3-150/250. 7061da177e4SLinus Torvalds 7071da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7081da177e4SLinus Torvalds will be called snd-ice1724. 7091da177e4SLinus Torvalds 7101da177e4SLinus Torvaldsconfig SND_INTEL8X0 7111da177e4SLinus Torvalds tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 7121da177e4SLinus Torvalds depends on SND 7131da177e4SLinus Torvalds select SND_AC97_CODEC 7141da177e4SLinus Torvalds help 7151da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 7161da177e4SLinus Torvalds device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 7171da177e4SLinus Torvalds ALi chipsets using the M5455 Audio Controller. (There is a 7181da177e4SLinus Torvalds separate driver for ALi M5451 Audio Controllers.) 7191da177e4SLinus Torvalds 7201da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7211da177e4SLinus Torvalds will be called snd-intel8x0. 7221da177e4SLinus Torvalds 7231da177e4SLinus Torvaldsconfig SND_INTEL8X0M 724cf1756e9STakashi Iwai tristate "Intel/SiS/nVidia/AMD MC97 Modem" 725cf1756e9STakashi Iwai depends on SND 7261da177e4SLinus Torvalds select SND_AC97_CODEC 7271da177e4SLinus Torvalds help 7281da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 7291da177e4SLinus Torvalds motherboards with Intel/SiS/nVidia/AMD chipsets. 7301da177e4SLinus Torvalds 7311da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7321da177e4SLinus Torvalds will be called snd-intel8x0m. 7331da177e4SLinus Torvalds 734230b5c1aSTakashi Iwaiconfig SND_KORG1212 735230b5c1aSTakashi Iwai tristate "Korg 1212 IO" 736230b5c1aSTakashi Iwai depends on SND 7371327e2b8SClemens Ladisch select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL 738230b5c1aSTakashi Iwai select SND_PCM 739230b5c1aSTakashi Iwai help 740230b5c1aSTakashi Iwai Say Y here to include support for Korg 1212IO soundcards. 741230b5c1aSTakashi Iwai 742230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 743230b5c1aSTakashi Iwai will be called snd-korg1212. 744230b5c1aSTakashi Iwai 7458ad2da19STakashi Iwaiconfig SND_KORG1212_FIRMWARE_IN_KERNEL 7468ad2da19STakashi Iwai bool "In-kernel firmware for Korg1212 driver" 7478ad2da19STakashi Iwai depends on SND_KORG1212 7488ad2da19STakashi Iwai default y 7498ad2da19STakashi Iwai help 7508ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 751d65b790aSClemens Ladisch for the Korg1212 driver. If you choose N here, you need to 752d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 7538ad2da19STakashi Iwai 754230b5c1aSTakashi Iwaiconfig SND_MAESTRO3 755230b5c1aSTakashi Iwai tristate "ESS Allegro/Maestro3" 756230b5c1aSTakashi Iwai depends on SND 7571327e2b8SClemens Ladisch select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL 758230b5c1aSTakashi Iwai select SND_AC97_CODEC 759230b5c1aSTakashi Iwai help 760230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on ESS Maestro 3 761230b5c1aSTakashi Iwai (Allegro) chips. 762230b5c1aSTakashi Iwai 763230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 764230b5c1aSTakashi Iwai will be called snd-maestro3. 765230b5c1aSTakashi Iwai 7668ad2da19STakashi Iwaiconfig SND_MAESTRO3_FIRMWARE_IN_KERNEL 7678ad2da19STakashi Iwai bool "In-kernel firmware for Maestro3 driver" 7688ad2da19STakashi Iwai depends on SND_MAESTRO3 7698ad2da19STakashi Iwai default y 7708ad2da19STakashi Iwai help 7718ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 772d65b790aSClemens Ladisch for the Maestro3 driver. If you choose N here, you need to 773d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 7748ad2da19STakashi Iwai 775230b5c1aSTakashi Iwaiconfig SND_MIXART 776230b5c1aSTakashi Iwai tristate "Digigram miXart" 777230b5c1aSTakashi Iwai depends on SND 778230b5c1aSTakashi Iwai select SND_HWDEP 779230b5c1aSTakashi Iwai select SND_PCM 780230b5c1aSTakashi Iwai help 781230b5c1aSTakashi Iwai If you want to use Digigram miXart soundcards, say Y here and 782230b5c1aSTakashi Iwai read <file:Documentation/sound/alsa/MIXART.txt>. 783230b5c1aSTakashi Iwai 784230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 785230b5c1aSTakashi Iwai will be called snd-mixart. 786230b5c1aSTakashi Iwai 787230b5c1aSTakashi Iwaiconfig SND_NM256 788230b5c1aSTakashi Iwai tristate "NeoMagic NM256AV/ZX" 789230b5c1aSTakashi Iwai depends on SND 790230b5c1aSTakashi Iwai select SND_AC97_CODEC 791230b5c1aSTakashi Iwai help 792230b5c1aSTakashi Iwai Say Y here to include support for NeoMagic NM256AV/ZX chips. 793230b5c1aSTakashi Iwai 794230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 795230b5c1aSTakashi Iwai will be called snd-nm256. 796230b5c1aSTakashi Iwai 797e12229b4SMarkus Bollingerconfig SND_PCXHR 798e12229b4SMarkus Bollinger tristate "Digigram PCXHR" 799e12229b4SMarkus Bollinger depends on SND 800e12229b4SMarkus Bollinger select SND_PCM 801e12229b4SMarkus Bollinger select SND_HWDEP 802e12229b4SMarkus Bollinger help 803e12229b4SMarkus Bollinger Say Y here to include support for Digigram PCXHR boards. 804e12229b4SMarkus Bollinger 805e12229b4SMarkus Bollinger To compile this driver as a module, choose M here: the module 806e12229b4SMarkus Bollinger will be called snd-pcxhr. 807e12229b4SMarkus Bollinger 808109a9638SPeter Gruberconfig SND_RIPTIDE 809109a9638SPeter Gruber tristate "Conexant Riptide" 810109a9638SPeter Gruber depends on SND 8118a89876bSClemens Ladisch select FW_LOADER 812109a9638SPeter Gruber select SND_OPL3_LIB 813109a9638SPeter Gruber select SND_MPU401_UART 814109a9638SPeter Gruber select SND_AC97_CODEC 815109a9638SPeter Gruber help 816109a9638SPeter Gruber Say 'Y' or 'M' to include support for Conexant Riptide chip. 817109a9638SPeter Gruber 818109a9638SPeter Gruber To compile this driver as a module, choose M here: the module 819109a9638SPeter Gruber will be called snd-riptide 820109a9638SPeter Gruber 821230b5c1aSTakashi Iwaiconfig SND_RME32 822230b5c1aSTakashi Iwai tristate "RME Digi32, 32/8, 32 PRO" 823230b5c1aSTakashi Iwai depends on SND 824230b5c1aSTakashi Iwai select SND_PCM 825230b5c1aSTakashi Iwai help 826230b5c1aSTakashi Iwai Say Y to include support for RME Digi32, Digi32 PRO and 827230b5c1aSTakashi Iwai Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 828230b5c1aSTakashi Iwai devices. 829230b5c1aSTakashi Iwai 830230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 831230b5c1aSTakashi Iwai will be called snd-rme32. 832230b5c1aSTakashi Iwai 833230b5c1aSTakashi Iwaiconfig SND_RME96 834230b5c1aSTakashi Iwai tristate "RME Digi96, 96/8, 96/8 PRO" 835230b5c1aSTakashi Iwai depends on SND 836230b5c1aSTakashi Iwai select SND_PCM 837230b5c1aSTakashi Iwai help 838230b5c1aSTakashi Iwai Say Y here to include support for RME Digi96, Digi96/8 and 839230b5c1aSTakashi Iwai Digi96/8 PRO/PAD/PST soundcards. 840230b5c1aSTakashi Iwai 841230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 842230b5c1aSTakashi Iwai will be called snd-rme96. 843230b5c1aSTakashi Iwai 844230b5c1aSTakashi Iwaiconfig SND_RME9652 845230b5c1aSTakashi Iwai tristate "RME Digi9652 (Hammerfall)" 846230b5c1aSTakashi Iwai depends on SND 847230b5c1aSTakashi Iwai select SND_PCM 848230b5c1aSTakashi Iwai help 849230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall (RME 850230b5c1aSTakashi Iwai Digi9652/Digi9636) soundcards. 851230b5c1aSTakashi Iwai 852230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 853230b5c1aSTakashi Iwai will be called snd-rme9652. 854230b5c1aSTakashi Iwai 855175859bfSDavid Dillowconfig SND_SIS7019 856175859bfSDavid Dillow tristate "SiS 7019 Audio Accelerator" 857175859bfSDavid Dillow depends on SND && X86 && !X86_64 858175859bfSDavid Dillow select SND_AC97_CODEC 859175859bfSDavid Dillow help 860175859bfSDavid Dillow Say Y here to include support for the SiS 7019 Audio Accelerator. 861175859bfSDavid Dillow 862175859bfSDavid Dillow To compile this driver as a module, choose M here: the module 863175859bfSDavid Dillow will be called snd-sis7019. 864175859bfSDavid Dillow 8651da177e4SLinus Torvaldsconfig SND_SONICVIBES 8661da177e4SLinus Torvalds tristate "S3 SonicVibes" 8671da177e4SLinus Torvalds depends on SND 8681da177e4SLinus Torvalds select SND_OPL3_LIB 8691da177e4SLinus Torvalds select SND_MPU401_UART 8701da177e4SLinus Torvalds select SND_AC97_CODEC 8711da177e4SLinus Torvalds help 8721da177e4SLinus Torvalds Say Y here to include support for soundcards based on the S3 8731da177e4SLinus Torvalds SonicVibes chip. 8741da177e4SLinus Torvalds 8751da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8761da177e4SLinus Torvalds will be called snd-sonicvibes. 8771da177e4SLinus Torvalds 878230b5c1aSTakashi Iwaiconfig SND_TRIDENT 879230b5c1aSTakashi Iwai tristate "Trident 4D-Wave DX/NX; SiS 7018" 880230b5c1aSTakashi Iwai depends on SND 881230b5c1aSTakashi Iwai select SND_MPU401_UART 882230b5c1aSTakashi Iwai select SND_AC97_CODEC 883230b5c1aSTakashi Iwai help 884230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Trident 885230b5c1aSTakashi Iwai 4D-Wave DX/NX or SiS 7018 chips. 886230b5c1aSTakashi Iwai 887230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 888230b5c1aSTakashi Iwai will be called snd-trident. 889230b5c1aSTakashi Iwai 8901da177e4SLinus Torvaldsconfig SND_VIA82XX 8911da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 8921da177e4SLinus Torvalds depends on SND 8931da177e4SLinus Torvalds select SND_MPU401_UART 8941da177e4SLinus Torvalds select SND_AC97_CODEC 8951da177e4SLinus Torvalds help 8961da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 8971da177e4SLinus Torvalds device on motherboards with VIA chipsets. 8981da177e4SLinus Torvalds 8991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9001da177e4SLinus Torvalds will be called snd-via82xx. 9011da177e4SLinus Torvalds 9021da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM 9031da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233 based Modems" 9041da177e4SLinus Torvalds depends on SND 9051da177e4SLinus Torvalds select SND_AC97_CODEC 9061da177e4SLinus Torvalds help 9071da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 9081da177e4SLinus Torvalds motherboards with VIA chipsets. 9091da177e4SLinus Torvalds 9101da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9111da177e4SLinus Torvalds will be called snd-via82xx-modem. 9121da177e4SLinus Torvalds 9131b8ff22fSClemens Ladischconfig SND_VIRTUOSO 914a9d3cc48SClemens Ladisch tristate "Asus Virtuoso 100/200 (Xonar)" 9151b8ff22fSClemens Ladisch depends on SND 9161b8ff22fSClemens Ladisch select SND_OXYGEN_LIB 9171b8ff22fSClemens Ladisch help 9181b8ff22fSClemens Ladisch Say Y here to include support for sound cards based on the 919a9d3cc48SClemens Ladisch Asus AV100/AV200 chips, i.e., Xonar D2, DX and D2X. 9201b8ff22fSClemens Ladisch 9211b8ff22fSClemens Ladisch To compile this driver as a module, choose M here: the module 9221b8ff22fSClemens Ladisch will be called snd-virtuoso. 9231b8ff22fSClemens Ladisch 9241da177e4SLinus Torvaldsconfig SND_VX222 9251da177e4SLinus Torvalds tristate "Digigram VX222" 9261da177e4SLinus Torvalds depends on SND 9271da177e4SLinus Torvalds select SND_VX_LIB 9281da177e4SLinus Torvalds help 9291da177e4SLinus Torvalds Say Y here to include support for Digigram VX222 soundcards. 9301da177e4SLinus Torvalds 9311da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9321da177e4SLinus Torvalds will be called snd-vx222. 9331da177e4SLinus Torvalds 934230b5c1aSTakashi Iwaiconfig SND_YMFPCI 935230b5c1aSTakashi Iwai tristate "Yamaha YMF724/740/744/754" 9361da177e4SLinus Torvalds depends on SND 9371327e2b8SClemens Ladisch select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL 938230b5c1aSTakashi Iwai select SND_OPL3_LIB 939230b5c1aSTakashi Iwai select SND_MPU401_UART 940230b5c1aSTakashi Iwai select SND_AC97_CODEC 9411da177e4SLinus Torvalds help 942230b5c1aSTakashi Iwai Say Y here to include support for Yamaha PCI audio chips - 943230b5c1aSTakashi Iwai YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 9441da177e4SLinus Torvalds 9451da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 946230b5c1aSTakashi Iwai will be called snd-ymfpci. 9471da177e4SLinus Torvalds 9488ad2da19STakashi Iwaiconfig SND_YMFPCI_FIRMWARE_IN_KERNEL 9498ad2da19STakashi Iwai bool "In-kernel firmware for YMFPCI driver" 9508ad2da19STakashi Iwai depends on SND_YMFPCI 9518ad2da19STakashi Iwai default y 9528ad2da19STakashi Iwai help 9538ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 954d65b790aSClemens Ladisch for the YMFPCI driver. If you choose N here, you need to 955d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 9568ad2da19STakashi Iwai 9578b0c4149STakashi Iwaiconfig SND_AC97_POWER_SAVE 9588b0c4149STakashi Iwai bool "AC97 Power-Saving Mode" 9598b0c4149STakashi Iwai depends on SND_AC97_CODEC && EXPERIMENTAL 9608b0c4149STakashi Iwai default n 9618b0c4149STakashi Iwai help 9628b0c4149STakashi Iwai Say Y here to enable the aggressive power-saving support of 9638b0c4149STakashi Iwai AC97 codecs. In this mode, the power-mode is dynamically 9648b0c4149STakashi Iwai controlled at each open/close. 9658b0c4149STakashi Iwai 9668b0c4149STakashi Iwai The mode is activated by passing power_save=1 option to 9678b0c4149STakashi Iwai snd-ac97-codec driver. You can toggle it dynamically over 9688b0c4149STakashi Iwai sysfs, too. 9698b0c4149STakashi Iwai 9707a5a27cfSTakashi Iwaiconfig SND_AC97_POWER_SAVE_DEFAULT 9717a5a27cfSTakashi Iwai int "Default time-out for AC97 power-save mode" 9727a5a27cfSTakashi Iwai depends on SND_AC97_POWER_SAVE 9737a5a27cfSTakashi Iwai default 0 9746eda7cf1SAndrew Morton help 9757a5a27cfSTakashi Iwai The default time-out value in seconds for AC97 automatic 9767a5a27cfSTakashi Iwai power-save mode. 0 means to disable the power-save mode. 9777a5a27cfSTakashi Iwai 9781da177e4SLinus Torvaldsendmenu 979