xref: /openbmc/linux/sound/pci/Kconfig (revision 8443d2eb81e30dcc027e531eaa442cdb2477c5ab)
11da177e4SLinus Torvalds# ALSA PCI drivers
21da177e4SLinus Torvalds
389fe5117STakashi Iwaimenuconfig SND_PCI
489fe5117STakashi Iwai	bool "PCI sound devices"
589fe5117STakashi Iwai	depends on PCI
689fe5117STakashi Iwai	default y
789fe5117STakashi Iwai	help
889fe5117STakashi Iwai	  Support for sound devices connected via the PCI bus.
989fe5117STakashi Iwai
1089fe5117STakashi Iwaiif SND_PCI
111da177e4SLinus Torvalds
12230b5c1aSTakashi Iwaiconfig SND_AD1889
13230b5c1aSTakashi Iwai	tristate "Analog Devices AD1889"
14230b5c1aSTakashi Iwai	select SND_AC97_CODEC
15230b5c1aSTakashi Iwai	help
16230b5c1aSTakashi Iwai	  Say Y here to include support for the integrated AC97 sound
17230b5c1aSTakashi Iwai	  device found in particular on the Hewlett-Packard [BCJ]-xxx0
18230b5c1aSTakashi Iwai	  class PA-RISC workstations, using the AD1819 codec.
19230b5c1aSTakashi Iwai
20230b5c1aSTakashi Iwai	  To compile this as a module, choose M here: the module
21230b5c1aSTakashi Iwai	  will be called snd-ad1889.
22230b5c1aSTakashi Iwai
23b3a70d5eSAsh Willisconfig SND_ALS300
24b3a70d5eSAsh Willis	tristate "Avance Logic ALS300/ALS300+"
25b3a70d5eSAsh Willis	select SND_PCM
26b3a70d5eSAsh Willis	select SND_AC97_CODEC
27b3a70d5eSAsh Willis	select SND_OPL3_LIB
28b3a70d5eSAsh Willis	help
29b3a70d5eSAsh Willis	  Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
30b3a70d5eSAsh Willis
31b3a70d5eSAsh Willis	  To compile this driver as a module, choose M here: the module
32b3a70d5eSAsh Willis	  will be called snd-als300
33b3a70d5eSAsh Willis
34230b5c1aSTakashi Iwaiconfig SND_ALS4000
35230b5c1aSTakashi Iwai	tristate "Avance Logic ALS4000"
3689fe5117STakashi Iwai	depends on ISA_DMA_API
37230b5c1aSTakashi Iwai	select SND_OPL3_LIB
38230b5c1aSTakashi Iwai	select SND_MPU401_UART
39230b5c1aSTakashi Iwai	select SND_PCM
40dda369cfSTakashi Iwai	select SND_SB_COMMON
41230b5c1aSTakashi Iwai	help
42230b5c1aSTakashi Iwai	  Say Y here to include support for soundcards based on Avance Logic
43230b5c1aSTakashi Iwai	  ALS4000 chips.
44230b5c1aSTakashi Iwai
45230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
46230b5c1aSTakashi Iwai	  will be called snd-als4000.
47230b5c1aSTakashi Iwai
481da177e4SLinus Torvaldsconfig SND_ALI5451
491da177e4SLinus Torvalds	tristate "ALi M5451 PCI Audio Controller"
501da177e4SLinus Torvalds	select SND_MPU401_UART
511da177e4SLinus Torvalds	select SND_AC97_CODEC
521da177e4SLinus Torvalds	help
531da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
541da177e4SLinus Torvalds	  device on motherboards using the ALi M5451 Audio Controller
551da177e4SLinus Torvalds	  (M1535/M1535D/M1535+/M1535D+ south bridges).  Newer chipsets
561da177e4SLinus Torvalds	  use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
571da177e4SLinus Torvalds
581da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
591da177e4SLinus Torvalds	  will be called snd-ali5451.
601da177e4SLinus Torvalds
61719f82d3SEliot Blennerhassettconfig SND_ASIHPI
62719f82d3SEliot Blennerhassett	tristate "AudioScience ASIxxxx"
63719f82d3SEliot Blennerhassett	depends on X86
64719f82d3SEliot Blennerhassett	select FW_LOADER
65719f82d3SEliot Blennerhassett	select SND_PCM
66719f82d3SEliot Blennerhassett	select SND_HWDEP
67719f82d3SEliot Blennerhassett	help
68719f82d3SEliot Blennerhassett	  Say Y here to include support for AudioScience ASI sound cards.
69719f82d3SEliot Blennerhassett
70719f82d3SEliot Blennerhassett	  To compile this driver as a module, choose M here: the module
71719f82d3SEliot Blennerhassett	  will be called snd-asihpi.
72719f82d3SEliot Blennerhassett
731da177e4SLinus Torvaldsconfig SND_ATIIXP
741da177e4SLinus Torvalds	tristate "ATI IXP AC97 Controller"
751da177e4SLinus Torvalds	select SND_AC97_CODEC
761da177e4SLinus Torvalds	help
771da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
781da177e4SLinus Torvalds	  device on motherboards with ATI chipsets (ATI IXP 150/200/250/
791da177e4SLinus Torvalds	  300/400).
801da177e4SLinus Torvalds
811da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
821da177e4SLinus Torvalds	  will be called snd-atiixp.
831da177e4SLinus Torvalds
841da177e4SLinus Torvaldsconfig SND_ATIIXP_MODEM
851da177e4SLinus Torvalds	tristate "ATI IXP Modem"
861da177e4SLinus Torvalds	select SND_AC97_CODEC
871da177e4SLinus Torvalds	help
881da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
891da177e4SLinus Torvalds	  motherboards with ATI chipsets (ATI IXP 150/200/250).
901da177e4SLinus Torvalds
911da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
921da177e4SLinus Torvalds	  will be called snd-atiixp-modem.
931da177e4SLinus Torvalds
941da177e4SLinus Torvaldsconfig SND_AU8810
951da177e4SLinus Torvalds	tristate "Aureal Advantage"
961da177e4SLinus Torvalds	select SND_MPU401_UART
971da177e4SLinus Torvalds	select SND_AC97_CODEC
981da177e4SLinus Torvalds	help
991da177e4SLinus Torvalds	  Say Y here to include support for Aureal Advantage soundcards.
1001da177e4SLinus Torvalds
1011da177e4SLinus Torvalds	  Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
1021da177e4SLinus Torvalds	  3D support code is in place, but not yet useable. For more info,
1031da177e4SLinus Torvalds	  email the ALSA developer list, or <mjander@users.sourceforge.net>.
1041da177e4SLinus Torvalds
1051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1061da177e4SLinus Torvalds	  will be called snd-au8810.
1071da177e4SLinus Torvalds
1081da177e4SLinus Torvaldsconfig SND_AU8820
1091da177e4SLinus Torvalds	tristate "Aureal Vortex"
1101da177e4SLinus Torvalds	select SND_MPU401_UART
1111da177e4SLinus Torvalds	select SND_AC97_CODEC
1121da177e4SLinus Torvalds	help
1131da177e4SLinus Torvalds	  Say Y here to include support for Aureal Vortex soundcards.
1141da177e4SLinus Torvalds
1151da177e4SLinus Torvalds	  Supported features: Hardware Mixer and SRC. For more info, email
1161da177e4SLinus Torvalds	  the ALSA developer list, or <mjander@users.sourceforge.net>.
1171da177e4SLinus Torvalds
1181da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1191da177e4SLinus Torvalds	  will be called snd-au8820.
1201da177e4SLinus Torvalds
1211da177e4SLinus Torvaldsconfig SND_AU8830
1221da177e4SLinus Torvalds	tristate "Aureal Vortex 2"
1231da177e4SLinus Torvalds	select SND_MPU401_UART
1241da177e4SLinus Torvalds	select SND_AC97_CODEC
1251da177e4SLinus Torvalds	help
1261da177e4SLinus Torvalds	  Say Y here to include support for Aureal Vortex 2 soundcards.
1271da177e4SLinus Torvalds
1281da177e4SLinus Torvalds	  Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
1291da177e4SLinus Torvalds	  3D support code is in place, but not yet useable. For more info,
1301da177e4SLinus Torvalds	  email the ALSA developer list, or <mjander@users.sourceforge.net>.
1311da177e4SLinus Torvalds
1321da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1331da177e4SLinus Torvalds	  will be called snd-au8830.
1341da177e4SLinus Torvalds
13598f2a97fSCedric Bregardisconfig SND_AW2
13698f2a97fSCedric Bregardis	tristate "Emagic Audiowerk 2"
13798f2a97fSCedric Bregardis	help
13898f2a97fSCedric Bregardis	  Say Y here to include support for Emagic Audiowerk 2 soundcards.
13998f2a97fSCedric Bregardis
14098f2a97fSCedric Bregardis	  Supported features: Analog and SPDIF output. Analog or SPDIF input.
14198f2a97fSCedric Bregardis	  Note: Switch between analog and digital input does not always work.
14298f2a97fSCedric Bregardis	  It can produce continuous noise. The workaround is to switch again
14398f2a97fSCedric Bregardis	  (and again) between digital and analog input until it works.
14498f2a97fSCedric Bregardis
14598f2a97fSCedric Bregardis	  To compile this driver as a module, choose M here: the module
14698f2a97fSCedric Bregardis	  will be called snd-aw2.
14798f2a97fSCedric Bregardis
14898f2a97fSCedric Bregardis
1491da177e4SLinus Torvaldsconfig SND_AZT3328
1503eff8958SAndreas Mohr	tristate "Aztech AZF3328 / PCI168"
1511da177e4SLinus Torvalds	select SND_OPL3_LIB
1521da177e4SLinus Torvalds	select SND_MPU401_UART
1531da177e4SLinus Torvalds	select SND_PCM
1543eff8958SAndreas Mohr	select SND_RAWMIDI
1551da177e4SLinus Torvalds	help
1561da177e4SLinus Torvalds	  Say Y here to include support for Aztech AZF3328 (PCI168)
1571da177e4SLinus Torvalds	  soundcards.
1581da177e4SLinus Torvalds
1591da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1601da177e4SLinus Torvalds	  will be called snd-azt3328.
1611da177e4SLinus Torvalds
1621da177e4SLinus Torvaldsconfig SND_BT87X
1631da177e4SLinus Torvalds	tristate "Bt87x Audio Capture"
1641da177e4SLinus Torvalds	select SND_PCM
1651da177e4SLinus Torvalds	help
1661da177e4SLinus Torvalds	  If you want to record audio from TV cards based on
1671da177e4SLinus Torvalds	  Brooktree Bt878/Bt879 chips, say Y here and read
1681da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/Bt87x.txt>.
1691da177e4SLinus Torvalds
1701da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1711da177e4SLinus Torvalds	  will be called snd-bt87x.
1721da177e4SLinus Torvalds
1731da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK
1741da177e4SLinus Torvalds	bool "Bt87x Audio overclocking"
1751da177e4SLinus Torvalds	depends on SND_BT87X
1761da177e4SLinus Torvalds	help
1771da177e4SLinus Torvalds	  Say Y here if 448000 Hz isn't enough for you and you want to
1781da177e4SLinus Torvalds	  record from the analog input with up to 1792000 Hz.
1791da177e4SLinus Torvalds
1801da177e4SLinus Torvalds	  Higher sample rates won't hurt your hardware, but audio
1811da177e4SLinus Torvalds	  quality may suffer.
1821da177e4SLinus Torvalds
183230b5c1aSTakashi Iwaiconfig SND_CA0106
184230b5c1aSTakashi Iwai	tristate "SB Audigy LS / Live 24bit"
185230b5c1aSTakashi Iwai	select SND_AC97_CODEC
186230b5c1aSTakashi Iwai	select SND_RAWMIDI
18749c88b85STakashi Iwai	select SND_VMASTER
188230b5c1aSTakashi Iwai	help
189230b5c1aSTakashi Iwai	  Say Y here to include support for the Sound Blaster Audigy LS
190230b5c1aSTakashi Iwai	  and Live 24bit.
191230b5c1aSTakashi Iwai
192230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
193230b5c1aSTakashi Iwai	  will be called snd-ca0106.
194230b5c1aSTakashi Iwai
195230b5c1aSTakashi Iwaiconfig SND_CMIPCI
19645c41b48SClemens Ladisch	tristate "C-Media 8338, 8738, 8768, 8770"
197230b5c1aSTakashi Iwai	select SND_OPL3_LIB
198230b5c1aSTakashi Iwai	select SND_MPU401_UART
199230b5c1aSTakashi Iwai	select SND_PCM
200230b5c1aSTakashi Iwai	help
20145c41b48SClemens Ladisch	  If you want to use soundcards based on C-Media CMI8338, CMI8738,
20245c41b48SClemens Ladisch	  CMI8768 or CMI8770 chips, say Y here and read
203230b5c1aSTakashi Iwai	  <file:Documentation/sound/alsa/CMIPCI.txt>.
204230b5c1aSTakashi Iwai
205230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
206230b5c1aSTakashi Iwai	  will be called snd-cmipci.
207230b5c1aSTakashi Iwai
208d0ce9946SClemens Ladischconfig SND_OXYGEN_LIB
209d0ce9946SClemens Ladisch        tristate
210d0ce9946SClemens Ladisch
211d0ce9946SClemens Ladischconfig SND_OXYGEN
21245c1de8eSClemens Ladisch	tristate "C-Media 8787, 8788 (Oxygen)"
213d0ce9946SClemens Ladisch	select SND_OXYGEN_LIB
21499f08bf5SClemens Ladisch	select SND_PCM
21599f08bf5SClemens Ladisch	select SND_MPU401_UART
216d0ce9946SClemens Ladisch	help
217d0ce9946SClemens Ladisch	  Say Y here to include support for sound cards based on the
218d0ce9946SClemens Ladisch	  C-Media CMI8788 (Oxygen HD Audio) chip:
219d0ce9946SClemens Ladisch	   * Asound A-8788
220d0ce9946SClemens Ladisch	   * AuzenTech X-Meridian
221*8443d2ebSClemens Ladisch	   * AuzenTech X-Meridian 2G
222d0ce9946SClemens Ladisch	   * Bgears b-Enspirer
223d0ce9946SClemens Ladisch	   * Club3D Theatron DTS
224de04b102SClemens Ladisch	   * HT-Omega Claro (plus)
225de04b102SClemens Ladisch	   * HT-Omega Claro halo (XT)
22631f86bacSClemens Ladisch	   * Kuroutoshikou CMI8787-HG2PCI
227d0ce9946SClemens Ladisch	   * Razer Barracuda AC-1
228d0ce9946SClemens Ladisch	   * Sondigo Inferno
22945c1de8eSClemens Ladisch	   * TempoTec/MediaTek HiFier Fantasia
2302146dcfdSClemens Ladisch	   * TempoTec/MediaTek HiFier Serenade
231d0ce9946SClemens Ladisch
232d0ce9946SClemens Ladisch	  To compile this driver as a module, choose M here: the module
233d0ce9946SClemens Ladisch	  will be called snd-oxygen.
234d0ce9946SClemens Ladisch
235230b5c1aSTakashi Iwaiconfig SND_CS4281
236230b5c1aSTakashi Iwai	tristate "Cirrus Logic (Sound Fusion) CS4281"
237230b5c1aSTakashi Iwai	select SND_OPL3_LIB
238230b5c1aSTakashi Iwai	select SND_RAWMIDI
239230b5c1aSTakashi Iwai	select SND_AC97_CODEC
240230b5c1aSTakashi Iwai	help
241230b5c1aSTakashi Iwai	  Say Y here to include support for Cirrus Logic CS4281 chips.
242230b5c1aSTakashi Iwai
243230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
244230b5c1aSTakashi Iwai	  will be called snd-cs4281.
245230b5c1aSTakashi Iwai
2461da177e4SLinus Torvaldsconfig SND_CS46XX
2471da177e4SLinus Torvalds	tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
2481da177e4SLinus Torvalds	select SND_RAWMIDI
2491da177e4SLinus Torvalds	select SND_AC97_CODEC
2501da177e4SLinus Torvalds	help
2511da177e4SLinus Torvalds	  Say Y here to include support for Cirrus Logic CS4610/CS4612/
2521da177e4SLinus Torvalds	  CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
2531da177e4SLinus Torvalds
2541da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
2551da177e4SLinus Torvalds	  will be called snd-cs46xx.
2561da177e4SLinus Torvalds
2571da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP
258675b4e59STakashi Iwai	bool "Cirrus Logic (Sound Fusion) New DSP support"
259675b4e59STakashi Iwai	depends on SND_CS46XX
260675b4e59STakashi Iwai	default y
2611da177e4SLinus Torvalds	help
2621da177e4SLinus Torvalds	  Say Y here to use a new DSP image for SPDIF and dual codecs.
2631da177e4SLinus Torvalds
2641da177e4SLinus Torvalds	  This works better than the old code, so say Y.
2651da177e4SLinus Torvalds
266621887aeSTakashi Iwaiconfig SND_CS5530
267621887aeSTakashi Iwai	tristate "CS5530 Audio"
26889fe5117STakashi Iwai	depends on ISA_DMA_API
269dda369cfSTakashi Iwai	select SND_SB16_DSP
270621887aeSTakashi Iwai	help
271621887aeSTakashi Iwai	  Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
272621887aeSTakashi Iwai
273621887aeSTakashi Iwai	  To compile this driver as a module, choose M here: the module
274621887aeSTakashi Iwai	  will be called snd-cs5530.
275621887aeSTakashi Iwai
276230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO
2779ac25594SJaya Kumar	tristate "CS5535/CS5536 Audio"
278230b5c1aSTakashi Iwai	select SND_PCM
2791da177e4SLinus Torvalds	select SND_AC97_CODEC
2801da177e4SLinus Torvalds	help
281230b5c1aSTakashi Iwai	  Say Y here to include support for audio on CS5535 chips. It is
282230b5c1aSTakashi Iwai	  referred to as NS CS5535 IO or AMD CS5535 IO companion in
2839ac25594SJaya Kumar	  various literature. This driver also supports the CS5536 audio
2849ac25594SJaya Kumar	  device. However, for both chips, on certain boards, you may
2859ac25594SJaya Kumar	  need to use ac97_quirk=hp_only if your board has physically
2869ac25594SJaya Kumar	  mapped headphone out to master output. If that works for you,
2879ac25594SJaya Kumar	  send lspci -vvv output to the mailing list so that your board
2889ac25594SJaya Kumar	  can be identified in the quirks list.
2891da177e4SLinus Torvalds
2901da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
291230b5c1aSTakashi Iwai	  will be called snd-cs5535audio.
2921da177e4SLinus Torvalds
2938cc72361SWai Yew CHAYconfig SND_CTXFI
2948cc72361SWai Yew CHAY	tristate "Creative Sound Blaster X-Fi"
2958cc72361SWai Yew CHAY	select SND_PCM
2968cc72361SWai Yew CHAY	help
2978cc72361SWai Yew CHAY	  If you want to use soundcards based on Creative Sound Blastr X-Fi
2988cc72361SWai Yew CHAY	  boards with 20k1 or 20k2 chips, say Y here.
2998cc72361SWai Yew CHAY
3008cc72361SWai Yew CHAY	  To compile this driver as a module, choose M here: the module
3018cc72361SWai Yew CHAY	  will be called snd-ctxfi.
3028cc72361SWai Yew CHAY
303dd7b254dSGiuliano Pochiniconfig SND_DARLA20
304dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Darla20"
3058a89876bSClemens Ladisch	select FW_LOADER
306dd7b254dSGiuliano Pochini	select SND_PCM
307dd7b254dSGiuliano Pochini	help
308dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Darla.
309dd7b254dSGiuliano Pochini
310dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
311dd7b254dSGiuliano Pochini	  will be called snd-darla20
312dd7b254dSGiuliano Pochini
313dd7b254dSGiuliano Pochiniconfig SND_GINA20
314dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Gina20"
3158a89876bSClemens Ladisch	select FW_LOADER
316dd7b254dSGiuliano Pochini	select SND_PCM
317dd7b254dSGiuliano Pochini	help
318dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina.
319dd7b254dSGiuliano Pochini
320dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
321dd7b254dSGiuliano Pochini	  will be called snd-gina20
322dd7b254dSGiuliano Pochini
323dd7b254dSGiuliano Pochiniconfig SND_LAYLA20
324dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Layla20"
3258a89876bSClemens Ladisch	select FW_LOADER
326dd7b254dSGiuliano Pochini	select SND_RAWMIDI
327dd7b254dSGiuliano Pochini	select SND_PCM
328dd7b254dSGiuliano Pochini	help
329dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Layla.
330dd7b254dSGiuliano Pochini
331dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
332dd7b254dSGiuliano Pochini	  will be called snd-layla20
333dd7b254dSGiuliano Pochini
334dd7b254dSGiuliano Pochiniconfig SND_DARLA24
335dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Darla24"
3368a89876bSClemens Ladisch	select FW_LOADER
337dd7b254dSGiuliano Pochini	select SND_PCM
338dd7b254dSGiuliano Pochini	help
339dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Darla24.
340dd7b254dSGiuliano Pochini
341dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
342dd7b254dSGiuliano Pochini	  will be called snd-darla24
343dd7b254dSGiuliano Pochini
344dd7b254dSGiuliano Pochiniconfig SND_GINA24
345dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Gina24"
3468a89876bSClemens Ladisch	select FW_LOADER
347dd7b254dSGiuliano Pochini	select SND_PCM
348dd7b254dSGiuliano Pochini	help
349dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina24.
350dd7b254dSGiuliano Pochini
351dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
352dd7b254dSGiuliano Pochini	  will be called snd-gina24
353dd7b254dSGiuliano Pochini
354dd7b254dSGiuliano Pochiniconfig SND_LAYLA24
355dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Layla24"
3568a89876bSClemens Ladisch	select FW_LOADER
357dd7b254dSGiuliano Pochini	select SND_RAWMIDI
358dd7b254dSGiuliano Pochini	select SND_PCM
359dd7b254dSGiuliano Pochini	help
360dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Layla24.
361dd7b254dSGiuliano Pochini
362dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
363dd7b254dSGiuliano Pochini	  will be called snd-layla24
364dd7b254dSGiuliano Pochini
365dd7b254dSGiuliano Pochiniconfig SND_MONA
366dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Mona"
3678a89876bSClemens Ladisch	select FW_LOADER
368dd7b254dSGiuliano Pochini	select SND_RAWMIDI
369dd7b254dSGiuliano Pochini	select SND_PCM
370dd7b254dSGiuliano Pochini	help
371dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Mona.
372dd7b254dSGiuliano Pochini
373dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
374dd7b254dSGiuliano Pochini	  will be called snd-mona
375dd7b254dSGiuliano Pochini
376dd7b254dSGiuliano Pochiniconfig SND_MIA
377dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Mia"
3788a89876bSClemens Ladisch	select FW_LOADER
379dd7b254dSGiuliano Pochini	select SND_RAWMIDI
380dd7b254dSGiuliano Pochini	select SND_PCM
381dd7b254dSGiuliano Pochini	help
382dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
383dd7b254dSGiuliano Pochini
384dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
385dd7b254dSGiuliano Pochini	  will be called snd-mia
386dd7b254dSGiuliano Pochini
387dd7b254dSGiuliano Pochiniconfig SND_ECHO3G
388dd7b254dSGiuliano Pochini	tristate "(Echoaudio) 3G cards"
3898a89876bSClemens Ladisch	select FW_LOADER
390dd7b254dSGiuliano Pochini	select SND_RAWMIDI
391dd7b254dSGiuliano Pochini	select SND_PCM
392dd7b254dSGiuliano Pochini	help
393dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
394dd7b254dSGiuliano Pochini
395dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
396dd7b254dSGiuliano Pochini	  will be called snd-echo3g
397dd7b254dSGiuliano Pochini
398dd7b254dSGiuliano Pochiniconfig SND_INDIGO
399dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo"
4008a89876bSClemens Ladisch	select FW_LOADER
401dd7b254dSGiuliano Pochini	select SND_PCM
402dd7b254dSGiuliano Pochini	help
403dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo.
404dd7b254dSGiuliano Pochini
405dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
406dd7b254dSGiuliano Pochini	  will be called snd-indigo
407dd7b254dSGiuliano Pochini
408dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO
409dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo IO"
4108a89876bSClemens Ladisch	select FW_LOADER
411dd7b254dSGiuliano Pochini	select SND_PCM
412dd7b254dSGiuliano Pochini	help
413dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
414dd7b254dSGiuliano Pochini
415dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
416dd7b254dSGiuliano Pochini	  will be called snd-indigoio
417dd7b254dSGiuliano Pochini
418dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ
419dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo DJ"
4208a89876bSClemens Ladisch	select FW_LOADER
421dd7b254dSGiuliano Pochini	select SND_PCM
422dd7b254dSGiuliano Pochini	help
423dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
424dd7b254dSGiuliano Pochini
425dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
426dd7b254dSGiuliano Pochini	  will be called snd-indigodj
427dd7b254dSGiuliano Pochini
428a2328d02SGiuliano Pochiniconfig SND_INDIGOIOX
429a2328d02SGiuliano Pochini	tristate "(Echoaudio) Indigo IOx"
430a2328d02SGiuliano Pochini	select FW_LOADER
431a2328d02SGiuliano Pochini	select SND_PCM
432a2328d02SGiuliano Pochini	help
433a2328d02SGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
434a2328d02SGiuliano Pochini
435a2328d02SGiuliano Pochini	  To compile this driver as a module, choose M here: the module
436a2328d02SGiuliano Pochini	  will be called snd-indigoiox
437a2328d02SGiuliano Pochini
438a2328d02SGiuliano Pochiniconfig SND_INDIGODJX
439a2328d02SGiuliano Pochini	tristate "(Echoaudio) Indigo DJx"
440a2328d02SGiuliano Pochini	select FW_LOADER
441a2328d02SGiuliano Pochini	select SND_PCM
442a2328d02SGiuliano Pochini	help
443a2328d02SGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
444a2328d02SGiuliano Pochini
445a2328d02SGiuliano Pochini	  To compile this driver as a module, choose M here: the module
446a2328d02SGiuliano Pochini	  will be called snd-indigodjx
447a2328d02SGiuliano Pochini
4481da177e4SLinus Torvaldsconfig SND_EMU10K1
4491da177e4SLinus Torvalds	tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
4509bf5f8aaSClemens Ladisch	select FW_LOADER
4511da177e4SLinus Torvalds	select SND_HWDEP
4521da177e4SLinus Torvalds	select SND_RAWMIDI
4531da177e4SLinus Torvalds	select SND_AC97_CODEC
4541da177e4SLinus Torvalds	help
4551da177e4SLinus Torvalds	  Say Y to include support for Sound Blaster PCI 512, Live!,
4561da177e4SLinus Torvalds	  Audigy and E-mu APS (partially supported) soundcards.
4571da177e4SLinus Torvalds
4581da177e4SLinus Torvalds	  The confusing multitude of mixer controls is documented in
4591da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
4601da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/Audigy-mixer.txt>.
4611da177e4SLinus Torvalds
4621da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4631da177e4SLinus Torvalds	  will be called snd-emu10k1.
4641da177e4SLinus Torvalds
4651da177e4SLinus Torvaldsconfig SND_EMU10K1X
4661da177e4SLinus Torvalds	tristate "Emu10k1X (Dell OEM Version)"
4671da177e4SLinus Torvalds	select SND_AC97_CODEC
4681da177e4SLinus Torvalds	select SND_RAWMIDI
4691da177e4SLinus Torvalds	help
4701da177e4SLinus Torvalds	  Say Y here to include support for the Dell OEM version of the
4711da177e4SLinus Torvalds	  Sound Blaster Live!.
4721da177e4SLinus Torvalds
4731da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4741da177e4SLinus Torvalds	  will be called snd-emu10k1x.
4751da177e4SLinus Torvalds
4761da177e4SLinus Torvaldsconfig SND_ENS1370
4771da177e4SLinus Torvalds	tristate "(Creative) Ensoniq AudioPCI 1370"
4781da177e4SLinus Torvalds	select SND_RAWMIDI
4791da177e4SLinus Torvalds	select SND_PCM
4801da177e4SLinus Torvalds	help
4811da177e4SLinus Torvalds	  Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
4821da177e4SLinus Torvalds
4831da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4841da177e4SLinus Torvalds	  will be called snd-ens1370.
4851da177e4SLinus Torvalds
4861da177e4SLinus Torvaldsconfig SND_ENS1371
4871da177e4SLinus Torvalds	tristate "(Creative) Ensoniq AudioPCI 1371/1373"
4881da177e4SLinus Torvalds	select SND_RAWMIDI
4891da177e4SLinus Torvalds	select SND_AC97_CODEC
4901da177e4SLinus Torvalds	help
4911da177e4SLinus Torvalds	  Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
4921da177e4SLinus Torvalds	  Sound Blaster PCI 64 or 128 soundcards.
4931da177e4SLinus Torvalds
4941da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4951da177e4SLinus Torvalds	  will be called snd-ens1371.
4961da177e4SLinus Torvalds
4971da177e4SLinus Torvaldsconfig SND_ES1938
4981da177e4SLinus Torvalds	tristate "ESS ES1938/1946/1969 (Solo-1)"
4991da177e4SLinus Torvalds	select SND_OPL3_LIB
5001da177e4SLinus Torvalds	select SND_MPU401_UART
5011da177e4SLinus Torvalds	select SND_AC97_CODEC
5021da177e4SLinus Torvalds	help
5031da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on ESS Solo-1
5041da177e4SLinus Torvalds	  (ES1938, ES1946, ES1969) chips.
5051da177e4SLinus Torvalds
5061da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
5071da177e4SLinus Torvalds	  will be called snd-es1938.
5081da177e4SLinus Torvalds
5091da177e4SLinus Torvaldsconfig SND_ES1968
5101da177e4SLinus Torvalds	tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
5111da177e4SLinus Torvalds	select SND_MPU401_UART
5121da177e4SLinus Torvalds	select SND_AC97_CODEC
5131da177e4SLinus Torvalds	help
5141da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on ESS Maestro
5151da177e4SLinus Torvalds	  1/2/2E chips.
5161da177e4SLinus Torvalds
5171da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
5181da177e4SLinus Torvalds	  will be called snd-es1968.
5191da177e4SLinus Torvalds
5205a5e02e5SHans de Goedeconfig SND_ES1968_INPUT
5215a5e02e5SHans de Goede	bool "Enable input device for es1968 volume buttons"
5225a5e02e5SHans de Goede	depends on SND_ES1968
5235a5e02e5SHans de Goede	depends on INPUT=y || INPUT=SND_ES1968
5245a5e02e5SHans de Goede	help
5255a5e02e5SHans de Goede	  If you say Y here, you will get an input device which reports
5265a5e02e5SHans de Goede	  keypresses for the volume buttons connected to the es1968 chip.
5275a5e02e5SHans de Goede	  If you say N the buttons will directly control the master volume.
5285a5e02e5SHans de Goede	  It is recommended to say Y.
5295a5e02e5SHans de Goede
5301da177e4SLinus Torvaldsconfig SND_FM801
5311da177e4SLinus Torvalds	tristate "ForteMedia FM801"
5321da177e4SLinus Torvalds	select SND_OPL3_LIB
5331da177e4SLinus Torvalds	select SND_MPU401_UART
5341da177e4SLinus Torvalds	select SND_AC97_CODEC
5351da177e4SLinus Torvalds	help
5361da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the ForteMedia
5371da177e4SLinus Torvalds	  FM801 chip.
5381da177e4SLinus Torvalds
5391da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
5401da177e4SLinus Torvalds	  will be called snd-fm801.
5411da177e4SLinus Torvalds
542efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL
543efce4bb9SAdrian Bunk	bool "ForteMedia FM801 + TEA5757 tuner"
5441da177e4SLinus Torvalds	depends on SND_FM801
5459b76ede4SMauro Carvalho Chehab	depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
5461da177e4SLinus Torvalds	help
5471da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the ForteMedia
5481da177e4SLinus Torvalds	  FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
549efce4bb9SAdrian Bunk	  Forte SF256-PCS-02) into the snd-fm801 driver.
5501da177e4SLinus Torvalds
551efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X
552efce4bb9SAdrian Bunk	tristate
553efce4bb9SAdrian Bunk	depends on SND_FM801_TEA575X_BOOL
554efce4bb9SAdrian Bunk	default SND_FM801
5551da177e4SLinus Torvalds
55611b444d5STakashi Iwaisource "sound/pci/hda/Kconfig"
5577a5a27cfSTakashi Iwai
558230b5c1aSTakashi Iwaiconfig SND_HDSP
559230b5c1aSTakashi Iwai	tristate "RME Hammerfall DSP Audio"
560230b5c1aSTakashi Iwai	select SND_HWDEP
561230b5c1aSTakashi Iwai	select SND_RAWMIDI
562230b5c1aSTakashi Iwai	select SND_PCM
563230b5c1aSTakashi Iwai	help
564230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall DSP Audio
565230b5c1aSTakashi Iwai	  soundcards.
566230b5c1aSTakashi Iwai
567230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
568230b5c1aSTakashi Iwai	  will be called snd-hdsp.
569230b5c1aSTakashi Iwai
570511b4c17STakashi Iwaicomment "Don't forget to add built-in firmwares for HDSP driver"
571511b4c17STakashi Iwai	depends on SND_HDSP=y
572511b4c17STakashi Iwai
573230b5c1aSTakashi Iwaiconfig SND_HDSPM
574230b5c1aSTakashi Iwai	tristate "RME Hammerfall DSP MADI"
575230b5c1aSTakashi Iwai	select SND_HWDEP
576230b5c1aSTakashi Iwai	select SND_RAWMIDI
577230b5c1aSTakashi Iwai	select SND_PCM
578230b5c1aSTakashi Iwai	help
579230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall DSP MADI
580230b5c1aSTakashi Iwai	  soundcards.
581230b5c1aSTakashi Iwai
582230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
583230b5c1aSTakashi Iwai	  will be called snd-hdspm.
584230b5c1aSTakashi Iwai
5851da177e4SLinus Torvaldsconfig SND_ICE1712
5861da177e4SLinus Torvalds	tristate "ICEnsemble ICE1712 (Envy24)"
5871da177e4SLinus Torvalds	select SND_MPU401_UART
5881da177e4SLinus Torvalds	select SND_AC97_CODEC
589401de818SAkinobu Mita	select BITREVERSE
5901da177e4SLinus Torvalds	help
5911da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the
5921da177e4SLinus Torvalds	  ICE1712 (Envy24) chip.
5931da177e4SLinus Torvalds
5941da177e4SLinus Torvalds	  Currently supported hardware is: M-Audio Delta 1010(LT),
5951da177e4SLinus Torvalds	  DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
5966e8d90cdSAlexander Beregalov	  TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
5976e8d90cdSAlexander Beregalov	  Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
5986e8d90cdSAlexander Beregalov	  Lionstracs Mediastation, Terrasoniq TS 88.
5991da177e4SLinus Torvalds
6001da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6011da177e4SLinus Torvalds	  will be called snd-ice1712.
6021da177e4SLinus Torvalds
6031da177e4SLinus Torvaldsconfig SND_ICE1724
6041da177e4SLinus Torvalds	tristate "ICE/VT1724/1720 (Envy24HT/PT)"
605aea3bfbcSClemens Ladisch	select SND_RAWMIDI
6061da177e4SLinus Torvalds	select SND_AC97_CODEC
607d16be8edSPavel Hofman	select SND_VMASTER
6081da177e4SLinus Torvalds	help
6091da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on
6101da177e4SLinus Torvalds	  ICE/VT1724/1720 (Envy24HT/PT) chips.
6111da177e4SLinus Torvalds
6121da177e4SLinus Torvalds	  Currently supported hardware is: AMP AUDIO2000; M-Audio
6136e8d90cdSAlexander Beregalov	  Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
6146e8d90cdSAlexander Beregalov	  7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
6156e8d90cdSAlexander Beregalov	  AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
6166e8d90cdSAlexander Beregalov	  Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
6176e8d90cdSAlexander Beregalov	  192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
6186e8d90cdSAlexander Beregalov	  AV-710; Shuttle SN25P.
6191da177e4SLinus Torvalds
6201da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6211da177e4SLinus Torvalds	  will be called snd-ice1724.
6221da177e4SLinus Torvalds
6231da177e4SLinus Torvaldsconfig SND_INTEL8X0
6241da177e4SLinus Torvalds	tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
6251da177e4SLinus Torvalds	select SND_AC97_CODEC
6261da177e4SLinus Torvalds	help
6271da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
6281da177e4SLinus Torvalds	  device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
6291da177e4SLinus Torvalds	  ALi chipsets using the M5455 Audio Controller.  (There is a
6301da177e4SLinus Torvalds	  separate driver for ALi M5451 Audio Controllers.)
6311da177e4SLinus Torvalds
6321da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6331da177e4SLinus Torvalds	  will be called snd-intel8x0.
6341da177e4SLinus Torvalds
6351da177e4SLinus Torvaldsconfig SND_INTEL8X0M
636cf1756e9STakashi Iwai	tristate "Intel/SiS/nVidia/AMD MC97 Modem"
6371da177e4SLinus Torvalds	select SND_AC97_CODEC
6381da177e4SLinus Torvalds	help
6391da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
6401da177e4SLinus Torvalds	  motherboards with Intel/SiS/nVidia/AMD chipsets.
6411da177e4SLinus Torvalds
6421da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6431da177e4SLinus Torvalds	  will be called snd-intel8x0m.
6441da177e4SLinus Torvalds
645230b5c1aSTakashi Iwaiconfig SND_KORG1212
646230b5c1aSTakashi Iwai	tristate "Korg 1212 IO"
647230b5c1aSTakashi Iwai	select SND_PCM
648230b5c1aSTakashi Iwai	help
649230b5c1aSTakashi Iwai	  Say Y here to include support for Korg 1212IO soundcards.
650230b5c1aSTakashi Iwai
651230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
652230b5c1aSTakashi Iwai	  will be called snd-korg1212.
653230b5c1aSTakashi Iwai
65402bec490STim Blechmannconfig SND_LX6464ES
65502bec490STim Blechmann	tristate "Digigram LX6464ES"
65602bec490STim Blechmann	select SND_PCM
65702bec490STim Blechmann	help
65802bec490STim Blechmann	  Say Y here to include support for Digigram LX6464ES boards.
65902bec490STim Blechmann
66002bec490STim Blechmann	  To compile this driver as a module, choose M here: the module
66102bec490STim Blechmann	  will be called snd-lx6464es.
66202bec490STim Blechmann
66302bec490STim Blechmann
664230b5c1aSTakashi Iwaiconfig SND_MAESTRO3
665230b5c1aSTakashi Iwai	tristate "ESS Allegro/Maestro3"
666230b5c1aSTakashi Iwai	select SND_AC97_CODEC
667230b5c1aSTakashi Iwai	help
668230b5c1aSTakashi Iwai	  Say Y here to include support for soundcards based on ESS Maestro 3
669230b5c1aSTakashi Iwai	  (Allegro) chips.
670230b5c1aSTakashi Iwai
671230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
672230b5c1aSTakashi Iwai	  will be called snd-maestro3.
673230b5c1aSTakashi Iwai
674eb581adfSHans de Goedeconfig SND_MAESTRO3_INPUT
675eb581adfSHans de Goede	bool "Enable input device for maestro3 volume buttons"
676eb581adfSHans de Goede	depends on SND_MAESTRO3
677eb581adfSHans de Goede	depends on INPUT=y || INPUT=SND_MAESTRO3
678eb581adfSHans de Goede	help
679eb581adfSHans de Goede	  If you say Y here, you will get an input device which reports
680eb581adfSHans de Goede	  keypresses for the volume buttons connected to the maestro3 chip.
681eb581adfSHans de Goede	  If you say N the buttons will directly control the master volume.
682eb581adfSHans de Goede	  It is recommended to say Y.
683eb581adfSHans de Goede
684230b5c1aSTakashi Iwaiconfig SND_MIXART
685230b5c1aSTakashi Iwai	tristate "Digigram miXart"
686230b5c1aSTakashi Iwai	select SND_HWDEP
687230b5c1aSTakashi Iwai	select SND_PCM
688230b5c1aSTakashi Iwai	help
689230b5c1aSTakashi Iwai	  If you want to use Digigram miXart soundcards, say Y here and
690230b5c1aSTakashi Iwai	  read <file:Documentation/sound/alsa/MIXART.txt>.
691230b5c1aSTakashi Iwai
692230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
693230b5c1aSTakashi Iwai	  will be called snd-mixart.
694230b5c1aSTakashi Iwai
695230b5c1aSTakashi Iwaiconfig SND_NM256
696230b5c1aSTakashi Iwai	tristate "NeoMagic NM256AV/ZX"
697230b5c1aSTakashi Iwai	select SND_AC97_CODEC
698230b5c1aSTakashi Iwai	help
699230b5c1aSTakashi Iwai	  Say Y here to include support for NeoMagic NM256AV/ZX chips.
700230b5c1aSTakashi Iwai
701230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
702230b5c1aSTakashi Iwai	  will be called snd-nm256.
703230b5c1aSTakashi Iwai
704e12229b4SMarkus Bollingerconfig SND_PCXHR
705e12229b4SMarkus Bollinger	tristate "Digigram PCXHR"
706e12229b4SMarkus Bollinger	select SND_PCM
707e12229b4SMarkus Bollinger	select SND_HWDEP
708e12229b4SMarkus Bollinger	help
709e12229b4SMarkus Bollinger	  Say Y here to include support for Digigram PCXHR boards.
710e12229b4SMarkus Bollinger
711e12229b4SMarkus Bollinger	  To compile this driver as a module, choose M here: the module
712e12229b4SMarkus Bollinger	  will be called snd-pcxhr.
713e12229b4SMarkus Bollinger
714109a9638SPeter Gruberconfig SND_RIPTIDE
715109a9638SPeter Gruber	tristate "Conexant Riptide"
7168a89876bSClemens Ladisch	select FW_LOADER
717109a9638SPeter Gruber	select SND_OPL3_LIB
718109a9638SPeter Gruber	select SND_MPU401_UART
719109a9638SPeter Gruber	select SND_AC97_CODEC
720109a9638SPeter Gruber	help
721109a9638SPeter Gruber	  Say 'Y' or 'M' to include support for Conexant Riptide chip.
722109a9638SPeter Gruber
723109a9638SPeter Gruber	  To compile this driver as a module, choose M here: the module
724109a9638SPeter Gruber	  will be called snd-riptide
725109a9638SPeter Gruber
726230b5c1aSTakashi Iwaiconfig SND_RME32
727230b5c1aSTakashi Iwai	tristate "RME Digi32, 32/8, 32 PRO"
728230b5c1aSTakashi Iwai	select SND_PCM
729230b5c1aSTakashi Iwai	help
730230b5c1aSTakashi Iwai	  Say Y to include support for RME Digi32, Digi32 PRO and
731230b5c1aSTakashi Iwai	  Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
732230b5c1aSTakashi Iwai	  devices.
733230b5c1aSTakashi Iwai
734230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
735230b5c1aSTakashi Iwai	  will be called snd-rme32.
736230b5c1aSTakashi Iwai
737230b5c1aSTakashi Iwaiconfig SND_RME96
738230b5c1aSTakashi Iwai	tristate "RME Digi96, 96/8, 96/8 PRO"
739230b5c1aSTakashi Iwai	select SND_PCM
740230b5c1aSTakashi Iwai	help
741230b5c1aSTakashi Iwai	  Say Y here to include support for RME Digi96, Digi96/8 and
742230b5c1aSTakashi Iwai	  Digi96/8 PRO/PAD/PST soundcards.
743230b5c1aSTakashi Iwai
744230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
745230b5c1aSTakashi Iwai	  will be called snd-rme96.
746230b5c1aSTakashi Iwai
747230b5c1aSTakashi Iwaiconfig SND_RME9652
748230b5c1aSTakashi Iwai	tristate "RME Digi9652 (Hammerfall)"
749230b5c1aSTakashi Iwai	select SND_PCM
750230b5c1aSTakashi Iwai	help
751230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall (RME
752230b5c1aSTakashi Iwai	  Digi9652/Digi9636) soundcards.
753230b5c1aSTakashi Iwai
754230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
755230b5c1aSTakashi Iwai	  will be called snd-rme9652.
756230b5c1aSTakashi Iwai
757175859bfSDavid Dillowconfig SND_SIS7019
758175859bfSDavid Dillow	tristate "SiS 7019 Audio Accelerator"
75989fe5117STakashi Iwai	depends on X86 && !X86_64
760175859bfSDavid Dillow	select SND_AC97_CODEC
761175859bfSDavid Dillow	help
762175859bfSDavid Dillow	  Say Y here to include support for the SiS 7019 Audio Accelerator.
763175859bfSDavid Dillow
764175859bfSDavid Dillow	  To compile this driver as a module, choose M here: the module
765175859bfSDavid Dillow	  will be called snd-sis7019.
766175859bfSDavid Dillow
7671da177e4SLinus Torvaldsconfig SND_SONICVIBES
7681da177e4SLinus Torvalds	tristate "S3 SonicVibes"
7691da177e4SLinus Torvalds	select SND_OPL3_LIB
7701da177e4SLinus Torvalds	select SND_MPU401_UART
7711da177e4SLinus Torvalds	select SND_AC97_CODEC
7721da177e4SLinus Torvalds	help
7731da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the S3
7741da177e4SLinus Torvalds	  SonicVibes chip.
7751da177e4SLinus Torvalds
7761da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
7771da177e4SLinus Torvalds	  will be called snd-sonicvibes.
7781da177e4SLinus Torvalds
779230b5c1aSTakashi Iwaiconfig SND_TRIDENT
780230b5c1aSTakashi Iwai	tristate "Trident 4D-Wave DX/NX; SiS 7018"
781230b5c1aSTakashi Iwai	select SND_MPU401_UART
782230b5c1aSTakashi Iwai	select SND_AC97_CODEC
783230b5c1aSTakashi Iwai	help
784230b5c1aSTakashi Iwai	  Say Y here to include support for soundcards based on Trident
785230b5c1aSTakashi Iwai	  4D-Wave DX/NX or SiS 7018 chips.
786230b5c1aSTakashi Iwai
787230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
788230b5c1aSTakashi Iwai	  will be called snd-trident.
789230b5c1aSTakashi Iwai
7901da177e4SLinus Torvaldsconfig SND_VIA82XX
7911da177e4SLinus Torvalds	tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
7921da177e4SLinus Torvalds	select SND_MPU401_UART
7931da177e4SLinus Torvalds	select SND_AC97_CODEC
7941da177e4SLinus Torvalds	help
7951da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
7961da177e4SLinus Torvalds	  device on motherboards with VIA chipsets.
7971da177e4SLinus Torvalds
7981da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
7991da177e4SLinus Torvalds	  will be called snd-via82xx.
8001da177e4SLinus Torvalds
8011da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM
8021da177e4SLinus Torvalds	tristate "VIA 82C686A/B, 8233 based Modems"
8031da177e4SLinus Torvalds	select SND_AC97_CODEC
8041da177e4SLinus Torvalds	help
8051da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
8061da177e4SLinus Torvalds	  motherboards with VIA chipsets.
8071da177e4SLinus Torvalds
8081da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8091da177e4SLinus Torvalds	  will be called snd-via82xx-modem.
8101da177e4SLinus Torvalds
8111b8ff22fSClemens Ladischconfig SND_VIRTUOSO
81251485e8eSClemens Ladisch	tristate "Asus Virtuoso 66/100/200 (Xonar)"
8131b8ff22fSClemens Ladisch	select SND_OXYGEN_LIB
81499f08bf5SClemens Ladisch	select SND_PCM
81599f08bf5SClemens Ladisch	select SND_MPU401_UART
816435feac6SClemens Ladisch	select SND_JACK if INPUT=y || INPUT=SND
8171b8ff22fSClemens Ladisch	help
8181b8ff22fSClemens Ladisch	  Say Y here to include support for sound cards based on the
81951485e8eSClemens Ladisch	  Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS,
82004f9890dSClemens Ladisch	  Essence ST (Deluxe), and Essence STX.
8212509ec62SClemens Ladisch	  Support for the HDAV1.3 (Deluxe) is experimental; for the
82251485e8eSClemens Ladisch	  HDAV1.3 Slim and Xense, missing.
8231b8ff22fSClemens Ladisch
8241b8ff22fSClemens Ladisch	  To compile this driver as a module, choose M here: the module
8251b8ff22fSClemens Ladisch	  will be called snd-virtuoso.
8261b8ff22fSClemens Ladisch
8271da177e4SLinus Torvaldsconfig SND_VX222
8281da177e4SLinus Torvalds	tristate "Digigram VX222"
8291da177e4SLinus Torvalds	select SND_VX_LIB
8301da177e4SLinus Torvalds	help
8311da177e4SLinus Torvalds	  Say Y here to include support for Digigram VX222 soundcards.
8321da177e4SLinus Torvalds
8331da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8341da177e4SLinus Torvalds	  will be called snd-vx222.
8351da177e4SLinus Torvalds
836230b5c1aSTakashi Iwaiconfig SND_YMFPCI
837230b5c1aSTakashi Iwai	tristate "Yamaha YMF724/740/744/754"
838230b5c1aSTakashi Iwai	select SND_OPL3_LIB
839230b5c1aSTakashi Iwai	select SND_MPU401_UART
840230b5c1aSTakashi Iwai	select SND_AC97_CODEC
8411da177e4SLinus Torvalds	help
842230b5c1aSTakashi Iwai	  Say Y here to include support for Yamaha PCI audio chips -
843230b5c1aSTakashi Iwai	  YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
8441da177e4SLinus Torvalds
8451da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
846230b5c1aSTakashi Iwai	  will be called snd-ymfpci.
8471da177e4SLinus Torvalds
84889fe5117STakashi Iwaiendif	# SND_PCI
849