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 125*98f2a97fSCedric Bregardisconfig SND_AW2 126*98f2a97fSCedric Bregardis tristate "Emagic Audiowerk 2" 127*98f2a97fSCedric Bregardis depends on SND 128*98f2a97fSCedric Bregardis help 129*98f2a97fSCedric Bregardis Say Y here to include support for Emagic Audiowerk 2 soundcards. 130*98f2a97fSCedric Bregardis 131*98f2a97fSCedric Bregardis Supported features: Analog and SPDIF output. Analog or SPDIF input. 132*98f2a97fSCedric Bregardis Note: Switch between analog and digital input does not always work. 133*98f2a97fSCedric Bregardis It can produce continuous noise. The workaround is to switch again 134*98f2a97fSCedric Bregardis (and again) between digital and analog input until it works. 135*98f2a97fSCedric Bregardis 136*98f2a97fSCedric Bregardis To compile this driver as a module, choose M here: the module 137*98f2a97fSCedric Bregardis will be called snd-aw2. 138*98f2a97fSCedric Bregardis 139*98f2a97fSCedric 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 5181da177e4SLinus Torvalds help 5191da177e4SLinus Torvalds Say Y here to include support for soundcards based on the ForteMedia 5201da177e4SLinus Torvalds FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media 521efce4bb9SAdrian Bunk Forte SF256-PCS-02) into the snd-fm801 driver. 5221da177e4SLinus Torvalds 5236054b68eSMauro Carvalho Chehab This will enable support for the old V4L1 API. 5246054b68eSMauro Carvalho Chehab 525efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X 526efce4bb9SAdrian Bunk tristate 527efce4bb9SAdrian Bunk depends on SND_FM801_TEA575X_BOOL 528efce4bb9SAdrian Bunk default SND_FM801 5296054b68eSMauro Carvalho Chehab select VIDEO_V4L1 53079cf0d37STakashi Iwai select VIDEO_DEV 5311da177e4SLinus Torvalds 532230b5c1aSTakashi Iwaiconfig SND_HDA_INTEL 533230b5c1aSTakashi Iwai tristate "Intel HD Audio" 534230b5c1aSTakashi Iwai depends on SND 535230b5c1aSTakashi Iwai select SND_PCM 536e922b002STakashi Iwai select SND_VMASTER 537230b5c1aSTakashi Iwai help 538230b5c1aSTakashi Iwai Say Y here to include support for Intel "High Definition 539230b5c1aSTakashi Iwai Audio" (Azalia) motherboard devices. 540230b5c1aSTakashi Iwai 541230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 542230b5c1aSTakashi Iwai will be called snd-hda-intel. 543230b5c1aSTakashi Iwai 5442807314dSTakashi Iwaiconfig SND_HDA_HWDEP 5452807314dSTakashi Iwai bool "Build hwdep interface for HD-audio driver" 5462807314dSTakashi Iwai depends on SND_HDA_INTEL 5472807314dSTakashi Iwai select SND_HWDEP 5482807314dSTakashi Iwai help 5492807314dSTakashi Iwai Say Y here to build a hwdep interface for HD-audio driver. 550213e84ecSRandy Dunlap This interface can be used for out-of-band communication 551c9988dceSTakashi Iwai with codecs for debugging purposes. 5522807314dSTakashi Iwai 55382467611STakashi Iwaiconfig SND_HDA_CODEC_REALTEK 55482467611STakashi Iwai bool "Build Realtek HD-audio codec support" 55582467611STakashi Iwai depends on SND_HDA_INTEL 55682467611STakashi Iwai default y 55782467611STakashi Iwai help 55882467611STakashi Iwai Say Y here to include Realtek HD-audio codec support in 55982467611STakashi Iwai snd-hda-intel driver, such as ALC880. 56082467611STakashi Iwai 56182467611STakashi Iwaiconfig SND_HDA_CODEC_ANALOG 56282467611STakashi Iwai bool "Build Analog Device HD-audio codec support" 56382467611STakashi Iwai depends on SND_HDA_INTEL 56482467611STakashi Iwai default y 56582467611STakashi Iwai help 56682467611STakashi Iwai Say Y here to include Analog Device HD-audio codec support in 56782467611STakashi Iwai snd-hda-intel driver, such as AD1986A. 56882467611STakashi Iwai 56982467611STakashi Iwaiconfig SND_HDA_CODEC_SIGMATEL 57082467611STakashi Iwai bool "Build IDT/Sigmatel HD-audio codec support" 57182467611STakashi Iwai depends on SND_HDA_INTEL 57282467611STakashi Iwai default y 57382467611STakashi Iwai help 57482467611STakashi Iwai Say Y here to include IDT (Sigmatel) HD-audio codec support in 57582467611STakashi Iwai snd-hda-intel driver, such as STAC9200. 57682467611STakashi Iwai 57782467611STakashi Iwaiconfig SND_HDA_CODEC_VIA 57882467611STakashi Iwai bool "Build VIA HD-audio codec support" 57982467611STakashi Iwai depends on SND_HDA_INTEL 58082467611STakashi Iwai default y 58182467611STakashi Iwai help 58282467611STakashi Iwai Say Y here to include VIA HD-audio codec support in 58382467611STakashi Iwai snd-hda-intel driver, such as VT1708. 58482467611STakashi Iwai 58582467611STakashi Iwaiconfig SND_HDA_CODEC_ATIHDMI 58682467611STakashi Iwai bool "Build ATI HDMI HD-audio codec support" 58782467611STakashi Iwai depends on SND_HDA_INTEL 58882467611STakashi Iwai default y 58982467611STakashi Iwai help 59082467611STakashi Iwai Say Y here to include ATI HDMI HD-audio codec support in 59182467611STakashi Iwai snd-hda-intel driver, such as ATI RS600 HDMI. 59282467611STakashi Iwai 59382467611STakashi Iwaiconfig SND_HDA_CODEC_CONEXANT 59482467611STakashi Iwai bool "Build Conexant HD-audio codec support" 59582467611STakashi Iwai depends on SND_HDA_INTEL 59682467611STakashi Iwai default y 59782467611STakashi Iwai help 59882467611STakashi Iwai Say Y here to include Conexant HD-audio codec support in 59982467611STakashi Iwai snd-hda-intel driver, such as CX20549. 60082467611STakashi Iwai 60182467611STakashi Iwaiconfig SND_HDA_CODEC_CMEDIA 60282467611STakashi Iwai bool "Build C-Media HD-audio codec support" 60382467611STakashi Iwai depends on SND_HDA_INTEL 60482467611STakashi Iwai default y 60582467611STakashi Iwai help 60682467611STakashi Iwai Say Y here to include C-Media HD-audio codec support in 60782467611STakashi Iwai snd-hda-intel driver, such as CMI9880. 60882467611STakashi Iwai 60982467611STakashi Iwaiconfig SND_HDA_CODEC_SI3054 61082467611STakashi Iwai bool "Build Silicon Labs 3054 HD-modem codec support" 61182467611STakashi Iwai depends on SND_HDA_INTEL 61282467611STakashi Iwai default y 61382467611STakashi Iwai help 61482467611STakashi Iwai Say Y here to include Silicon Labs 3054 HD-modem codec 61582467611STakashi Iwai (and compatibles) support in snd-hda-intel driver. 61682467611STakashi Iwai 61782467611STakashi Iwaiconfig SND_HDA_GENERIC 61882467611STakashi Iwai bool "Enable generic HD-audio codec parser" 61982467611STakashi Iwai depends on SND_HDA_INTEL 62082467611STakashi Iwai default y 62182467611STakashi Iwai help 62282467611STakashi Iwai Say Y here to enable the generic HD-audio codec parser 62382467611STakashi Iwai in snd-hda-intel driver. 62482467611STakashi Iwai 625cb53c626STakashi Iwaiconfig SND_HDA_POWER_SAVE 626cb53c626STakashi Iwai bool "Aggressive power-saving on HD-audio" 627cb53c626STakashi Iwai depends on SND_HDA_INTEL && EXPERIMENTAL 628cb53c626STakashi Iwai help 629cb53c626STakashi Iwai Say Y here to enable more aggressive power-saving mode on 630cb53c626STakashi Iwai HD-audio driver. The power-saving timeout can be configured 631cb53c626STakashi Iwai via power_save option or over sysfs on-the-fly. 632cb53c626STakashi Iwai 6337a5a27cfSTakashi Iwaiconfig SND_HDA_POWER_SAVE_DEFAULT 6347a5a27cfSTakashi Iwai int "Default time-out for HD-audio power-save mode" 6357a5a27cfSTakashi Iwai depends on SND_HDA_POWER_SAVE 6367a5a27cfSTakashi Iwai default 0 6377a5a27cfSTakashi Iwai help 6387a5a27cfSTakashi Iwai The default time-out value in seconds for HD-audio automatic 6397a5a27cfSTakashi Iwai power-save mode. 0 means to disable the power-save mode. 6407a5a27cfSTakashi Iwai 641230b5c1aSTakashi Iwaiconfig SND_HDSP 642230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP Audio" 643230b5c1aSTakashi Iwai depends on SND 644230b5c1aSTakashi Iwai select SND_HWDEP 645230b5c1aSTakashi Iwai select SND_RAWMIDI 646230b5c1aSTakashi Iwai select SND_PCM 647230b5c1aSTakashi Iwai help 648230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP Audio 649230b5c1aSTakashi Iwai soundcards. 650230b5c1aSTakashi Iwai 651230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 652230b5c1aSTakashi Iwai will be called snd-hdsp. 653230b5c1aSTakashi Iwai 654230b5c1aSTakashi Iwaiconfig SND_HDSPM 655230b5c1aSTakashi Iwai tristate "RME Hammerfall DSP MADI" 656230b5c1aSTakashi Iwai depends on SND 657230b5c1aSTakashi Iwai select SND_HWDEP 658230b5c1aSTakashi Iwai select SND_RAWMIDI 659230b5c1aSTakashi Iwai select SND_PCM 660230b5c1aSTakashi Iwai help 661230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall DSP MADI 662230b5c1aSTakashi Iwai soundcards. 663230b5c1aSTakashi Iwai 664230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 665230b5c1aSTakashi Iwai will be called snd-hdspm. 666230b5c1aSTakashi Iwai 667c626026dSClemens Ladischconfig SND_HIFIER 668c626026dSClemens Ladisch tristate "TempoTec HiFier Fantasia" 669c626026dSClemens Ladisch depends on SND 670c626026dSClemens Ladisch select SND_OXYGEN_LIB 671c626026dSClemens Ladisch help 672c626026dSClemens Ladisch Say Y here to include support for the MediaTek/TempoTec HiFier 673c626026dSClemens Ladisch Fantasia sound card. 674c626026dSClemens Ladisch 675c626026dSClemens Ladisch To compile this driver as a module, choose M here: the module 676c626026dSClemens Ladisch will be called snd-hifier. 677c626026dSClemens Ladisch 6781da177e4SLinus Torvaldsconfig SND_ICE1712 6791da177e4SLinus Torvalds tristate "ICEnsemble ICE1712 (Envy24)" 6801da177e4SLinus Torvalds depends on SND 6811da177e4SLinus Torvalds select SND_MPU401_UART 6821da177e4SLinus Torvalds select SND_AC97_CODEC 6831da177e4SLinus Torvalds help 6841da177e4SLinus Torvalds Say Y here to include support for soundcards based on the 6851da177e4SLinus Torvalds ICE1712 (Envy24) chip. 6861da177e4SLinus Torvalds 6871da177e4SLinus Torvalds Currently supported hardware is: M-Audio Delta 1010(LT), 6881da177e4SLinus Torvalds DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442; 6891da177e4SLinus Torvalds TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88; 6901da177e4SLinus Torvalds Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8. 6911da177e4SLinus Torvalds 6921da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 6931da177e4SLinus Torvalds will be called snd-ice1712. 6941da177e4SLinus Torvalds 6951da177e4SLinus Torvaldsconfig SND_ICE1724 6961da177e4SLinus Torvalds tristate "ICE/VT1724/1720 (Envy24HT/PT)" 6971da177e4SLinus Torvalds depends on SND 6981da177e4SLinus Torvalds select SND_MPU401_UART 6991da177e4SLinus Torvalds select SND_AC97_CODEC 7001da177e4SLinus Torvalds help 7011da177e4SLinus Torvalds Say Y here to include support for soundcards based on 7021da177e4SLinus Torvalds ICE/VT1724/1720 (Envy24HT/PT) chips. 7031da177e4SLinus Torvalds 7041da177e4SLinus Torvalds Currently supported hardware is: AMP AUDIO2000; M-Audio 7051da177e4SLinus Torvalds Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe; 7061da177e4SLinus Torvalds AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II; 7071da177e4SLinus Torvalds Chaintech ZNF3-150/250. 7081da177e4SLinus Torvalds 7091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7101da177e4SLinus Torvalds will be called snd-ice1724. 7111da177e4SLinus Torvalds 7121da177e4SLinus Torvaldsconfig SND_INTEL8X0 7131da177e4SLinus Torvalds tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller" 7141da177e4SLinus Torvalds depends on SND 7151da177e4SLinus Torvalds select SND_AC97_CODEC 7161da177e4SLinus Torvalds help 7171da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 7181da177e4SLinus Torvalds device on motherboards with Intel/SiS/nVidia/AMD chipsets, or 7191da177e4SLinus Torvalds ALi chipsets using the M5455 Audio Controller. (There is a 7201da177e4SLinus Torvalds separate driver for ALi M5451 Audio Controllers.) 7211da177e4SLinus Torvalds 7221da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7231da177e4SLinus Torvalds will be called snd-intel8x0. 7241da177e4SLinus Torvalds 7251da177e4SLinus Torvaldsconfig SND_INTEL8X0M 726cf1756e9STakashi Iwai tristate "Intel/SiS/nVidia/AMD MC97 Modem" 727cf1756e9STakashi Iwai depends on SND 7281da177e4SLinus Torvalds select SND_AC97_CODEC 7291da177e4SLinus Torvalds help 7301da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 7311da177e4SLinus Torvalds motherboards with Intel/SiS/nVidia/AMD chipsets. 7321da177e4SLinus Torvalds 7331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 7341da177e4SLinus Torvalds will be called snd-intel8x0m. 7351da177e4SLinus Torvalds 736230b5c1aSTakashi Iwaiconfig SND_KORG1212 737230b5c1aSTakashi Iwai tristate "Korg 1212 IO" 738230b5c1aSTakashi Iwai depends on SND 7391327e2b8SClemens Ladisch select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL 740230b5c1aSTakashi Iwai select SND_PCM 741230b5c1aSTakashi Iwai help 742230b5c1aSTakashi Iwai Say Y here to include support for Korg 1212IO soundcards. 743230b5c1aSTakashi Iwai 744230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 745230b5c1aSTakashi Iwai will be called snd-korg1212. 746230b5c1aSTakashi Iwai 7478ad2da19STakashi Iwaiconfig SND_KORG1212_FIRMWARE_IN_KERNEL 7488ad2da19STakashi Iwai bool "In-kernel firmware for Korg1212 driver" 7498ad2da19STakashi Iwai depends on SND_KORG1212 7508ad2da19STakashi Iwai default y 7518ad2da19STakashi Iwai help 7528ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 753d65b790aSClemens Ladisch for the Korg1212 driver. If you choose N here, you need to 754d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 7558ad2da19STakashi Iwai 756230b5c1aSTakashi Iwaiconfig SND_MAESTRO3 757230b5c1aSTakashi Iwai tristate "ESS Allegro/Maestro3" 758230b5c1aSTakashi Iwai depends on SND 7591327e2b8SClemens Ladisch select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL 760230b5c1aSTakashi Iwai select SND_AC97_CODEC 761230b5c1aSTakashi Iwai help 762230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on ESS Maestro 3 763230b5c1aSTakashi Iwai (Allegro) chips. 764230b5c1aSTakashi Iwai 765230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 766230b5c1aSTakashi Iwai will be called snd-maestro3. 767230b5c1aSTakashi Iwai 7688ad2da19STakashi Iwaiconfig SND_MAESTRO3_FIRMWARE_IN_KERNEL 7698ad2da19STakashi Iwai bool "In-kernel firmware for Maestro3 driver" 7708ad2da19STakashi Iwai depends on SND_MAESTRO3 7718ad2da19STakashi Iwai default y 7728ad2da19STakashi Iwai help 7738ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 774d65b790aSClemens Ladisch for the Maestro3 driver. If you choose N here, you need to 775d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 7768ad2da19STakashi Iwai 777230b5c1aSTakashi Iwaiconfig SND_MIXART 778230b5c1aSTakashi Iwai tristate "Digigram miXart" 779230b5c1aSTakashi Iwai depends on SND 780230b5c1aSTakashi Iwai select SND_HWDEP 781230b5c1aSTakashi Iwai select SND_PCM 782230b5c1aSTakashi Iwai help 783230b5c1aSTakashi Iwai If you want to use Digigram miXart soundcards, say Y here and 784230b5c1aSTakashi Iwai read <file:Documentation/sound/alsa/MIXART.txt>. 785230b5c1aSTakashi Iwai 786230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 787230b5c1aSTakashi Iwai will be called snd-mixart. 788230b5c1aSTakashi Iwai 789230b5c1aSTakashi Iwaiconfig SND_NM256 790230b5c1aSTakashi Iwai tristate "NeoMagic NM256AV/ZX" 791230b5c1aSTakashi Iwai depends on SND 792230b5c1aSTakashi Iwai select SND_AC97_CODEC 793230b5c1aSTakashi Iwai help 794230b5c1aSTakashi Iwai Say Y here to include support for NeoMagic NM256AV/ZX chips. 795230b5c1aSTakashi Iwai 796230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 797230b5c1aSTakashi Iwai will be called snd-nm256. 798230b5c1aSTakashi Iwai 799e12229b4SMarkus Bollingerconfig SND_PCXHR 800e12229b4SMarkus Bollinger tristate "Digigram PCXHR" 801e12229b4SMarkus Bollinger depends on SND 802e12229b4SMarkus Bollinger select SND_PCM 803e12229b4SMarkus Bollinger select SND_HWDEP 804e12229b4SMarkus Bollinger help 805e12229b4SMarkus Bollinger Say Y here to include support for Digigram PCXHR boards. 806e12229b4SMarkus Bollinger 807e12229b4SMarkus Bollinger To compile this driver as a module, choose M here: the module 808e12229b4SMarkus Bollinger will be called snd-pcxhr. 809e12229b4SMarkus Bollinger 810109a9638SPeter Gruberconfig SND_RIPTIDE 811109a9638SPeter Gruber tristate "Conexant Riptide" 812109a9638SPeter Gruber depends on SND 8138a89876bSClemens Ladisch select FW_LOADER 814109a9638SPeter Gruber select SND_OPL3_LIB 815109a9638SPeter Gruber select SND_MPU401_UART 816109a9638SPeter Gruber select SND_AC97_CODEC 817109a9638SPeter Gruber help 818109a9638SPeter Gruber Say 'Y' or 'M' to include support for Conexant Riptide chip. 819109a9638SPeter Gruber 820109a9638SPeter Gruber To compile this driver as a module, choose M here: the module 821109a9638SPeter Gruber will be called snd-riptide 822109a9638SPeter Gruber 823230b5c1aSTakashi Iwaiconfig SND_RME32 824230b5c1aSTakashi Iwai tristate "RME Digi32, 32/8, 32 PRO" 825230b5c1aSTakashi Iwai depends on SND 826230b5c1aSTakashi Iwai select SND_PCM 827230b5c1aSTakashi Iwai help 828230b5c1aSTakashi Iwai Say Y to include support for RME Digi32, Digi32 PRO and 829230b5c1aSTakashi Iwai Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio 830230b5c1aSTakashi Iwai devices. 831230b5c1aSTakashi Iwai 832230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 833230b5c1aSTakashi Iwai will be called snd-rme32. 834230b5c1aSTakashi Iwai 835230b5c1aSTakashi Iwaiconfig SND_RME96 836230b5c1aSTakashi Iwai tristate "RME Digi96, 96/8, 96/8 PRO" 837230b5c1aSTakashi Iwai depends on SND 838230b5c1aSTakashi Iwai select SND_PCM 839230b5c1aSTakashi Iwai help 840230b5c1aSTakashi Iwai Say Y here to include support for RME Digi96, Digi96/8 and 841230b5c1aSTakashi Iwai Digi96/8 PRO/PAD/PST soundcards. 842230b5c1aSTakashi Iwai 843230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 844230b5c1aSTakashi Iwai will be called snd-rme96. 845230b5c1aSTakashi Iwai 846230b5c1aSTakashi Iwaiconfig SND_RME9652 847230b5c1aSTakashi Iwai tristate "RME Digi9652 (Hammerfall)" 848230b5c1aSTakashi Iwai depends on SND 849230b5c1aSTakashi Iwai select SND_PCM 850230b5c1aSTakashi Iwai help 851230b5c1aSTakashi Iwai Say Y here to include support for RME Hammerfall (RME 852230b5c1aSTakashi Iwai Digi9652/Digi9636) soundcards. 853230b5c1aSTakashi Iwai 854230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 855230b5c1aSTakashi Iwai will be called snd-rme9652. 856230b5c1aSTakashi Iwai 857175859bfSDavid Dillowconfig SND_SIS7019 858175859bfSDavid Dillow tristate "SiS 7019 Audio Accelerator" 859175859bfSDavid Dillow depends on SND && X86 && !X86_64 860175859bfSDavid Dillow select SND_AC97_CODEC 861175859bfSDavid Dillow help 862175859bfSDavid Dillow Say Y here to include support for the SiS 7019 Audio Accelerator. 863175859bfSDavid Dillow 864175859bfSDavid Dillow To compile this driver as a module, choose M here: the module 865175859bfSDavid Dillow will be called snd-sis7019. 866175859bfSDavid Dillow 8671da177e4SLinus Torvaldsconfig SND_SONICVIBES 8681da177e4SLinus Torvalds tristate "S3 SonicVibes" 8691da177e4SLinus Torvalds depends on SND 8701da177e4SLinus Torvalds select SND_OPL3_LIB 8711da177e4SLinus Torvalds select SND_MPU401_UART 8721da177e4SLinus Torvalds select SND_AC97_CODEC 8731da177e4SLinus Torvalds help 8741da177e4SLinus Torvalds Say Y here to include support for soundcards based on the S3 8751da177e4SLinus Torvalds SonicVibes chip. 8761da177e4SLinus Torvalds 8771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 8781da177e4SLinus Torvalds will be called snd-sonicvibes. 8791da177e4SLinus Torvalds 880230b5c1aSTakashi Iwaiconfig SND_TRIDENT 881230b5c1aSTakashi Iwai tristate "Trident 4D-Wave DX/NX; SiS 7018" 882230b5c1aSTakashi Iwai depends on SND 883230b5c1aSTakashi Iwai select SND_MPU401_UART 884230b5c1aSTakashi Iwai select SND_AC97_CODEC 885230b5c1aSTakashi Iwai help 886230b5c1aSTakashi Iwai Say Y here to include support for soundcards based on Trident 887230b5c1aSTakashi Iwai 4D-Wave DX/NX or SiS 7018 chips. 888230b5c1aSTakashi Iwai 889230b5c1aSTakashi Iwai To compile this driver as a module, choose M here: the module 890230b5c1aSTakashi Iwai will be called snd-trident. 891230b5c1aSTakashi Iwai 8921da177e4SLinus Torvaldsconfig SND_VIA82XX 8931da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" 8941da177e4SLinus Torvalds depends on SND 8951da177e4SLinus Torvalds select SND_MPU401_UART 8961da177e4SLinus Torvalds select SND_AC97_CODEC 8971da177e4SLinus Torvalds help 8981da177e4SLinus Torvalds Say Y here to include support for the integrated AC97 sound 8991da177e4SLinus Torvalds device on motherboards with VIA chipsets. 9001da177e4SLinus Torvalds 9011da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9021da177e4SLinus Torvalds will be called snd-via82xx. 9031da177e4SLinus Torvalds 9041da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM 9051da177e4SLinus Torvalds tristate "VIA 82C686A/B, 8233 based Modems" 9061da177e4SLinus Torvalds depends on SND 9071da177e4SLinus Torvalds select SND_AC97_CODEC 9081da177e4SLinus Torvalds help 9091da177e4SLinus Torvalds Say Y here to include support for the integrated MC97 modem on 9101da177e4SLinus Torvalds motherboards with VIA chipsets. 9111da177e4SLinus Torvalds 9121da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9131da177e4SLinus Torvalds will be called snd-via82xx-modem. 9141da177e4SLinus Torvalds 9151b8ff22fSClemens Ladischconfig SND_VIRTUOSO 9161b8ff22fSClemens Ladisch tristate "Asus Virtuoso 200 (Xonar)" 9171b8ff22fSClemens Ladisch depends on SND 9181b8ff22fSClemens Ladisch select SND_OXYGEN_LIB 9191b8ff22fSClemens Ladisch help 9201b8ff22fSClemens Ladisch Say Y here to include support for sound cards based on the 9211b8ff22fSClemens Ladisch Asus AV200 chip, i.e., Xonar D2 and Xonar D2X. 9221b8ff22fSClemens Ladisch 9231b8ff22fSClemens Ladisch To compile this driver as a module, choose M here: the module 9241b8ff22fSClemens Ladisch will be called snd-virtuoso. 9251b8ff22fSClemens Ladisch 9261da177e4SLinus Torvaldsconfig SND_VX222 9271da177e4SLinus Torvalds tristate "Digigram VX222" 9281da177e4SLinus Torvalds depends on SND 9291da177e4SLinus Torvalds select SND_VX_LIB 9301da177e4SLinus Torvalds help 9311da177e4SLinus Torvalds Say Y here to include support for Digigram VX222 soundcards. 9321da177e4SLinus Torvalds 9331da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 9341da177e4SLinus Torvalds will be called snd-vx222. 9351da177e4SLinus Torvalds 936230b5c1aSTakashi Iwaiconfig SND_YMFPCI 937230b5c1aSTakashi Iwai tristate "Yamaha YMF724/740/744/754" 9381da177e4SLinus Torvalds depends on SND 9391327e2b8SClemens Ladisch select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL 940230b5c1aSTakashi Iwai select SND_OPL3_LIB 941230b5c1aSTakashi Iwai select SND_MPU401_UART 942230b5c1aSTakashi Iwai select SND_AC97_CODEC 9431da177e4SLinus Torvalds help 944230b5c1aSTakashi Iwai Say Y here to include support for Yamaha PCI audio chips - 945230b5c1aSTakashi Iwai YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. 9461da177e4SLinus Torvalds 9471da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module 948230b5c1aSTakashi Iwai will be called snd-ymfpci. 9491da177e4SLinus Torvalds 9508ad2da19STakashi Iwaiconfig SND_YMFPCI_FIRMWARE_IN_KERNEL 9518ad2da19STakashi Iwai bool "In-kernel firmware for YMFPCI driver" 9528ad2da19STakashi Iwai depends on SND_YMFPCI 9538ad2da19STakashi Iwai default y 9548ad2da19STakashi Iwai help 9558ad2da19STakashi Iwai Say Y here to include the static firmware built in the kernel 956d65b790aSClemens Ladisch for the YMFPCI driver. If you choose N here, you need to 957d65b790aSClemens Ladisch install the firmware files from the alsa-firmware package. 9588ad2da19STakashi Iwai 9598b0c4149STakashi Iwaiconfig SND_AC97_POWER_SAVE 9608b0c4149STakashi Iwai bool "AC97 Power-Saving Mode" 9618b0c4149STakashi Iwai depends on SND_AC97_CODEC && EXPERIMENTAL 9628b0c4149STakashi Iwai default n 9638b0c4149STakashi Iwai help 9648b0c4149STakashi Iwai Say Y here to enable the aggressive power-saving support of 9658b0c4149STakashi Iwai AC97 codecs. In this mode, the power-mode is dynamically 9668b0c4149STakashi Iwai controlled at each open/close. 9678b0c4149STakashi Iwai 9688b0c4149STakashi Iwai The mode is activated by passing power_save=1 option to 9698b0c4149STakashi Iwai snd-ac97-codec driver. You can toggle it dynamically over 9708b0c4149STakashi Iwai sysfs, too. 9718b0c4149STakashi Iwai 9727a5a27cfSTakashi Iwaiconfig SND_AC97_POWER_SAVE_DEFAULT 9737a5a27cfSTakashi Iwai int "Default time-out for AC97 power-save mode" 9747a5a27cfSTakashi Iwai depends on SND_AC97_POWER_SAVE 9757a5a27cfSTakashi Iwai default 0 9766eda7cf1SAndrew Morton help 9777a5a27cfSTakashi Iwai The default time-out value in seconds for AC97 automatic 9787a5a27cfSTakashi Iwai power-save mode. 0 means to disable the power-save mode. 9797a5a27cfSTakashi Iwai 9801da177e4SLinus Torvaldsendmenu 981