blob: ff3af6e77d610adc5cfba4748bdf25ac587238d7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA PCI drivers
2
Takashi Iwaidf944f62011-08-07 17:34:07 +02003config SND_TEA575X
4 tristate
Hans Verkuild3a92d62012-04-01 15:24:48 -03005 depends on SND_FM801_TEA575X_BOOL || SND_ES1968_RADIO || RADIO_SF16FMR2 || RADIO_MAXIRADIO
6 default SND_FM801 || SND_ES1968 || RADIO_SF16FMR2 || RADIO_MAXIRADIO
Takashi Iwaidf944f62011-08-07 17:34:07 +02007
Takashi Iwai89fe5112008-05-23 16:10:37 +02008menuconfig SND_PCI
9 bool "PCI sound devices"
10 depends on PCI
11 default y
12 help
13 Support for sound devices connected via the PCI bus.
14
15if SND_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
Takashi Iwai230b5c12005-11-17 10:17:05 +010017config SND_AD1889
18 tristate "Analog Devices AD1889"
Takashi Iwai230b5c12005-11-17 10:17:05 +010019 select SND_AC97_CODEC
20 help
21 Say Y here to include support for the integrated AC97 sound
22 device found in particular on the Hewlett-Packard [BCJ]-xxx0
23 class PA-RISC workstations, using the AD1819 codec.
24
25 To compile this as a module, choose M here: the module
26 will be called snd-ad1889.
27
Ash Willisb3a70d52006-03-27 13:20:40 +020028config SND_ALS300
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030029 tristate "Avance Logic ALS300/ALS300+"
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030030 select SND_PCM
31 select SND_AC97_CODEC
32 select SND_OPL3_LIB
33 help
34 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
Ash Willisb3a70d52006-03-27 13:20:40 +020035
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030036 To compile this driver as a module, choose M here: the module
37 will be called snd-als300
Ash Willisb3a70d52006-03-27 13:20:40 +020038
Takashi Iwai230b5c12005-11-17 10:17:05 +010039config SND_ALS4000
40 tristate "Avance Logic ALS4000"
Takashi Iwai89fe5112008-05-23 16:10:37 +020041 depends on ISA_DMA_API
Takashi Iwai230b5c12005-11-17 10:17:05 +010042 select SND_OPL3_LIB
43 select SND_MPU401_UART
44 select SND_PCM
Takashi Iwaidda369c2007-05-25 11:50:33 +020045 select SND_SB_COMMON
Takashi Iwai230b5c12005-11-17 10:17:05 +010046 help
47 Say Y here to include support for soundcards based on Avance Logic
48 ALS4000 chips.
49
50 To compile this driver as a module, choose M here: the module
51 will be called snd-als4000.
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053config SND_ALI5451
54 tristate "ALi M5451 PCI Audio Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 select SND_MPU401_UART
56 select SND_AC97_CODEC
57 help
58 Say Y here to include support for the integrated AC97 sound
59 device on motherboards using the ALi M5451 Audio Controller
60 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
61 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
62
63 To compile this driver as a module, choose M here: the module
64 will be called snd-ali5451.
65
Eliot Blennerhassett719f82d2010-04-21 18:17:39 +020066config SND_ASIHPI
67 tristate "AudioScience ASIxxxx"
68 depends on X86
69 select FW_LOADER
70 select SND_PCM
71 select SND_HWDEP
72 help
73 Say Y here to include support for AudioScience ASI sound cards.
74
75 To compile this driver as a module, choose M here: the module
76 will be called snd-asihpi.
77
Linus Torvalds1da177e2005-04-16 15:20:36 -070078config SND_ATIIXP
79 tristate "ATI IXP AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 select SND_AC97_CODEC
81 help
82 Say Y here to include support for the integrated AC97 sound
83 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
84 300/400).
85
86 To compile this driver as a module, choose M here: the module
87 will be called snd-atiixp.
88
89config SND_ATIIXP_MODEM
90 tristate "ATI IXP Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 select SND_AC97_CODEC
92 help
93 Say Y here to include support for the integrated MC97 modem on
94 motherboards with ATI chipsets (ATI IXP 150/200/250).
95
96 To compile this driver as a module, choose M here: the module
97 will be called snd-atiixp-modem.
98
99config SND_AU8810
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300100 tristate "Aureal Advantage"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 select SND_MPU401_UART
102 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300103 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 Say Y here to include support for Aureal Advantage soundcards.
105
106 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300107 3D support code is in place, but not yet useable. For more info,
108 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109
110 To compile this driver as a module, choose M here: the module
111 will be called snd-au8810.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300112
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113config SND_AU8820
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300114 tristate "Aureal Vortex"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 select SND_MPU401_UART
116 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300117 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 Say Y here to include support for Aureal Vortex soundcards.
119
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300120 Supported features: Hardware Mixer and SRC. For more info, email
121 the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122
123 To compile this driver as a module, choose M here: the module
124 will be called snd-au8820.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300125
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126config SND_AU8830
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300127 tristate "Aureal Vortex 2"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 select SND_MPU401_UART
129 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300130 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 Say Y here to include support for Aureal Vortex 2 soundcards.
132
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300133 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
134 3D support code is in place, but not yet useable. For more info,
135 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
137 To compile this driver as a module, choose M here: the module
138 will be called snd-au8830.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300139
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100140config SND_AW2
141 tristate "Emagic Audiowerk 2"
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100142 help
143 Say Y here to include support for Emagic Audiowerk 2 soundcards.
144
145 Supported features: Analog and SPDIF output. Analog or SPDIF input.
146 Note: Switch between analog and digital input does not always work.
147 It can produce continuous noise. The workaround is to switch again
148 (and again) between digital and analog input until it works.
149
150 To compile this driver as a module, choose M here: the module
151 will be called snd-aw2.
152
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154config SND_AZT3328
Andreas Mohr3eff8952009-07-05 13:28:48 +0200155 tristate "Aztech AZF3328 / PCI168"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 select SND_OPL3_LIB
157 select SND_MPU401_UART
158 select SND_PCM
Andreas Mohr3eff8952009-07-05 13:28:48 +0200159 select SND_RAWMIDI
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100160 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 help
162 Say Y here to include support for Aztech AZF3328 (PCI168)
163 soundcards.
164
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100165 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O
166 (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing),
167 Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer,
168 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
169
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 To compile this driver as a module, choose M here: the module
171 will be called snd-azt3328.
172
173config SND_BT87X
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300174 tristate "Bt87x Audio Capture"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 select SND_PCM
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300176 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 If you want to record audio from TV cards based on
178 Brooktree Bt878/Bt879 chips, say Y here and read
179 <file:Documentation/sound/alsa/Bt87x.txt>.
180
181 To compile this driver as a module, choose M here: the module
182 will be called snd-bt87x.
183
184config SND_BT87X_OVERCLOCK
185 bool "Bt87x Audio overclocking"
186 depends on SND_BT87X
187 help
188 Say Y here if 448000 Hz isn't enough for you and you want to
189 record from the analog input with up to 1792000 Hz.
190
191 Higher sample rates won't hurt your hardware, but audio
192 quality may suffer.
193
Takashi Iwai230b5c12005-11-17 10:17:05 +0100194config SND_CA0106
195 tristate "SB Audigy LS / Live 24bit"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100196 select SND_AC97_CODEC
197 select SND_RAWMIDI
Takashi Iwai49c88b82008-02-18 13:06:49 +0100198 select SND_VMASTER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100199 help
200 Say Y here to include support for the Sound Blaster Audigy LS
201 and Live 24bit.
202
203 To compile this driver as a module, choose M here: the module
204 will be called snd-ca0106.
205
206config SND_CMIPCI
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200207 tristate "C-Media 8338, 8738, 8768, 8770"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100208 select SND_OPL3_LIB
209 select SND_MPU401_UART
210 select SND_PCM
211 help
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200212 If you want to use soundcards based on C-Media CMI8338, CMI8738,
213 CMI8768 or CMI8770 chips, say Y here and read
Takashi Iwai230b5c12005-11-17 10:17:05 +0100214 <file:Documentation/sound/alsa/CMIPCI.txt>.
215
216 To compile this driver as a module, choose M here: the module
217 will be called snd-cmipci.
218
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100219config SND_OXYGEN_LIB
220 tristate
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100221
222config SND_OXYGEN
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100223 tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100224 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200225 select SND_PCM
226 select SND_MPU401_UART
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100227 help
228 Say Y here to include support for sound cards based on the
229 C-Media CMI8788 (Oxygen HD Audio) chip:
230 * Asound A-8788
Clemens Ladisch76bc7a02012-05-01 17:40:30 +0200231 * Asus Xonar DG/DGX
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100232 * AuzenTech X-Meridian
Clemens Ladisch8443d2e2011-01-10 16:17:26 +0100233 * AuzenTech X-Meridian 2G
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100234 * Bgears b-Enspirer
235 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100236 * HT-Omega Claro (plus)
237 * HT-Omega Claro halo (XT)
Clemens Ladisch31f86ba2010-11-02 17:18:23 +0100238 * Kuroutoshikou CMI8787-HG2PCI
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100239 * Razer Barracuda AC-1
240 * Sondigo Inferno
Clemens Ladisch45c1de82010-11-02 17:08:37 +0100241 * TempoTec/MediaTek HiFier Fantasia
Clemens Ladisch2146dcf2010-11-03 12:26:35 +0100242 * TempoTec/MediaTek HiFier Serenade
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100243
244 To compile this driver as a module, choose M here: the module
245 will be called snd-oxygen.
246
Takashi Iwai230b5c12005-11-17 10:17:05 +0100247config SND_CS4281
248 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100249 select SND_OPL3_LIB
250 select SND_RAWMIDI
251 select SND_AC97_CODEC
252 help
253 Say Y here to include support for Cirrus Logic CS4281 chips.
254
255 To compile this driver as a module, choose M here: the module
256 will be called snd-cs4281.
257
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258config SND_CS46XX
259 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 select SND_RAWMIDI
261 select SND_AC97_CODEC
262 help
263 Say Y here to include support for Cirrus Logic CS4610/CS4612/
264 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
265
266 To compile this driver as a module, choose M here: the module
267 will be called snd-cs46xx.
268
269config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200270 bool "Cirrus Logic (Sound Fusion) New DSP support"
271 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300272 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 help
274 Say Y here to use a new DSP image for SPDIF and dual codecs.
275
276 This works better than the old code, so say Y.
277
Takashi Iwai621887a2007-05-24 18:46:54 +0200278config SND_CS5530
279 tristate "CS5530 Audio"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200280 depends on ISA_DMA_API
Takashi Iwaidda369c2007-05-25 11:50:33 +0200281 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200282 help
283 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
284
285 To compile this driver as a module, choose M here: the module
286 will be called snd-cs5530.
287
Takashi Iwai230b5c12005-11-17 10:17:05 +0100288config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200289 tristate "CS5535/CS5536 Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100290 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select SND_AC97_CODEC
292 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100293 Say Y here to include support for audio on CS5535 chips. It is
294 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200295 various literature. This driver also supports the CS5536 audio
296 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300297 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200298 mapped headphone out to master output. If that works for you,
299 send lspci -vvv output to the mailing list so that your board
300 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301
302 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100303 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200305config SND_CTXFI
306 tristate "Creative Sound Blaster X-Fi"
307 select SND_PCM
308 help
309 If you want to use soundcards based on Creative Sound Blastr X-Fi
310 boards with 20k1 or 20k2 chips, say Y here.
311
312 To compile this driver as a module, choose M here: the module
313 will be called snd-ctxfi.
314
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200315config SND_DARLA20
316 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200317 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200318 select SND_PCM
319 help
320 Say 'Y' or 'M' to include support for Echoaudio Darla.
321
322 To compile this driver as a module, choose M here: the module
323 will be called snd-darla20
324
325config SND_GINA20
326 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200327 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200328 select SND_PCM
329 help
330 Say 'Y' or 'M' to include support for Echoaudio Gina.
331
332 To compile this driver as a module, choose M here: the module
333 will be called snd-gina20
334
335config SND_LAYLA20
336 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200337 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200338 select SND_RAWMIDI
339 select SND_PCM
340 help
341 Say 'Y' or 'M' to include support for Echoaudio Layla.
342
343 To compile this driver as a module, choose M here: the module
344 will be called snd-layla20
345
346config SND_DARLA24
347 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200348 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200349 select SND_PCM
350 help
351 Say 'Y' or 'M' to include support for Echoaudio Darla24.
352
353 To compile this driver as a module, choose M here: the module
354 will be called snd-darla24
355
356config SND_GINA24
357 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200358 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200359 select SND_PCM
360 help
361 Say 'Y' or 'M' to include support for Echoaudio Gina24.
362
363 To compile this driver as a module, choose M here: the module
364 will be called snd-gina24
365
366config SND_LAYLA24
367 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200368 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200369 select SND_RAWMIDI
370 select SND_PCM
371 help
372 Say 'Y' or 'M' to include support for Echoaudio Layla24.
373
374 To compile this driver as a module, choose M here: the module
375 will be called snd-layla24
376
377config SND_MONA
378 tristate "(Echoaudio) Mona"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200379 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200380 select SND_RAWMIDI
381 select SND_PCM
382 help
383 Say 'Y' or 'M' to include support for Echoaudio Mona.
384
385 To compile this driver as a module, choose M here: the module
386 will be called snd-mona
387
388config SND_MIA
389 tristate "(Echoaudio) Mia"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200390 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200391 select SND_RAWMIDI
392 select SND_PCM
393 help
394 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
395
396 To compile this driver as a module, choose M here: the module
397 will be called snd-mia
398
399config SND_ECHO3G
400 tristate "(Echoaudio) 3G cards"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200401 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200402 select SND_RAWMIDI
403 select SND_PCM
404 help
405 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
406
407 To compile this driver as a module, choose M here: the module
408 will be called snd-echo3g
409
410config SND_INDIGO
411 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200412 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200413 select SND_PCM
414 help
415 Say 'Y' or 'M' to include support for Echoaudio Indigo.
416
417 To compile this driver as a module, choose M here: the module
418 will be called snd-indigo
419
420config SND_INDIGOIO
421 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200422 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200423 select SND_PCM
424 help
425 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
426
427 To compile this driver as a module, choose M here: the module
428 will be called snd-indigoio
429
430config SND_INDIGODJ
431 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200432 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200433 select SND_PCM
434 help
435 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
436
437 To compile this driver as a module, choose M here: the module
438 will be called snd-indigodj
439
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100440config SND_INDIGOIOX
441 tristate "(Echoaudio) Indigo IOx"
442 select FW_LOADER
443 select SND_PCM
444 help
445 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
446
447 To compile this driver as a module, choose M here: the module
448 will be called snd-indigoiox
449
450config SND_INDIGODJX
451 tristate "(Echoaudio) Indigo DJx"
452 select FW_LOADER
453 select SND_PCM
454 help
455 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
456
457 To compile this driver as a module, choose M here: the module
458 will be called snd-indigodjx
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460config SND_EMU10K1
461 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200462 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 select SND_HWDEP
464 select SND_RAWMIDI
465 select SND_AC97_CODEC
466 help
467 Say Y to include support for Sound Blaster PCI 512, Live!,
468 Audigy and E-mu APS (partially supported) soundcards.
469
470 The confusing multitude of mixer controls is documented in
471 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
472 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
473
474 To compile this driver as a module, choose M here: the module
475 will be called snd-emu10k1.
476
477config SND_EMU10K1X
478 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 select SND_AC97_CODEC
480 select SND_RAWMIDI
481 help
482 Say Y here to include support for the Dell OEM version of the
483 Sound Blaster Live!.
484
485 To compile this driver as a module, choose M here: the module
486 will be called snd-emu10k1x.
487
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488config SND_ENS1370
489 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 select SND_RAWMIDI
491 select SND_PCM
492 help
493 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
494
495 To compile this driver as a module, choose M here: the module
496 will be called snd-ens1370.
497
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498config SND_ENS1371
499 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 select SND_RAWMIDI
501 select SND_AC97_CODEC
502 help
503 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
504 Sound Blaster PCI 64 or 128 soundcards.
505
506 To compile this driver as a module, choose M here: the module
507 will be called snd-ens1371.
508
509config SND_ES1938
510 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 select SND_OPL3_LIB
512 select SND_MPU401_UART
513 select SND_AC97_CODEC
514 help
515 Say Y here to include support for soundcards based on ESS Solo-1
516 (ES1938, ES1946, ES1969) chips.
517
518 To compile this driver as a module, choose M here: the module
519 will be called snd-es1938.
520
521config SND_ES1968
522 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 select SND_MPU401_UART
524 select SND_AC97_CODEC
525 help
526 Say Y here to include support for soundcards based on ESS Maestro
527 1/2/2E chips.
528
529 To compile this driver as a module, choose M here: the module
530 will be called snd-es1968.
531
Hans de Goede5a5e02e2010-04-23 05:26:43 -0400532config SND_ES1968_INPUT
533 bool "Enable input device for es1968 volume buttons"
534 depends on SND_ES1968
535 depends on INPUT=y || INPUT=SND_ES1968
536 help
537 If you say Y here, you will get an input device which reports
538 keypresses for the volume buttons connected to the es1968 chip.
539 If you say N the buttons will directly control the master volume.
540 It is recommended to say Y.
541
Ondrej Zary1872f582011-03-19 16:33:14 +0100542config SND_ES1968_RADIO
543 bool "Enable TEA5757 radio tuner support for es1968"
544 depends on SND_ES1968
545 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968
546 help
547 Say Y here to include support for TEA5757 radio tuner integrated on
548 some MediaForte cards (e.g. SF64-PCE2).
549
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550config SND_FM801
551 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 select SND_OPL3_LIB
553 select SND_MPU401_UART
554 select SND_AC97_CODEC
555 help
556 Say Y here to include support for soundcards based on the ForteMedia
557 FM801 chip.
558
559 To compile this driver as a module, choose M here: the module
560 will be called snd-fm801.
561
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200562config SND_FM801_TEA575X_BOOL
563 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 depends on SND_FM801
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300565 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 help
567 Say Y here to include support for soundcards based on the ForteMedia
Ondrej Zaryfdb62b52011-05-14 22:51:01 +0200568 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
569 SF64-PCR) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
Takashi Iwai11b444d2008-11-21 09:32:40 +0100571source "sound/pci/hda/Kconfig"
Takashi Iwai7a5a27c2007-09-17 19:07:46 +0200572
Takashi Iwai230b5c12005-11-17 10:17:05 +0100573config SND_HDSP
574 tristate "RME Hammerfall DSP Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100575 select SND_HWDEP
576 select SND_RAWMIDI
577 select SND_PCM
578 help
579 Say Y here to include support for RME Hammerfall DSP Audio
580 soundcards.
581
582 To compile this driver as a module, choose M here: the module
583 will be called snd-hdsp.
584
Takashi Iwai511b4c12009-05-12 11:51:46 +0200585comment "Don't forget to add built-in firmwares for HDSP driver"
586 depends on SND_HDSP=y
587
Takashi Iwai230b5c12005-11-17 10:17:05 +0100588config SND_HDSPM
Adrian Knothfbcdf332011-01-26 19:32:15 +0100589 tristate "RME Hammerfall DSP MADI/RayDAT/AIO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100590 select SND_HWDEP
591 select SND_RAWMIDI
592 select SND_PCM
593 help
Adrian Knothfbcdf332011-01-26 19:32:15 +0100594 Say Y here to include support for RME Hammerfall DSP MADI,
595 RayDAT and AIO soundcards.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100596
597 To compile this driver as a module, choose M here: the module
598 will be called snd-hdspm.
599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600config SND_ICE1712
601 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 select SND_MPU401_UART
603 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900604 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 help
606 Say Y here to include support for soundcards based on the
607 ICE1712 (Envy24) chip.
608
609 Currently supported hardware is: M-Audio Delta 1010(LT),
610 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400611 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
612 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
613 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
615 To compile this driver as a module, choose M here: the module
616 will be called snd-ice1712.
617
618config SND_ICE1724
619 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200620 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100622 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 help
624 Say Y here to include support for soundcards based on
625 ICE/VT1724/1720 (Envy24HT/PT) chips.
626
627 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400628 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
629 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
630 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
631 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
632 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
633 AV-710; Shuttle SN25P.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634
635 To compile this driver as a module, choose M here: the module
636 will be called snd-ice1724.
637
638config SND_INTEL8X0
639 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 select SND_AC97_CODEC
641 help
642 Say Y here to include support for the integrated AC97 sound
643 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
644 ALi chipsets using the M5455 Audio Controller. (There is a
645 separate driver for ALi M5451 Audio Controllers.)
646
647 To compile this driver as a module, choose M here: the module
648 will be called snd-intel8x0.
649
650config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200651 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 select SND_AC97_CODEC
653 help
654 Say Y here to include support for the integrated MC97 modem on
655 motherboards with Intel/SiS/nVidia/AMD chipsets.
656
657 To compile this driver as a module, choose M here: the module
658 will be called snd-intel8x0m.
659
Takashi Iwai230b5c12005-11-17 10:17:05 +0100660config SND_KORG1212
661 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100662 select SND_PCM
663 help
664 Say Y here to include support for Korg 1212IO soundcards.
665
666 To compile this driver as a module, choose M here: the module
667 will be called snd-korg1212.
668
Takashi Iwaid43f30102011-05-03 16:14:46 +0200669config SND_LOLA
670 tristate "Digigram Lola"
671 select SND_PCM
672 help
673 Say Y to include support for Digigram Lola boards.
674
675 To compile this driver as a module, choose M here: the module
676 will be called snd-lola.
677
Tim Blechmann02bec492009-03-24 12:24:35 +0100678config SND_LX6464ES
679 tristate "Digigram LX6464ES"
680 select SND_PCM
681 help
682 Say Y here to include support for Digigram LX6464ES boards.
683
684 To compile this driver as a module, choose M here: the module
685 will be called snd-lx6464es.
686
687
Takashi Iwai230b5c12005-11-17 10:17:05 +0100688config SND_MAESTRO3
689 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100690 select SND_AC97_CODEC
691 help
692 Say Y here to include support for soundcards based on ESS Maestro 3
693 (Allegro) chips.
694
695 To compile this driver as a module, choose M here: the module
696 will be called snd-maestro3.
697
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400698config SND_MAESTRO3_INPUT
699 bool "Enable input device for maestro3 volume buttons"
700 depends on SND_MAESTRO3
701 depends on INPUT=y || INPUT=SND_MAESTRO3
702 help
703 If you say Y here, you will get an input device which reports
704 keypresses for the volume buttons connected to the maestro3 chip.
705 If you say N the buttons will directly control the master volume.
706 It is recommended to say Y.
707
Takashi Iwai230b5c12005-11-17 10:17:05 +0100708config SND_MIXART
709 tristate "Digigram miXart"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100710 select SND_HWDEP
711 select SND_PCM
712 help
713 If you want to use Digigram miXart soundcards, say Y here and
714 read <file:Documentation/sound/alsa/MIXART.txt>.
715
716 To compile this driver as a module, choose M here: the module
717 will be called snd-mixart.
718
719config SND_NM256
720 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100721 select SND_AC97_CODEC
722 help
723 Say Y here to include support for NeoMagic NM256AV/ZX chips.
724
725 To compile this driver as a module, choose M here: the module
726 will be called snd-nm256.
727
Markus Bollingere12229b2005-12-06 13:55:26 +0100728config SND_PCXHR
729 tristate "Digigram PCXHR"
Markus Bollingere12229b2005-12-06 13:55:26 +0100730 select SND_PCM
731 select SND_HWDEP
732 help
733 Say Y here to include support for Digigram PCXHR boards.
734
735 To compile this driver as a module, choose M here: the module
736 will be called snd-pcxhr.
737
Peter Gruber109a9632006-03-27 13:10:28 +0200738config SND_RIPTIDE
739 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200740 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200741 select SND_OPL3_LIB
742 select SND_MPU401_UART
743 select SND_AC97_CODEC
744 help
745 Say 'Y' or 'M' to include support for Conexant Riptide chip.
746
747 To compile this driver as a module, choose M here: the module
748 will be called snd-riptide
749
Takashi Iwai230b5c12005-11-17 10:17:05 +0100750config SND_RME32
751 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100752 select SND_PCM
753 help
754 Say Y to include support for RME Digi32, Digi32 PRO and
755 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
756 devices.
757
758 To compile this driver as a module, choose M here: the module
759 will be called snd-rme32.
760
761config SND_RME96
762 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100763 select SND_PCM
764 help
765 Say Y here to include support for RME Digi96, Digi96/8 and
766 Digi96/8 PRO/PAD/PST soundcards.
767
768 To compile this driver as a module, choose M here: the module
769 will be called snd-rme96.
770
771config SND_RME9652
772 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100773 select SND_PCM
774 help
775 Say Y here to include support for RME Hammerfall (RME
776 Digi9652/Digi9636) soundcards.
777
778 To compile this driver as a module, choose M here: the module
779 will be called snd-rme9652.
780
David Dillow175859b2007-12-14 14:40:23 +0100781config SND_SIS7019
782 tristate "SiS 7019 Audio Accelerator"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200783 depends on X86 && !X86_64
David Dillow175859b2007-12-14 14:40:23 +0100784 select SND_AC97_CODEC
785 help
786 Say Y here to include support for the SiS 7019 Audio Accelerator.
787
788 To compile this driver as a module, choose M here: the module
789 will be called snd-sis7019.
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791config SND_SONICVIBES
792 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 select SND_OPL3_LIB
794 select SND_MPU401_UART
795 select SND_AC97_CODEC
796 help
797 Say Y here to include support for soundcards based on the S3
798 SonicVibes chip.
799
800 To compile this driver as a module, choose M here: the module
801 will be called snd-sonicvibes.
802
Takashi Iwai230b5c12005-11-17 10:17:05 +0100803config SND_TRIDENT
804 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100805 select SND_MPU401_UART
806 select SND_AC97_CODEC
807 help
808 Say Y here to include support for soundcards based on Trident
809 4D-Wave DX/NX or SiS 7018 chips.
810
811 To compile this driver as a module, choose M here: the module
812 will be called snd-trident.
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814config SND_VIA82XX
815 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 select SND_MPU401_UART
817 select SND_AC97_CODEC
818 help
819 Say Y here to include support for the integrated AC97 sound
820 device on motherboards with VIA chipsets.
821
822 To compile this driver as a module, choose M here: the module
823 will be called snd-via82xx.
824
825config SND_VIA82XX_MODEM
826 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 select SND_AC97_CODEC
828 help
829 Say Y here to include support for the integrated MC97 modem on
830 motherboards with VIA chipsets.
831
832 To compile this driver as a module, choose M here: the module
833 will be called snd-via82xx-modem.
834
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100835config SND_VIRTUOSO
Clemens Ladisch51485e82010-09-09 12:26:52 +0200836 tristate "Asus Virtuoso 66/100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100837 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200838 select SND_PCM
839 select SND_MPU401_UART
Clemens Ladisch435feac2010-09-09 12:20:29 +0200840 select SND_JACK if INPUT=y || INPUT=SND
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100841 help
842 Say Y here to include support for sound cards based on the
Clemens Ladisch51485e82010-09-09 12:26:52 +0200843 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS,
Clemens Ladisch04f98902009-05-25 10:11:29 +0200844 Essence ST (Deluxe), and Essence STX.
Clemens Ladischb532d6b2011-01-10 16:23:57 +0100845 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental;
846 for the Xense, missing.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100847
848 To compile this driver as a module, choose M here: the module
849 will be called snd-virtuoso.
850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851config SND_VX222
852 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 select SND_VX_LIB
854 help
855 Say Y here to include support for Digigram VX222 soundcards.
856
857 To compile this driver as a module, choose M here: the module
858 will be called snd-vx222.
859
Takashi Iwai230b5c12005-11-17 10:17:05 +0100860config SND_YMFPCI
861 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100862 select SND_OPL3_LIB
863 select SND_MPU401_UART
864 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100866 Say Y here to include support for Yamaha PCI audio chips -
867 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
869 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100870 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
Takashi Iwai89fe5112008-05-23 16:10:37 +0200872endif # SND_PCI