xref: /openbmc/linux/sound/pci/Kconfig (revision de04b102bfc9a13e96f0892305b394077ffb6514)
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
611da177e4SLinus Torvaldsconfig SND_ATIIXP
621da177e4SLinus Torvalds	tristate "ATI IXP AC97 Controller"
631da177e4SLinus Torvalds	select SND_AC97_CODEC
641da177e4SLinus Torvalds	help
651da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
661da177e4SLinus Torvalds	  device on motherboards with ATI chipsets (ATI IXP 150/200/250/
671da177e4SLinus Torvalds	  300/400).
681da177e4SLinus Torvalds
691da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
701da177e4SLinus Torvalds	  will be called snd-atiixp.
711da177e4SLinus Torvalds
721da177e4SLinus Torvaldsconfig SND_ATIIXP_MODEM
731da177e4SLinus Torvalds	tristate "ATI IXP Modem"
741da177e4SLinus Torvalds	select SND_AC97_CODEC
751da177e4SLinus Torvalds	help
761da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
771da177e4SLinus Torvalds	  motherboards with ATI chipsets (ATI IXP 150/200/250).
781da177e4SLinus Torvalds
791da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
801da177e4SLinus Torvalds	  will be called snd-atiixp-modem.
811da177e4SLinus Torvalds
821da177e4SLinus Torvaldsconfig SND_AU8810
831da177e4SLinus Torvalds	tristate "Aureal Advantage"
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	select SND_MPU401_UART
991da177e4SLinus Torvalds	select SND_AC97_CODEC
1001da177e4SLinus Torvalds	help
1011da177e4SLinus Torvalds	  Say Y here to include support for Aureal Vortex soundcards.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  Supported features: Hardware Mixer and SRC. For more info, email
1041da177e4SLinus Torvalds	  the ALSA developer list, or <mjander@users.sourceforge.net>.
1051da177e4SLinus Torvalds
1061da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1071da177e4SLinus Torvalds	  will be called snd-au8820.
1081da177e4SLinus Torvalds
1091da177e4SLinus Torvaldsconfig SND_AU8830
1101da177e4SLinus Torvalds	tristate "Aureal Vortex 2"
1111da177e4SLinus Torvalds	select SND_MPU401_UART
1121da177e4SLinus Torvalds	select SND_AC97_CODEC
1131da177e4SLinus Torvalds	help
1141da177e4SLinus Torvalds	  Say Y here to include support for Aureal Vortex 2 soundcards.
1151da177e4SLinus Torvalds
1161da177e4SLinus Torvalds	  Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
1171da177e4SLinus Torvalds	  3D support code is in place, but not yet useable. For more info,
1181da177e4SLinus Torvalds	  email the ALSA developer list, or <mjander@users.sourceforge.net>.
1191da177e4SLinus Torvalds
1201da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1211da177e4SLinus Torvalds	  will be called snd-au8830.
1221da177e4SLinus Torvalds
12398f2a97fSCedric Bregardisconfig SND_AW2
12498f2a97fSCedric Bregardis	tristate "Emagic Audiowerk 2"
12598f2a97fSCedric Bregardis	help
12698f2a97fSCedric Bregardis	  Say Y here to include support for Emagic Audiowerk 2 soundcards.
12798f2a97fSCedric Bregardis
12898f2a97fSCedric Bregardis	  Supported features: Analog and SPDIF output. Analog or SPDIF input.
12998f2a97fSCedric Bregardis	  Note: Switch between analog and digital input does not always work.
13098f2a97fSCedric Bregardis	  It can produce continuous noise. The workaround is to switch again
13198f2a97fSCedric Bregardis	  (and again) between digital and analog input until it works.
13298f2a97fSCedric Bregardis
13398f2a97fSCedric Bregardis	  To compile this driver as a module, choose M here: the module
13498f2a97fSCedric Bregardis	  will be called snd-aw2.
13598f2a97fSCedric Bregardis
13698f2a97fSCedric Bregardis
1371da177e4SLinus Torvaldsconfig SND_AZT3328
1381da177e4SLinus Torvalds	tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
13989fe5117STakashi Iwai	depends on EXPERIMENTAL
1401da177e4SLinus Torvalds	select SND_OPL3_LIB
1411da177e4SLinus Torvalds	select SND_MPU401_UART
1421da177e4SLinus Torvalds	select SND_PCM
1431da177e4SLinus Torvalds	help
1441da177e4SLinus Torvalds	  Say Y here to include support for Aztech AZF3328 (PCI168)
1451da177e4SLinus Torvalds	  soundcards.
1461da177e4SLinus Torvalds
1471da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1481da177e4SLinus Torvalds	  will be called snd-azt3328.
1491da177e4SLinus Torvalds
1501da177e4SLinus Torvaldsconfig SND_BT87X
1511da177e4SLinus Torvalds	tristate "Bt87x Audio Capture"
1521da177e4SLinus Torvalds	select SND_PCM
1531da177e4SLinus Torvalds	help
1541da177e4SLinus Torvalds	  If you want to record audio from TV cards based on
1551da177e4SLinus Torvalds	  Brooktree Bt878/Bt879 chips, say Y here and read
1561da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/Bt87x.txt>.
1571da177e4SLinus Torvalds
1581da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
1591da177e4SLinus Torvalds	  will be called snd-bt87x.
1601da177e4SLinus Torvalds
1611da177e4SLinus Torvaldsconfig SND_BT87X_OVERCLOCK
1621da177e4SLinus Torvalds	bool "Bt87x Audio overclocking"
1631da177e4SLinus Torvalds	depends on SND_BT87X
1641da177e4SLinus Torvalds	help
1651da177e4SLinus Torvalds	  Say Y here if 448000 Hz isn't enough for you and you want to
1661da177e4SLinus Torvalds	  record from the analog input with up to 1792000 Hz.
1671da177e4SLinus Torvalds
1681da177e4SLinus Torvalds	  Higher sample rates won't hurt your hardware, but audio
1691da177e4SLinus Torvalds	  quality may suffer.
1701da177e4SLinus Torvalds
171230b5c1aSTakashi Iwaiconfig SND_CA0106
172230b5c1aSTakashi Iwai	tristate "SB Audigy LS / Live 24bit"
173230b5c1aSTakashi Iwai	select SND_AC97_CODEC
174230b5c1aSTakashi Iwai	select SND_RAWMIDI
17549c88b85STakashi Iwai	select SND_VMASTER
176230b5c1aSTakashi Iwai	help
177230b5c1aSTakashi Iwai	  Say Y here to include support for the Sound Blaster Audigy LS
178230b5c1aSTakashi Iwai	  and Live 24bit.
179230b5c1aSTakashi Iwai
180230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
181230b5c1aSTakashi Iwai	  will be called snd-ca0106.
182230b5c1aSTakashi Iwai
183230b5c1aSTakashi Iwaiconfig SND_CMIPCI
18445c41b48SClemens Ladisch	tristate "C-Media 8338, 8738, 8768, 8770"
185230b5c1aSTakashi Iwai	select SND_OPL3_LIB
186230b5c1aSTakashi Iwai	select SND_MPU401_UART
187230b5c1aSTakashi Iwai	select SND_PCM
188230b5c1aSTakashi Iwai	help
18945c41b48SClemens Ladisch	  If you want to use soundcards based on C-Media CMI8338, CMI8738,
19045c41b48SClemens Ladisch	  CMI8768 or CMI8770 chips, say Y here and read
191230b5c1aSTakashi Iwai	  <file:Documentation/sound/alsa/CMIPCI.txt>.
192230b5c1aSTakashi Iwai
193230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
194230b5c1aSTakashi Iwai	  will be called snd-cmipci.
195230b5c1aSTakashi Iwai
196d0ce9946SClemens Ladischconfig SND_OXYGEN_LIB
197d0ce9946SClemens Ladisch        tristate
198d0ce9946SClemens Ladisch	select SND_PCM
199d0ce9946SClemens Ladisch	select SND_MPU401_UART
200d0ce9946SClemens Ladisch
201d0ce9946SClemens Ladischconfig SND_OXYGEN
202d0ce9946SClemens Ladisch	tristate "C-Media 8788 (Oxygen)"
203d0ce9946SClemens Ladisch	select SND_OXYGEN_LIB
204d0ce9946SClemens Ladisch	help
205d0ce9946SClemens Ladisch	  Say Y here to include support for sound cards based on the
206d0ce9946SClemens Ladisch	  C-Media CMI8788 (Oxygen HD Audio) chip:
207d0ce9946SClemens Ladisch	   * Asound A-8788
208d0ce9946SClemens Ladisch	   * AuzenTech X-Meridian
209d0ce9946SClemens Ladisch	   * Bgears b-Enspirer
210d0ce9946SClemens Ladisch	   * Club3D Theatron DTS
211*de04b102SClemens Ladisch	   * HT-Omega Claro (plus)
212*de04b102SClemens Ladisch	   * HT-Omega Claro halo (XT)
213d0ce9946SClemens Ladisch	   * Razer Barracuda AC-1
214d0ce9946SClemens Ladisch	   * Sondigo Inferno
215d0ce9946SClemens Ladisch
216d0ce9946SClemens Ladisch	  To compile this driver as a module, choose M here: the module
217d0ce9946SClemens Ladisch	  will be called snd-oxygen.
218d0ce9946SClemens Ladisch
219230b5c1aSTakashi Iwaiconfig SND_CS4281
220230b5c1aSTakashi Iwai	tristate "Cirrus Logic (Sound Fusion) CS4281"
221230b5c1aSTakashi Iwai	select SND_OPL3_LIB
222230b5c1aSTakashi Iwai	select SND_RAWMIDI
223230b5c1aSTakashi Iwai	select SND_AC97_CODEC
224230b5c1aSTakashi Iwai	help
225230b5c1aSTakashi Iwai	  Say Y here to include support for Cirrus Logic CS4281 chips.
226230b5c1aSTakashi Iwai
227230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
228230b5c1aSTakashi Iwai	  will be called snd-cs4281.
229230b5c1aSTakashi Iwai
2301da177e4SLinus Torvaldsconfig SND_CS46XX
2311da177e4SLinus Torvalds	tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
2321da177e4SLinus Torvalds	select SND_RAWMIDI
2331da177e4SLinus Torvalds	select SND_AC97_CODEC
2341da177e4SLinus Torvalds	help
2351da177e4SLinus Torvalds	  Say Y here to include support for Cirrus Logic CS4610/CS4612/
2361da177e4SLinus Torvalds	  CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
2371da177e4SLinus Torvalds
2381da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
2391da177e4SLinus Torvalds	  will be called snd-cs46xx.
2401da177e4SLinus Torvalds
2411da177e4SLinus Torvaldsconfig SND_CS46XX_NEW_DSP
242675b4e59STakashi Iwai	bool "Cirrus Logic (Sound Fusion) New DSP support"
243675b4e59STakashi Iwai	depends on SND_CS46XX
244675b4e59STakashi Iwai	default y
2451da177e4SLinus Torvalds	help
2461da177e4SLinus Torvalds	  Say Y here to use a new DSP image for SPDIF and dual codecs.
2471da177e4SLinus Torvalds
2481da177e4SLinus Torvalds	  This works better than the old code, so say Y.
2491da177e4SLinus Torvalds
250621887aeSTakashi Iwaiconfig SND_CS5530
251621887aeSTakashi Iwai	tristate "CS5530 Audio"
25289fe5117STakashi Iwai	depends on ISA_DMA_API
253dda369cfSTakashi Iwai	select SND_SB16_DSP
254621887aeSTakashi Iwai	help
255621887aeSTakashi Iwai	  Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
256621887aeSTakashi Iwai
257621887aeSTakashi Iwai	  To compile this driver as a module, choose M here: the module
258621887aeSTakashi Iwai	  will be called snd-cs5530.
259621887aeSTakashi Iwai
260230b5c1aSTakashi Iwaiconfig SND_CS5535AUDIO
2619ac25594SJaya Kumar	tristate "CS5535/CS5536 Audio"
26289fe5117STakashi Iwai	depends on X86 && !X86_64
263230b5c1aSTakashi Iwai	select SND_PCM
2641da177e4SLinus Torvalds	select SND_AC97_CODEC
2651da177e4SLinus Torvalds	help
266230b5c1aSTakashi Iwai	  Say Y here to include support for audio on CS5535 chips. It is
267230b5c1aSTakashi Iwai	  referred to as NS CS5535 IO or AMD CS5535 IO companion in
2689ac25594SJaya Kumar	  various literature. This driver also supports the CS5536 audio
2699ac25594SJaya Kumar	  device. However, for both chips, on certain boards, you may
2709ac25594SJaya Kumar	  need to use ac97_quirk=hp_only if your board has physically
2719ac25594SJaya Kumar	  mapped headphone out to master output. If that works for you,
2729ac25594SJaya Kumar	  send lspci -vvv output to the mailing list so that your board
2739ac25594SJaya Kumar	  can be identified in the quirks list.
2741da177e4SLinus Torvalds
2751da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
276230b5c1aSTakashi Iwai	  will be called snd-cs5535audio.
2771da177e4SLinus Torvalds
278dd7b254dSGiuliano Pochiniconfig SND_DARLA20
279dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Darla20"
2808a89876bSClemens Ladisch	select FW_LOADER
281dd7b254dSGiuliano Pochini	select SND_PCM
282dd7b254dSGiuliano Pochini	help
283dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Darla.
284dd7b254dSGiuliano Pochini
285dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
286dd7b254dSGiuliano Pochini	  will be called snd-darla20
287dd7b254dSGiuliano Pochini
288dd7b254dSGiuliano Pochiniconfig SND_GINA20
289dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Gina20"
2908a89876bSClemens Ladisch	select FW_LOADER
291dd7b254dSGiuliano Pochini	select SND_PCM
292dd7b254dSGiuliano Pochini	help
293dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina.
294dd7b254dSGiuliano Pochini
295dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
296dd7b254dSGiuliano Pochini	  will be called snd-gina20
297dd7b254dSGiuliano Pochini
298dd7b254dSGiuliano Pochiniconfig SND_LAYLA20
299dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Layla20"
3008a89876bSClemens Ladisch	select FW_LOADER
301dd7b254dSGiuliano Pochini	select SND_RAWMIDI
302dd7b254dSGiuliano Pochini	select SND_PCM
303dd7b254dSGiuliano Pochini	help
304dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Layla.
305dd7b254dSGiuliano Pochini
306dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
307dd7b254dSGiuliano Pochini	  will be called snd-layla20
308dd7b254dSGiuliano Pochini
309dd7b254dSGiuliano Pochiniconfig SND_DARLA24
310dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Darla24"
3118a89876bSClemens Ladisch	select FW_LOADER
312dd7b254dSGiuliano Pochini	select SND_PCM
313dd7b254dSGiuliano Pochini	help
314dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Darla24.
315dd7b254dSGiuliano Pochini
316dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
317dd7b254dSGiuliano Pochini	  will be called snd-darla24
318dd7b254dSGiuliano Pochini
319dd7b254dSGiuliano Pochiniconfig SND_GINA24
320dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Gina24"
3218a89876bSClemens Ladisch	select FW_LOADER
322dd7b254dSGiuliano Pochini	select SND_PCM
323dd7b254dSGiuliano Pochini	help
324dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina24.
325dd7b254dSGiuliano Pochini
326dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
327dd7b254dSGiuliano Pochini	  will be called snd-gina24
328dd7b254dSGiuliano Pochini
329dd7b254dSGiuliano Pochiniconfig SND_LAYLA24
330dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Layla24"
3318a89876bSClemens Ladisch	select FW_LOADER
332dd7b254dSGiuliano Pochini	select SND_RAWMIDI
333dd7b254dSGiuliano Pochini	select SND_PCM
334dd7b254dSGiuliano Pochini	help
335dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Layla24.
336dd7b254dSGiuliano Pochini
337dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
338dd7b254dSGiuliano Pochini	  will be called snd-layla24
339dd7b254dSGiuliano Pochini
340dd7b254dSGiuliano Pochiniconfig SND_MONA
341dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Mona"
3428a89876bSClemens Ladisch	select FW_LOADER
343dd7b254dSGiuliano Pochini	select SND_RAWMIDI
344dd7b254dSGiuliano Pochini	select SND_PCM
345dd7b254dSGiuliano Pochini	help
346dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Mona.
347dd7b254dSGiuliano Pochini
348dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
349dd7b254dSGiuliano Pochini	  will be called snd-mona
350dd7b254dSGiuliano Pochini
351dd7b254dSGiuliano Pochiniconfig SND_MIA
352dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Mia"
3538a89876bSClemens Ladisch	select FW_LOADER
354dd7b254dSGiuliano Pochini	select SND_RAWMIDI
355dd7b254dSGiuliano Pochini	select SND_PCM
356dd7b254dSGiuliano Pochini	help
357dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
358dd7b254dSGiuliano Pochini
359dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
360dd7b254dSGiuliano Pochini	  will be called snd-mia
361dd7b254dSGiuliano Pochini
362dd7b254dSGiuliano Pochiniconfig SND_ECHO3G
363dd7b254dSGiuliano Pochini	tristate "(Echoaudio) 3G cards"
3648a89876bSClemens Ladisch	select FW_LOADER
365dd7b254dSGiuliano Pochini	select SND_RAWMIDI
366dd7b254dSGiuliano Pochini	select SND_PCM
367dd7b254dSGiuliano Pochini	help
368dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
369dd7b254dSGiuliano Pochini
370dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
371dd7b254dSGiuliano Pochini	  will be called snd-echo3g
372dd7b254dSGiuliano Pochini
373dd7b254dSGiuliano Pochiniconfig SND_INDIGO
374dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo"
3758a89876bSClemens Ladisch	select FW_LOADER
376dd7b254dSGiuliano Pochini	select SND_PCM
377dd7b254dSGiuliano Pochini	help
378dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo.
379dd7b254dSGiuliano Pochini
380dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
381dd7b254dSGiuliano Pochini	  will be called snd-indigo
382dd7b254dSGiuliano Pochini
383dd7b254dSGiuliano Pochiniconfig SND_INDIGOIO
384dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo IO"
3858a89876bSClemens Ladisch	select FW_LOADER
386dd7b254dSGiuliano Pochini	select SND_PCM
387dd7b254dSGiuliano Pochini	help
388dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
389dd7b254dSGiuliano Pochini
390dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
391dd7b254dSGiuliano Pochini	  will be called snd-indigoio
392dd7b254dSGiuliano Pochini
393dd7b254dSGiuliano Pochiniconfig SND_INDIGODJ
394dd7b254dSGiuliano Pochini	tristate "(Echoaudio) Indigo DJ"
3958a89876bSClemens Ladisch	select FW_LOADER
396dd7b254dSGiuliano Pochini	select SND_PCM
397dd7b254dSGiuliano Pochini	help
398dd7b254dSGiuliano Pochini	  Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
399dd7b254dSGiuliano Pochini
400dd7b254dSGiuliano Pochini	  To compile this driver as a module, choose M here: the module
401dd7b254dSGiuliano Pochini	  will be called snd-indigodj
402dd7b254dSGiuliano Pochini
4031da177e4SLinus Torvaldsconfig SND_EMU10K1
4041da177e4SLinus Torvalds	tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
4059bf5f8aaSClemens Ladisch	select FW_LOADER
4061da177e4SLinus Torvalds	select SND_HWDEP
4071da177e4SLinus Torvalds	select SND_RAWMIDI
4081da177e4SLinus Torvalds	select SND_AC97_CODEC
4091da177e4SLinus Torvalds	help
4101da177e4SLinus Torvalds	  Say Y to include support for Sound Blaster PCI 512, Live!,
4111da177e4SLinus Torvalds	  Audigy and E-mu APS (partially supported) soundcards.
4121da177e4SLinus Torvalds
4131da177e4SLinus Torvalds	  The confusing multitude of mixer controls is documented in
4141da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
4151da177e4SLinus Torvalds	  <file:Documentation/sound/alsa/Audigy-mixer.txt>.
4161da177e4SLinus Torvalds
4171da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4181da177e4SLinus Torvalds	  will be called snd-emu10k1.
4191da177e4SLinus Torvalds
4201da177e4SLinus Torvaldsconfig SND_EMU10K1X
4211da177e4SLinus Torvalds	tristate "Emu10k1X (Dell OEM Version)"
4221da177e4SLinus Torvalds	select SND_AC97_CODEC
4231da177e4SLinus Torvalds	select SND_RAWMIDI
4241da177e4SLinus Torvalds	help
4251da177e4SLinus Torvalds	  Say Y here to include support for the Dell OEM version of the
4261da177e4SLinus Torvalds	  Sound Blaster Live!.
4271da177e4SLinus Torvalds
4281da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4291da177e4SLinus Torvalds	  will be called snd-emu10k1x.
4301da177e4SLinus Torvalds
4311da177e4SLinus Torvaldsconfig SND_ENS1370
4321da177e4SLinus Torvalds	tristate "(Creative) Ensoniq AudioPCI 1370"
4331da177e4SLinus Torvalds	select SND_RAWMIDI
4341da177e4SLinus Torvalds	select SND_PCM
4351da177e4SLinus Torvalds	help
4361da177e4SLinus Torvalds	  Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
4371da177e4SLinus Torvalds
4381da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4391da177e4SLinus Torvalds	  will be called snd-ens1370.
4401da177e4SLinus Torvalds
4411da177e4SLinus Torvaldsconfig SND_ENS1371
4421da177e4SLinus Torvalds	tristate "(Creative) Ensoniq AudioPCI 1371/1373"
4431da177e4SLinus Torvalds	select SND_RAWMIDI
4441da177e4SLinus Torvalds	select SND_AC97_CODEC
4451da177e4SLinus Torvalds	help
4461da177e4SLinus Torvalds	  Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
4471da177e4SLinus Torvalds	  Sound Blaster PCI 64 or 128 soundcards.
4481da177e4SLinus Torvalds
4491da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4501da177e4SLinus Torvalds	  will be called snd-ens1371.
4511da177e4SLinus Torvalds
4521da177e4SLinus Torvaldsconfig SND_ES1938
4531da177e4SLinus Torvalds	tristate "ESS ES1938/1946/1969 (Solo-1)"
4541da177e4SLinus Torvalds	select SND_OPL3_LIB
4551da177e4SLinus Torvalds	select SND_MPU401_UART
4561da177e4SLinus Torvalds	select SND_AC97_CODEC
4571da177e4SLinus Torvalds	help
4581da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on ESS Solo-1
4591da177e4SLinus Torvalds	  (ES1938, ES1946, ES1969) chips.
4601da177e4SLinus Torvalds
4611da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4621da177e4SLinus Torvalds	  will be called snd-es1938.
4631da177e4SLinus Torvalds
4641da177e4SLinus Torvaldsconfig SND_ES1968
4651da177e4SLinus Torvalds	tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
4661da177e4SLinus Torvalds	select SND_MPU401_UART
4671da177e4SLinus Torvalds	select SND_AC97_CODEC
4681da177e4SLinus Torvalds	help
4691da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on ESS Maestro
4701da177e4SLinus Torvalds	  1/2/2E chips.
4711da177e4SLinus Torvalds
4721da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4731da177e4SLinus Torvalds	  will be called snd-es1968.
4741da177e4SLinus Torvalds
4751da177e4SLinus Torvaldsconfig SND_FM801
4761da177e4SLinus Torvalds	tristate "ForteMedia FM801"
4771da177e4SLinus Torvalds	select SND_OPL3_LIB
4781da177e4SLinus Torvalds	select SND_MPU401_UART
4791da177e4SLinus Torvalds	select SND_AC97_CODEC
4801da177e4SLinus Torvalds	help
4811da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the ForteMedia
4821da177e4SLinus Torvalds	  FM801 chip.
4831da177e4SLinus Torvalds
4841da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
4851da177e4SLinus Torvalds	  will be called snd-fm801.
4861da177e4SLinus Torvalds
487efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X_BOOL
488efce4bb9SAdrian Bunk	bool "ForteMedia FM801 + TEA5757 tuner"
4891da177e4SLinus Torvalds	depends on SND_FM801
49020686c24STakashi Iwai	depends on VIDEO_V4L1=y || VIDEO_V4L1=SND_FM801
4911da177e4SLinus Torvalds	help
4921da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the ForteMedia
4931da177e4SLinus Torvalds	  FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
494efce4bb9SAdrian Bunk	  Forte SF256-PCS-02) into the snd-fm801 driver.
4951da177e4SLinus Torvalds
496efce4bb9SAdrian Bunkconfig SND_FM801_TEA575X
497efce4bb9SAdrian Bunk	tristate
498efce4bb9SAdrian Bunk	depends on SND_FM801_TEA575X_BOOL
499efce4bb9SAdrian Bunk	default SND_FM801
5001da177e4SLinus Torvalds
501230b5c1aSTakashi Iwaiconfig SND_HDA_INTEL
502230b5c1aSTakashi Iwai	tristate "Intel HD Audio"
503230b5c1aSTakashi Iwai	select SND_PCM
504e922b002STakashi Iwai	select SND_VMASTER
505230b5c1aSTakashi Iwai	help
506230b5c1aSTakashi Iwai	  Say Y here to include support for Intel "High Definition
507230b5c1aSTakashi Iwai	  Audio" (Azalia) motherboard devices.
508230b5c1aSTakashi Iwai
509230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
510230b5c1aSTakashi Iwai	  will be called snd-hda-intel.
511230b5c1aSTakashi Iwai
5122807314dSTakashi Iwaiconfig SND_HDA_HWDEP
5132807314dSTakashi Iwai	bool "Build hwdep interface for HD-audio driver"
5142807314dSTakashi Iwai	depends on SND_HDA_INTEL
5152807314dSTakashi Iwai	select SND_HWDEP
5162807314dSTakashi Iwai	help
5172807314dSTakashi Iwai	  Say Y here to build a hwdep interface for HD-audio driver.
518213e84ecSRandy Dunlap	  This interface can be used for out-of-band communication
519c9988dceSTakashi Iwai	  with codecs for debugging purposes.
5202807314dSTakashi Iwai
5211cd2224cSMatthew Ranostayconfig SND_HDA_INPUT_BEEP
5221cd2224cSMatthew Ranostay	bool "Support digital beep via input layer"
5231cd2224cSMatthew Ranostay	depends on SND_HDA_INTEL
5241cd2224cSMatthew Ranostay	depends on INPUT=y || INPUT=SND_HDA_INTEL
5251cd2224cSMatthew Ranostay	help
5261cd2224cSMatthew Ranostay	  Say Y here to build a digital beep interface for HD-audio
5271cd2224cSMatthew Ranostay	  driver. This interface is used to generate digital beeps.
5281cd2224cSMatthew Ranostay
52982467611STakashi Iwaiconfig SND_HDA_CODEC_REALTEK
53082467611STakashi Iwai	bool "Build Realtek HD-audio codec support"
53182467611STakashi Iwai	depends on SND_HDA_INTEL
53282467611STakashi Iwai	default y
53382467611STakashi Iwai	help
53482467611STakashi Iwai	  Say Y here to include Realtek HD-audio codec support in
53582467611STakashi Iwai	  snd-hda-intel driver, such as ALC880.
53682467611STakashi Iwai
53782467611STakashi Iwaiconfig SND_HDA_CODEC_ANALOG
53882467611STakashi Iwai	bool "Build Analog Device HD-audio codec support"
53982467611STakashi Iwai	depends on SND_HDA_INTEL
54082467611STakashi Iwai	default y
54182467611STakashi Iwai	help
54282467611STakashi Iwai	  Say Y here to include Analog Device HD-audio codec support in
54382467611STakashi Iwai	  snd-hda-intel driver, such as AD1986A.
54482467611STakashi Iwai
54582467611STakashi Iwaiconfig SND_HDA_CODEC_SIGMATEL
54682467611STakashi Iwai	bool "Build IDT/Sigmatel HD-audio codec support"
54782467611STakashi Iwai	depends on SND_HDA_INTEL
54882467611STakashi Iwai	default y
54982467611STakashi Iwai	help
55082467611STakashi Iwai	  Say Y here to include IDT (Sigmatel) HD-audio codec support in
55182467611STakashi Iwai	  snd-hda-intel driver, such as STAC9200.
55282467611STakashi Iwai
55382467611STakashi Iwaiconfig SND_HDA_CODEC_VIA
55482467611STakashi Iwai	bool "Build VIA 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 VIA HD-audio codec support in
55982467611STakashi Iwai	  snd-hda-intel driver, such as VT1708.
56082467611STakashi Iwai
56182467611STakashi Iwaiconfig SND_HDA_CODEC_ATIHDMI
56282467611STakashi Iwai	bool "Build ATI HDMI 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 ATI HDMI HD-audio codec support in
56782467611STakashi Iwai	  snd-hda-intel driver, such as ATI RS600 HDMI.
56882467611STakashi Iwai
5699a10eb21SWei Niconfig SND_HDA_CODEC_NVHDMI
5709a10eb21SWei Ni	bool "Build NVIDIA HDMI HD-audio codec support"
5719a10eb21SWei Ni	depends on SND_HDA_INTEL
5729a10eb21SWei Ni	default y
5739a10eb21SWei Ni	help
5749a10eb21SWei Ni	  Say Y here to include NVIDIA HDMI HD-audio codec support in
5759a10eb21SWei Ni	  snd-hda-intel driver, such as NVIDIA MCP78 HDMI.
5769a10eb21SWei Ni
57782467611STakashi Iwaiconfig SND_HDA_CODEC_CONEXANT
57882467611STakashi Iwai	bool "Build Conexant 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 Conexant HD-audio codec support in
58382467611STakashi Iwai	  snd-hda-intel driver, such as CX20549.
58482467611STakashi Iwai
58582467611STakashi Iwaiconfig SND_HDA_CODEC_CMEDIA
58682467611STakashi Iwai	bool "Build C-Media 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 C-Media HD-audio codec support in
59182467611STakashi Iwai	  snd-hda-intel driver, such as CMI9880.
59282467611STakashi Iwai
59382467611STakashi Iwaiconfig SND_HDA_CODEC_SI3054
59482467611STakashi Iwai	bool "Build Silicon Labs 3054 HD-modem codec support"
59582467611STakashi Iwai	depends on SND_HDA_INTEL
59682467611STakashi Iwai	default y
59782467611STakashi Iwai	help
59882467611STakashi Iwai	  Say Y here to include Silicon Labs 3054 HD-modem codec
59982467611STakashi Iwai	  (and compatibles) support in snd-hda-intel driver.
60082467611STakashi Iwai
60182467611STakashi Iwaiconfig SND_HDA_GENERIC
60282467611STakashi Iwai	bool "Enable generic HD-audio codec parser"
60382467611STakashi Iwai	depends on SND_HDA_INTEL
60482467611STakashi Iwai	default y
60582467611STakashi Iwai	help
60682467611STakashi Iwai	  Say Y here to enable the generic HD-audio codec parser
60782467611STakashi Iwai	  in snd-hda-intel driver.
60882467611STakashi Iwai
609cb53c626STakashi Iwaiconfig SND_HDA_POWER_SAVE
610cb53c626STakashi Iwai	bool "Aggressive power-saving on HD-audio"
611cb53c626STakashi Iwai	depends on SND_HDA_INTEL && EXPERIMENTAL
612cb53c626STakashi Iwai	help
613cb53c626STakashi Iwai	  Say Y here to enable more aggressive power-saving mode on
614cb53c626STakashi Iwai	  HD-audio driver.  The power-saving timeout can be configured
615cb53c626STakashi Iwai	  via power_save option or over sysfs on-the-fly.
616cb53c626STakashi Iwai
6177a5a27cfSTakashi Iwaiconfig SND_HDA_POWER_SAVE_DEFAULT
6187a5a27cfSTakashi Iwai	int "Default time-out for HD-audio power-save mode"
6197a5a27cfSTakashi Iwai	depends on SND_HDA_POWER_SAVE
6207a5a27cfSTakashi Iwai	default 0
6217a5a27cfSTakashi Iwai	help
6227a5a27cfSTakashi Iwai	  The default time-out value in seconds for HD-audio automatic
6237a5a27cfSTakashi Iwai	  power-save mode.  0 means to disable the power-save mode.
6247a5a27cfSTakashi Iwai
625230b5c1aSTakashi Iwaiconfig SND_HDSP
626230b5c1aSTakashi Iwai	tristate "RME Hammerfall DSP Audio"
627230b5c1aSTakashi Iwai	select SND_HWDEP
628230b5c1aSTakashi Iwai	select SND_RAWMIDI
629230b5c1aSTakashi Iwai	select SND_PCM
630230b5c1aSTakashi Iwai	help
631230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall DSP Audio
632230b5c1aSTakashi Iwai	  soundcards.
633230b5c1aSTakashi Iwai
634230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
635230b5c1aSTakashi Iwai	  will be called snd-hdsp.
636230b5c1aSTakashi Iwai
637230b5c1aSTakashi Iwaiconfig SND_HDSPM
638230b5c1aSTakashi Iwai	tristate "RME Hammerfall DSP MADI"
639230b5c1aSTakashi Iwai	select SND_HWDEP
640230b5c1aSTakashi Iwai	select SND_RAWMIDI
641230b5c1aSTakashi Iwai	select SND_PCM
642230b5c1aSTakashi Iwai	help
643230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall DSP MADI
644230b5c1aSTakashi Iwai	  soundcards.
645230b5c1aSTakashi Iwai
646230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
647230b5c1aSTakashi Iwai	  will be called snd-hdspm.
648230b5c1aSTakashi Iwai
649c626026dSClemens Ladischconfig SND_HIFIER
650c626026dSClemens Ladisch	tristate "TempoTec HiFier Fantasia"
651c626026dSClemens Ladisch	select SND_OXYGEN_LIB
652c626026dSClemens Ladisch	help
653c626026dSClemens Ladisch	  Say Y here to include support for the MediaTek/TempoTec HiFier
654c626026dSClemens Ladisch	  Fantasia sound card.
655c626026dSClemens Ladisch
656c626026dSClemens Ladisch	  To compile this driver as a module, choose M here: the module
657c626026dSClemens Ladisch	  will be called snd-hifier.
658c626026dSClemens Ladisch
6591da177e4SLinus Torvaldsconfig SND_ICE1712
6601da177e4SLinus Torvalds	tristate "ICEnsemble ICE1712 (Envy24)"
6611da177e4SLinus Torvalds	select SND_MPU401_UART
6621da177e4SLinus Torvalds	select SND_AC97_CODEC
6631da177e4SLinus Torvalds	help
6641da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the
6651da177e4SLinus Torvalds	  ICE1712 (Envy24) chip.
6661da177e4SLinus Torvalds
6671da177e4SLinus Torvalds	  Currently supported hardware is: M-Audio Delta 1010(LT),
6681da177e4SLinus Torvalds	  DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
6696e8d90cdSAlexander Beregalov	  TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
6706e8d90cdSAlexander Beregalov	  Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
6716e8d90cdSAlexander Beregalov	  Lionstracs Mediastation, Terrasoniq TS 88.
6721da177e4SLinus Torvalds
6731da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6741da177e4SLinus Torvalds	  will be called snd-ice1712.
6751da177e4SLinus Torvalds
6761da177e4SLinus Torvaldsconfig SND_ICE1724
6771da177e4SLinus Torvalds	tristate "ICE/VT1724/1720 (Envy24HT/PT)"
678aea3bfbcSClemens Ladisch	select SND_RAWMIDI
6791da177e4SLinus Torvalds	select SND_AC97_CODEC
680d16be8edSPavel Hofman	select SND_VMASTER
6811da177e4SLinus Torvalds	help
6821da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on
6831da177e4SLinus Torvalds	  ICE/VT1724/1720 (Envy24HT/PT) chips.
6841da177e4SLinus Torvalds
6851da177e4SLinus Torvalds	  Currently supported hardware is: AMP AUDIO2000; M-Audio
6866e8d90cdSAlexander Beregalov	  Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
6876e8d90cdSAlexander Beregalov	  7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
6886e8d90cdSAlexander Beregalov	  AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
6896e8d90cdSAlexander Beregalov	  Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
6906e8d90cdSAlexander Beregalov	  192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
6916e8d90cdSAlexander Beregalov	  AV-710; Shuttle SN25P.
6921da177e4SLinus Torvalds
6931da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
6941da177e4SLinus Torvalds	  will be called snd-ice1724.
6951da177e4SLinus Torvalds
6961da177e4SLinus Torvaldsconfig SND_INTEL8X0
6971da177e4SLinus Torvalds	tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
6981da177e4SLinus Torvalds	select SND_AC97_CODEC
6991da177e4SLinus Torvalds	help
7001da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
7011da177e4SLinus Torvalds	  device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
7021da177e4SLinus Torvalds	  ALi chipsets using the M5455 Audio Controller.  (There is a
7031da177e4SLinus Torvalds	  separate driver for ALi M5451 Audio Controllers.)
7041da177e4SLinus Torvalds
7051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
7061da177e4SLinus Torvalds	  will be called snd-intel8x0.
7071da177e4SLinus Torvalds
7081da177e4SLinus Torvaldsconfig SND_INTEL8X0M
709cf1756e9STakashi Iwai	tristate "Intel/SiS/nVidia/AMD MC97 Modem"
7101da177e4SLinus Torvalds	select SND_AC97_CODEC
7111da177e4SLinus Torvalds	help
7121da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
7131da177e4SLinus Torvalds	  motherboards with Intel/SiS/nVidia/AMD chipsets.
7141da177e4SLinus Torvalds
7151da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
7161da177e4SLinus Torvalds	  will be called snd-intel8x0m.
7171da177e4SLinus Torvalds
718230b5c1aSTakashi Iwaiconfig SND_KORG1212
719230b5c1aSTakashi Iwai	tristate "Korg 1212 IO"
720230b5c1aSTakashi Iwai	select SND_PCM
721230b5c1aSTakashi Iwai	help
722230b5c1aSTakashi Iwai	  Say Y here to include support for Korg 1212IO soundcards.
723230b5c1aSTakashi Iwai
724230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
725230b5c1aSTakashi Iwai	  will be called snd-korg1212.
726230b5c1aSTakashi Iwai
727230b5c1aSTakashi Iwaiconfig SND_MAESTRO3
728230b5c1aSTakashi Iwai	tristate "ESS Allegro/Maestro3"
729230b5c1aSTakashi Iwai	select SND_AC97_CODEC
730230b5c1aSTakashi Iwai	help
731230b5c1aSTakashi Iwai	  Say Y here to include support for soundcards based on ESS Maestro 3
732230b5c1aSTakashi Iwai	  (Allegro) chips.
733230b5c1aSTakashi Iwai
734230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
735230b5c1aSTakashi Iwai	  will be called snd-maestro3.
736230b5c1aSTakashi Iwai
737230b5c1aSTakashi Iwaiconfig SND_MIXART
738230b5c1aSTakashi Iwai	tristate "Digigram miXart"
739230b5c1aSTakashi Iwai	select SND_HWDEP
740230b5c1aSTakashi Iwai	select SND_PCM
741230b5c1aSTakashi Iwai	help
742230b5c1aSTakashi Iwai	  If you want to use Digigram miXart soundcards, say Y here and
743230b5c1aSTakashi Iwai	  read <file:Documentation/sound/alsa/MIXART.txt>.
744230b5c1aSTakashi Iwai
745230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
746230b5c1aSTakashi Iwai	  will be called snd-mixart.
747230b5c1aSTakashi Iwai
748230b5c1aSTakashi Iwaiconfig SND_NM256
749230b5c1aSTakashi Iwai	tristate "NeoMagic NM256AV/ZX"
750230b5c1aSTakashi Iwai	select SND_AC97_CODEC
751230b5c1aSTakashi Iwai	help
752230b5c1aSTakashi Iwai	  Say Y here to include support for NeoMagic NM256AV/ZX chips.
753230b5c1aSTakashi Iwai
754230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
755230b5c1aSTakashi Iwai	  will be called snd-nm256.
756230b5c1aSTakashi Iwai
757e12229b4SMarkus Bollingerconfig SND_PCXHR
758e12229b4SMarkus Bollinger	tristate "Digigram PCXHR"
759e12229b4SMarkus Bollinger	select SND_PCM
760e12229b4SMarkus Bollinger	select SND_HWDEP
761e12229b4SMarkus Bollinger	help
762e12229b4SMarkus Bollinger	  Say Y here to include support for Digigram PCXHR boards.
763e12229b4SMarkus Bollinger
764e12229b4SMarkus Bollinger	  To compile this driver as a module, choose M here: the module
765e12229b4SMarkus Bollinger	  will be called snd-pcxhr.
766e12229b4SMarkus Bollinger
767109a9638SPeter Gruberconfig SND_RIPTIDE
768109a9638SPeter Gruber	tristate "Conexant Riptide"
7698a89876bSClemens Ladisch	select FW_LOADER
770109a9638SPeter Gruber	select SND_OPL3_LIB
771109a9638SPeter Gruber	select SND_MPU401_UART
772109a9638SPeter Gruber	select SND_AC97_CODEC
773109a9638SPeter Gruber	help
774109a9638SPeter Gruber	  Say 'Y' or 'M' to include support for Conexant Riptide chip.
775109a9638SPeter Gruber
776109a9638SPeter Gruber	  To compile this driver as a module, choose M here: the module
777109a9638SPeter Gruber	  will be called snd-riptide
778109a9638SPeter Gruber
779230b5c1aSTakashi Iwaiconfig SND_RME32
780230b5c1aSTakashi Iwai	tristate "RME Digi32, 32/8, 32 PRO"
781230b5c1aSTakashi Iwai	select SND_PCM
782230b5c1aSTakashi Iwai	help
783230b5c1aSTakashi Iwai	  Say Y to include support for RME Digi32, Digi32 PRO and
784230b5c1aSTakashi Iwai	  Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
785230b5c1aSTakashi Iwai	  devices.
786230b5c1aSTakashi Iwai
787230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
788230b5c1aSTakashi Iwai	  will be called snd-rme32.
789230b5c1aSTakashi Iwai
790230b5c1aSTakashi Iwaiconfig SND_RME96
791230b5c1aSTakashi Iwai	tristate "RME Digi96, 96/8, 96/8 PRO"
792230b5c1aSTakashi Iwai	select SND_PCM
793230b5c1aSTakashi Iwai	help
794230b5c1aSTakashi Iwai	  Say Y here to include support for RME Digi96, Digi96/8 and
795230b5c1aSTakashi Iwai	  Digi96/8 PRO/PAD/PST soundcards.
796230b5c1aSTakashi Iwai
797230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
798230b5c1aSTakashi Iwai	  will be called snd-rme96.
799230b5c1aSTakashi Iwai
800230b5c1aSTakashi Iwaiconfig SND_RME9652
801230b5c1aSTakashi Iwai	tristate "RME Digi9652 (Hammerfall)"
802230b5c1aSTakashi Iwai	select SND_PCM
803230b5c1aSTakashi Iwai	help
804230b5c1aSTakashi Iwai	  Say Y here to include support for RME Hammerfall (RME
805230b5c1aSTakashi Iwai	  Digi9652/Digi9636) soundcards.
806230b5c1aSTakashi Iwai
807230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
808230b5c1aSTakashi Iwai	  will be called snd-rme9652.
809230b5c1aSTakashi Iwai
810175859bfSDavid Dillowconfig SND_SIS7019
811175859bfSDavid Dillow	tristate "SiS 7019 Audio Accelerator"
81289fe5117STakashi Iwai	depends on X86 && !X86_64
813175859bfSDavid Dillow	select SND_AC97_CODEC
814175859bfSDavid Dillow	help
815175859bfSDavid Dillow	  Say Y here to include support for the SiS 7019 Audio Accelerator.
816175859bfSDavid Dillow
817175859bfSDavid Dillow	  To compile this driver as a module, choose M here: the module
818175859bfSDavid Dillow	  will be called snd-sis7019.
819175859bfSDavid Dillow
8201da177e4SLinus Torvaldsconfig SND_SONICVIBES
8211da177e4SLinus Torvalds	tristate "S3 SonicVibes"
8221da177e4SLinus Torvalds	select SND_OPL3_LIB
8231da177e4SLinus Torvalds	select SND_MPU401_UART
8241da177e4SLinus Torvalds	select SND_AC97_CODEC
8251da177e4SLinus Torvalds	help
8261da177e4SLinus Torvalds	  Say Y here to include support for soundcards based on the S3
8271da177e4SLinus Torvalds	  SonicVibes chip.
8281da177e4SLinus Torvalds
8291da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8301da177e4SLinus Torvalds	  will be called snd-sonicvibes.
8311da177e4SLinus Torvalds
832230b5c1aSTakashi Iwaiconfig SND_TRIDENT
833230b5c1aSTakashi Iwai	tristate "Trident 4D-Wave DX/NX; SiS 7018"
834230b5c1aSTakashi Iwai	select SND_MPU401_UART
835230b5c1aSTakashi Iwai	select SND_AC97_CODEC
836230b5c1aSTakashi Iwai	help
837230b5c1aSTakashi Iwai	  Say Y here to include support for soundcards based on Trident
838230b5c1aSTakashi Iwai	  4D-Wave DX/NX or SiS 7018 chips.
839230b5c1aSTakashi Iwai
840230b5c1aSTakashi Iwai	  To compile this driver as a module, choose M here: the module
841230b5c1aSTakashi Iwai	  will be called snd-trident.
842230b5c1aSTakashi Iwai
8431da177e4SLinus Torvaldsconfig SND_VIA82XX
8441da177e4SLinus Torvalds	tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
8451da177e4SLinus Torvalds	select SND_MPU401_UART
8461da177e4SLinus Torvalds	select SND_AC97_CODEC
8471da177e4SLinus Torvalds	help
8481da177e4SLinus Torvalds	  Say Y here to include support for the integrated AC97 sound
8491da177e4SLinus Torvalds	  device on motherboards with VIA chipsets.
8501da177e4SLinus Torvalds
8511da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8521da177e4SLinus Torvalds	  will be called snd-via82xx.
8531da177e4SLinus Torvalds
8541da177e4SLinus Torvaldsconfig SND_VIA82XX_MODEM
8551da177e4SLinus Torvalds	tristate "VIA 82C686A/B, 8233 based Modems"
8561da177e4SLinus Torvalds	select SND_AC97_CODEC
8571da177e4SLinus Torvalds	help
8581da177e4SLinus Torvalds	  Say Y here to include support for the integrated MC97 modem on
8591da177e4SLinus Torvalds	  motherboards with VIA chipsets.
8601da177e4SLinus Torvalds
8611da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8621da177e4SLinus Torvalds	  will be called snd-via82xx-modem.
8631da177e4SLinus Torvalds
8641b8ff22fSClemens Ladischconfig SND_VIRTUOSO
865a9d3cc48SClemens Ladisch	tristate "Asus Virtuoso 100/200 (Xonar)"
8661b8ff22fSClemens Ladisch	select SND_OXYGEN_LIB
8671b8ff22fSClemens Ladisch	help
8681b8ff22fSClemens Ladisch	  Say Y here to include support for sound cards based on the
8697407a2e4SClemens Ladisch	  Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X and
8707407a2e4SClemens Ladisch	  HDAV1.3 (Deluxe).
8711b8ff22fSClemens Ladisch
8721b8ff22fSClemens Ladisch	  To compile this driver as a module, choose M here: the module
8731b8ff22fSClemens Ladisch	  will be called snd-virtuoso.
8741b8ff22fSClemens Ladisch
8751da177e4SLinus Torvaldsconfig SND_VX222
8761da177e4SLinus Torvalds	tristate "Digigram VX222"
8771da177e4SLinus Torvalds	select SND_VX_LIB
8781da177e4SLinus Torvalds	help
8791da177e4SLinus Torvalds	  Say Y here to include support for Digigram VX222 soundcards.
8801da177e4SLinus Torvalds
8811da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
8821da177e4SLinus Torvalds	  will be called snd-vx222.
8831da177e4SLinus Torvalds
884230b5c1aSTakashi Iwaiconfig SND_YMFPCI
885230b5c1aSTakashi Iwai	tristate "Yamaha YMF724/740/744/754"
886230b5c1aSTakashi Iwai	select SND_OPL3_LIB
887230b5c1aSTakashi Iwai	select SND_MPU401_UART
888230b5c1aSTakashi Iwai	select SND_AC97_CODEC
8891da177e4SLinus Torvalds	help
890230b5c1aSTakashi Iwai	  Say Y here to include support for Yamaha PCI audio chips -
891230b5c1aSTakashi Iwai	  YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
8921da177e4SLinus Torvalds
8931da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the module
894230b5c1aSTakashi Iwai	  will be called snd-ymfpci.
8951da177e4SLinus Torvalds
89689fe5117STakashi Iwaiendif	# SND_PCI
897