blob: 9823d59d7ad747a4e3a649a8bbabe30c272a75d7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA PCI drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig SND_PCI
4 bool "PCI sound devices"
5 depends on PCI
6 default y
7 help
8 Support for sound devices connected via the PCI bus.
9
10if SND_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Takashi Iwai230b5c12005-11-17 10:17:05 +010012config SND_AD1889
13 tristate "Analog Devices AD1889"
Takashi Iwai230b5c12005-11-17 10:17:05 +010014 select SND_AC97_CODEC
15 help
16 Say Y here to include support for the integrated AC97 sound
17 device found in particular on the Hewlett-Packard [BCJ]-xxx0
18 class PA-RISC workstations, using the AD1819 codec.
19
20 To compile this as a module, choose M here: the module
21 will be called snd-ad1889.
22
Ash Willisb3a70d52006-03-27 13:20:40 +020023config SND_ALS300
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030024 tristate "Avance Logic ALS300/ALS300+"
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030025 select SND_PCM
26 select SND_AC97_CODEC
27 select SND_OPL3_LIB
28 help
29 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
Ash Willisb3a70d52006-03-27 13:20:40 +020030
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030031 To compile this driver as a module, choose M here: the module
32 will be called snd-als300
Ash Willisb3a70d52006-03-27 13:20:40 +020033
Takashi Iwai230b5c12005-11-17 10:17:05 +010034config SND_ALS4000
35 tristate "Avance Logic ALS4000"
Takashi Iwai89fe5112008-05-23 16:10:37 +020036 depends on ISA_DMA_API
Takashi Iwai230b5c12005-11-17 10:17:05 +010037 select SND_OPL3_LIB
38 select SND_MPU401_UART
39 select SND_PCM
Takashi Iwaidda369c2007-05-25 11:50:33 +020040 select SND_SB_COMMON
Takashi Iwai230b5c12005-11-17 10:17:05 +010041 help
42 Say Y here to include support for soundcards based on Avance Logic
43 ALS4000 chips.
44
45 To compile this driver as a module, choose M here: the module
46 will be called snd-als4000.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -070048config SND_ALI5451
49 tristate "ALi M5451 PCI Audio Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 select SND_MPU401_UART
51 select SND_AC97_CODEC
52 help
53 Say Y here to include support for the integrated AC97 sound
54 device on motherboards using the ALi M5451 Audio Controller
55 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
56 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
57
58 To compile this driver as a module, choose M here: the module
59 will be called snd-ali5451.
60
Eliot Blennerhassett719f82d2010-04-21 18:17:39 +020061config SND_ASIHPI
62 tristate "AudioScience ASIxxxx"
63 depends on X86
64 select FW_LOADER
65 select SND_PCM
66 select SND_HWDEP
67 help
68 Say Y here to include support for AudioScience ASI sound cards.
69
70 To compile this driver as a module, choose M here: the module
71 will be called snd-asihpi.
72
Linus Torvalds1da177e2005-04-16 15:20:36 -070073config SND_ATIIXP
74 tristate "ATI IXP AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 select SND_AC97_CODEC
76 help
77 Say Y here to include support for the integrated AC97 sound
78 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
79 300/400).
80
81 To compile this driver as a module, choose M here: the module
82 will be called snd-atiixp.
83
84config SND_ATIIXP_MODEM
85 tristate "ATI IXP Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 select SND_AC97_CODEC
87 help
88 Say Y here to include support for the integrated MC97 modem on
89 motherboards with ATI chipsets (ATI IXP 150/200/250).
90
91 To compile this driver as a module, choose M here: the module
92 will be called snd-atiixp-modem.
93
94config SND_AU8810
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030095 tristate "Aureal Advantage"
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 select SND_MPU401_UART
97 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030098 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 Say Y here to include support for Aureal Advantage soundcards.
100
101 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300102 3D support code is in place, but not yet useable. For more info,
103 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
105 To compile this driver as a module, choose M here: the module
106 will be called snd-au8810.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300107
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108config SND_AU8820
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300109 tristate "Aureal Vortex"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 select SND_MPU401_UART
111 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300112 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 Say Y here to include support for Aureal Vortex soundcards.
114
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300115 Supported features: Hardware Mixer and SRC. For more info, email
116 the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117
118 To compile this driver as a module, choose M here: the module
119 will be called snd-au8820.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300120
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121config SND_AU8830
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300122 tristate "Aureal Vortex 2"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123 select SND_MPU401_UART
124 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300125 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 Say Y here to include support for Aureal Vortex 2 soundcards.
127
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300128 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
129 3D support code is in place, but not yet useable. For more info,
130 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131
132 To compile this driver as a module, choose M here: the module
133 will be called snd-au8830.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300134
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100135config SND_AW2
136 tristate "Emagic Audiowerk 2"
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100137 help
138 Say Y here to include support for Emagic Audiowerk 2 soundcards.
139
140 Supported features: Analog and SPDIF output. Analog or SPDIF input.
141 Note: Switch between analog and digital input does not always work.
142 It can produce continuous noise. The workaround is to switch again
143 (and again) between digital and analog input until it works.
144
145 To compile this driver as a module, choose M here: the module
146 will be called snd-aw2.
147
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149config SND_AZT3328
Andreas Mohr3eff8952009-07-05 13:28:48 +0200150 tristate "Aztech AZF3328 / PCI168"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 select SND_OPL3_LIB
152 select SND_MPU401_UART
153 select SND_PCM
Andreas Mohr3eff8952009-07-05 13:28:48 +0200154 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 help
156 Say Y here to include support for Aztech AZF3328 (PCI168)
157 soundcards.
158
159 To compile this driver as a module, choose M here: the module
160 will be called snd-azt3328.
161
162config SND_BT87X
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300163 tristate "Bt87x Audio Capture"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 select SND_PCM
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300165 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 If you want to record audio from TV cards based on
167 Brooktree Bt878/Bt879 chips, say Y here and read
168 <file:Documentation/sound/alsa/Bt87x.txt>.
169
170 To compile this driver as a module, choose M here: the module
171 will be called snd-bt87x.
172
173config SND_BT87X_OVERCLOCK
174 bool "Bt87x Audio overclocking"
175 depends on SND_BT87X
176 help
177 Say Y here if 448000 Hz isn't enough for you and you want to
178 record from the analog input with up to 1792000 Hz.
179
180 Higher sample rates won't hurt your hardware, but audio
181 quality may suffer.
182
Takashi Iwai230b5c12005-11-17 10:17:05 +0100183config SND_CA0106
184 tristate "SB Audigy LS / Live 24bit"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100185 select SND_AC97_CODEC
186 select SND_RAWMIDI
Takashi Iwai49c88b82008-02-18 13:06:49 +0100187 select SND_VMASTER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100188 help
189 Say Y here to include support for the Sound Blaster Audigy LS
190 and Live 24bit.
191
192 To compile this driver as a module, choose M here: the module
193 will be called snd-ca0106.
194
195config SND_CMIPCI
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200196 tristate "C-Media 8338, 8738, 8768, 8770"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100197 select SND_OPL3_LIB
198 select SND_MPU401_UART
199 select SND_PCM
200 help
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200201 If you want to use soundcards based on C-Media CMI8338, CMI8738,
202 CMI8768 or CMI8770 chips, say Y here and read
Takashi Iwai230b5c12005-11-17 10:17:05 +0100203 <file:Documentation/sound/alsa/CMIPCI.txt>.
204
205 To compile this driver as a module, choose M here: the module
206 will be called snd-cmipci.
207
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100208config SND_OXYGEN_LIB
209 tristate
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100210
211config SND_OXYGEN
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100212 tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100213 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200214 select SND_PCM
215 select SND_MPU401_UART
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100216 help
217 Say Y here to include support for sound cards based on the
218 C-Media CMI8788 (Oxygen HD Audio) chip:
219 * Asound A-8788
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100220 * Asus Xonar DG
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100221 * AuzenTech X-Meridian
Clemens Ladisch8443d2e2011-01-10 16:17:26 +0100222 * AuzenTech X-Meridian 2G
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100223 * Bgears b-Enspirer
224 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100225 * HT-Omega Claro (plus)
226 * HT-Omega Claro halo (XT)
Clemens Ladisch31f86ba2010-11-02 17:18:23 +0100227 * Kuroutoshikou CMI8787-HG2PCI
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100228 * Razer Barracuda AC-1
229 * Sondigo Inferno
Clemens Ladisch45c1de82010-11-02 17:08:37 +0100230 * TempoTec/MediaTek HiFier Fantasia
Clemens Ladisch2146dcf2010-11-03 12:26:35 +0100231 * TempoTec/MediaTek HiFier Serenade
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100232
233 To compile this driver as a module, choose M here: the module
234 will be called snd-oxygen.
235
Takashi Iwai230b5c12005-11-17 10:17:05 +0100236config SND_CS4281
237 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100238 select SND_OPL3_LIB
239 select SND_RAWMIDI
240 select SND_AC97_CODEC
241 help
242 Say Y here to include support for Cirrus Logic CS4281 chips.
243
244 To compile this driver as a module, choose M here: the module
245 will be called snd-cs4281.
246
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247config SND_CS46XX
248 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 select SND_RAWMIDI
250 select SND_AC97_CODEC
251 help
252 Say Y here to include support for Cirrus Logic CS4610/CS4612/
253 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
254
255 To compile this driver as a module, choose M here: the module
256 will be called snd-cs46xx.
257
258config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200259 bool "Cirrus Logic (Sound Fusion) New DSP support"
260 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300261 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 help
263 Say Y here to use a new DSP image for SPDIF and dual codecs.
264
265 This works better than the old code, so say Y.
266
Takashi Iwai621887a2007-05-24 18:46:54 +0200267config SND_CS5530
268 tristate "CS5530 Audio"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200269 depends on ISA_DMA_API
Takashi Iwaidda369c2007-05-25 11:50:33 +0200270 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200271 help
272 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
273
274 To compile this driver as a module, choose M here: the module
275 will be called snd-cs5530.
276
Takashi Iwai230b5c12005-11-17 10:17:05 +0100277config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200278 tristate "CS5535/CS5536 Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100279 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 select SND_AC97_CODEC
281 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100282 Say Y here to include support for audio on CS5535 chips. It is
283 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200284 various literature. This driver also supports the CS5536 audio
285 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300286 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200287 mapped headphone out to master output. If that works for you,
288 send lspci -vvv output to the mailing list so that your board
289 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290
291 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100292 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200294config SND_CTXFI
295 tristate "Creative Sound Blaster X-Fi"
296 select SND_PCM
297 help
298 If you want to use soundcards based on Creative Sound Blastr X-Fi
299 boards with 20k1 or 20k2 chips, say Y here.
300
301 To compile this driver as a module, choose M here: the module
302 will be called snd-ctxfi.
303
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200304config SND_DARLA20
305 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200306 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200307 select SND_PCM
308 help
309 Say 'Y' or 'M' to include support for Echoaudio Darla.
310
311 To compile this driver as a module, choose M here: the module
312 will be called snd-darla20
313
314config SND_GINA20
315 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200316 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200317 select SND_PCM
318 help
319 Say 'Y' or 'M' to include support for Echoaudio Gina.
320
321 To compile this driver as a module, choose M here: the module
322 will be called snd-gina20
323
324config SND_LAYLA20
325 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200326 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200327 select SND_RAWMIDI
328 select SND_PCM
329 help
330 Say 'Y' or 'M' to include support for Echoaudio Layla.
331
332 To compile this driver as a module, choose M here: the module
333 will be called snd-layla20
334
335config SND_DARLA24
336 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200337 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200338 select SND_PCM
339 help
340 Say 'Y' or 'M' to include support for Echoaudio Darla24.
341
342 To compile this driver as a module, choose M here: the module
343 will be called snd-darla24
344
345config SND_GINA24
346 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200347 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200348 select SND_PCM
349 help
350 Say 'Y' or 'M' to include support for Echoaudio Gina24.
351
352 To compile this driver as a module, choose M here: the module
353 will be called snd-gina24
354
355config SND_LAYLA24
356 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200357 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200358 select SND_RAWMIDI
359 select SND_PCM
360 help
361 Say 'Y' or 'M' to include support for Echoaudio Layla24.
362
363 To compile this driver as a module, choose M here: the module
364 will be called snd-layla24
365
366config SND_MONA
367 tristate "(Echoaudio) Mona"
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 Mona.
373
374 To compile this driver as a module, choose M here: the module
375 will be called snd-mona
376
377config SND_MIA
378 tristate "(Echoaudio) Mia"
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 Mia and Mia-midi.
384
385 To compile this driver as a module, choose M here: the module
386 will be called snd-mia
387
388config SND_ECHO3G
389 tristate "(Echoaudio) 3G cards"
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 Gina3G and Layla3G.
395
396 To compile this driver as a module, choose M here: the module
397 will be called snd-echo3g
398
399config SND_INDIGO
400 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200401 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200402 select SND_PCM
403 help
404 Say 'Y' or 'M' to include support for Echoaudio Indigo.
405
406 To compile this driver as a module, choose M here: the module
407 will be called snd-indigo
408
409config SND_INDIGOIO
410 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200411 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200412 select SND_PCM
413 help
414 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
415
416 To compile this driver as a module, choose M here: the module
417 will be called snd-indigoio
418
419config SND_INDIGODJ
420 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200421 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200422 select SND_PCM
423 help
424 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
425
426 To compile this driver as a module, choose M here: the module
427 will be called snd-indigodj
428
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100429config SND_INDIGOIOX
430 tristate "(Echoaudio) Indigo IOx"
431 select FW_LOADER
432 select SND_PCM
433 help
434 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
435
436 To compile this driver as a module, choose M here: the module
437 will be called snd-indigoiox
438
439config SND_INDIGODJX
440 tristate "(Echoaudio) Indigo DJx"
441 select FW_LOADER
442 select SND_PCM
443 help
444 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
445
446 To compile this driver as a module, choose M here: the module
447 will be called snd-indigodjx
448
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449config SND_EMU10K1
450 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200451 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 select SND_HWDEP
453 select SND_RAWMIDI
454 select SND_AC97_CODEC
455 help
456 Say Y to include support for Sound Blaster PCI 512, Live!,
457 Audigy and E-mu APS (partially supported) soundcards.
458
459 The confusing multitude of mixer controls is documented in
460 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
461 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
462
463 To compile this driver as a module, choose M here: the module
464 will be called snd-emu10k1.
465
466config SND_EMU10K1X
467 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 select SND_AC97_CODEC
469 select SND_RAWMIDI
470 help
471 Say Y here to include support for the Dell OEM version of the
472 Sound Blaster Live!.
473
474 To compile this driver as a module, choose M here: the module
475 will be called snd-emu10k1x.
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477config SND_ENS1370
478 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 select SND_RAWMIDI
480 select SND_PCM
481 help
482 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
483
484 To compile this driver as a module, choose M here: the module
485 will be called snd-ens1370.
486
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487config SND_ENS1371
488 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 select SND_RAWMIDI
490 select SND_AC97_CODEC
491 help
492 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
493 Sound Blaster PCI 64 or 128 soundcards.
494
495 To compile this driver as a module, choose M here: the module
496 will be called snd-ens1371.
497
498config SND_ES1938
499 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 select SND_OPL3_LIB
501 select SND_MPU401_UART
502 select SND_AC97_CODEC
503 help
504 Say Y here to include support for soundcards based on ESS Solo-1
505 (ES1938, ES1946, ES1969) chips.
506
507 To compile this driver as a module, choose M here: the module
508 will be called snd-es1938.
509
510config SND_ES1968
511 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 select SND_MPU401_UART
513 select SND_AC97_CODEC
514 help
515 Say Y here to include support for soundcards based on ESS Maestro
516 1/2/2E chips.
517
518 To compile this driver as a module, choose M here: the module
519 will be called snd-es1968.
520
Hans de Goede5a5e02e2010-04-23 05:26:43 -0400521config SND_ES1968_INPUT
522 bool "Enable input device for es1968 volume buttons"
523 depends on SND_ES1968
524 depends on INPUT=y || INPUT=SND_ES1968
525 help
526 If you say Y here, you will get an input device which reports
527 keypresses for the volume buttons connected to the es1968 chip.
528 If you say N the buttons will directly control the master volume.
529 It is recommended to say Y.
530
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531config SND_FM801
532 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 select SND_OPL3_LIB
534 select SND_MPU401_UART
535 select SND_AC97_CODEC
536 help
537 Say Y here to include support for soundcards based on the ForteMedia
538 FM801 chip.
539
540 To compile this driver as a module, choose M here: the module
541 will be called snd-fm801.
542
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200543config SND_FM801_TEA575X_BOOL
544 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 depends on SND_FM801
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300546 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 help
548 Say Y here to include support for soundcards based on the ForteMedia
549 FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200550 Forte SF256-PCS-02) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200552config SND_FM801_TEA575X
Jaroslav Kyselac775ac72006-06-29 16:12:30 +0200553 tristate
554 depends on SND_FM801_TEA575X_BOOL
555 default SND_FM801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556
Takashi Iwai11b444d2008-11-21 09:32:40 +0100557source "sound/pci/hda/Kconfig"
Takashi Iwai7a5a27c2007-09-17 19:07:46 +0200558
Takashi Iwai230b5c12005-11-17 10:17:05 +0100559config SND_HDSP
560 tristate "RME Hammerfall DSP Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100561 select SND_HWDEP
562 select SND_RAWMIDI
563 select SND_PCM
564 help
565 Say Y here to include support for RME Hammerfall DSP Audio
566 soundcards.
567
568 To compile this driver as a module, choose M here: the module
569 will be called snd-hdsp.
570
Takashi Iwai511b4c12009-05-12 11:51:46 +0200571comment "Don't forget to add built-in firmwares for HDSP driver"
572 depends on SND_HDSP=y
573
Takashi Iwai230b5c12005-11-17 10:17:05 +0100574config SND_HDSPM
575 tristate "RME Hammerfall DSP MADI"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100576 select SND_HWDEP
577 select SND_RAWMIDI
578 select SND_PCM
579 help
580 Say Y here to include support for RME Hammerfall DSP MADI
581 soundcards.
582
583 To compile this driver as a module, choose M here: the module
584 will be called snd-hdspm.
585
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586config SND_ICE1712
587 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 select SND_MPU401_UART
589 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900590 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 help
592 Say Y here to include support for soundcards based on the
593 ICE1712 (Envy24) chip.
594
595 Currently supported hardware is: M-Audio Delta 1010(LT),
596 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400597 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
598 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
599 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600
601 To compile this driver as a module, choose M here: the module
602 will be called snd-ice1712.
603
604config SND_ICE1724
605 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200606 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100608 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 help
610 Say Y here to include support for soundcards based on
611 ICE/VT1724/1720 (Envy24HT/PT) chips.
612
613 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400614 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
615 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
616 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
617 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
618 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
619 AV-710; Shuttle SN25P.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
621 To compile this driver as a module, choose M here: the module
622 will be called snd-ice1724.
623
624config SND_INTEL8X0
625 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 select SND_AC97_CODEC
627 help
628 Say Y here to include support for the integrated AC97 sound
629 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
630 ALi chipsets using the M5455 Audio Controller. (There is a
631 separate driver for ALi M5451 Audio Controllers.)
632
633 To compile this driver as a module, choose M here: the module
634 will be called snd-intel8x0.
635
636config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200637 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 select SND_AC97_CODEC
639 help
640 Say Y here to include support for the integrated MC97 modem on
641 motherboards with Intel/SiS/nVidia/AMD chipsets.
642
643 To compile this driver as a module, choose M here: the module
644 will be called snd-intel8x0m.
645
Takashi Iwai230b5c12005-11-17 10:17:05 +0100646config SND_KORG1212
647 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100648 select SND_PCM
649 help
650 Say Y here to include support for Korg 1212IO soundcards.
651
652 To compile this driver as a module, choose M here: the module
653 will be called snd-korg1212.
654
Tim Blechmann02bec492009-03-24 12:24:35 +0100655config SND_LX6464ES
656 tristate "Digigram LX6464ES"
657 select SND_PCM
658 help
659 Say Y here to include support for Digigram LX6464ES boards.
660
661 To compile this driver as a module, choose M here: the module
662 will be called snd-lx6464es.
663
664
Takashi Iwai230b5c12005-11-17 10:17:05 +0100665config SND_MAESTRO3
666 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100667 select SND_AC97_CODEC
668 help
669 Say Y here to include support for soundcards based on ESS Maestro 3
670 (Allegro) chips.
671
672 To compile this driver as a module, choose M here: the module
673 will be called snd-maestro3.
674
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400675config SND_MAESTRO3_INPUT
676 bool "Enable input device for maestro3 volume buttons"
677 depends on SND_MAESTRO3
678 depends on INPUT=y || INPUT=SND_MAESTRO3
679 help
680 If you say Y here, you will get an input device which reports
681 keypresses for the volume buttons connected to the maestro3 chip.
682 If you say N the buttons will directly control the master volume.
683 It is recommended to say Y.
684
Takashi Iwai230b5c12005-11-17 10:17:05 +0100685config SND_MIXART
686 tristate "Digigram miXart"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100687 select SND_HWDEP
688 select SND_PCM
689 help
690 If you want to use Digigram miXart soundcards, say Y here and
691 read <file:Documentation/sound/alsa/MIXART.txt>.
692
693 To compile this driver as a module, choose M here: the module
694 will be called snd-mixart.
695
696config SND_NM256
697 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100698 select SND_AC97_CODEC
699 help
700 Say Y here to include support for NeoMagic NM256AV/ZX chips.
701
702 To compile this driver as a module, choose M here: the module
703 will be called snd-nm256.
704
Markus Bollingere12229b2005-12-06 13:55:26 +0100705config SND_PCXHR
706 tristate "Digigram PCXHR"
Markus Bollingere12229b2005-12-06 13:55:26 +0100707 select SND_PCM
708 select SND_HWDEP
709 help
710 Say Y here to include support for Digigram PCXHR boards.
711
712 To compile this driver as a module, choose M here: the module
713 will be called snd-pcxhr.
714
Peter Gruber109a9632006-03-27 13:10:28 +0200715config SND_RIPTIDE
716 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200717 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200718 select SND_OPL3_LIB
719 select SND_MPU401_UART
720 select SND_AC97_CODEC
721 help
722 Say 'Y' or 'M' to include support for Conexant Riptide chip.
723
724 To compile this driver as a module, choose M here: the module
725 will be called snd-riptide
726
Takashi Iwai230b5c12005-11-17 10:17:05 +0100727config SND_RME32
728 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100729 select SND_PCM
730 help
731 Say Y to include support for RME Digi32, Digi32 PRO and
732 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
733 devices.
734
735 To compile this driver as a module, choose M here: the module
736 will be called snd-rme32.
737
738config SND_RME96
739 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100740 select SND_PCM
741 help
742 Say Y here to include support for RME Digi96, Digi96/8 and
743 Digi96/8 PRO/PAD/PST soundcards.
744
745 To compile this driver as a module, choose M here: the module
746 will be called snd-rme96.
747
748config SND_RME9652
749 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100750 select SND_PCM
751 help
752 Say Y here to include support for RME Hammerfall (RME
753 Digi9652/Digi9636) soundcards.
754
755 To compile this driver as a module, choose M here: the module
756 will be called snd-rme9652.
757
David Dillow175859b2007-12-14 14:40:23 +0100758config SND_SIS7019
759 tristate "SiS 7019 Audio Accelerator"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200760 depends on X86 && !X86_64
David Dillow175859b2007-12-14 14:40:23 +0100761 select SND_AC97_CODEC
762 help
763 Say Y here to include support for the SiS 7019 Audio Accelerator.
764
765 To compile this driver as a module, choose M here: the module
766 will be called snd-sis7019.
767
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768config SND_SONICVIBES
769 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 select SND_OPL3_LIB
771 select SND_MPU401_UART
772 select SND_AC97_CODEC
773 help
774 Say Y here to include support for soundcards based on the S3
775 SonicVibes chip.
776
777 To compile this driver as a module, choose M here: the module
778 will be called snd-sonicvibes.
779
Takashi Iwai230b5c12005-11-17 10:17:05 +0100780config SND_TRIDENT
781 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100782 select SND_MPU401_UART
783 select SND_AC97_CODEC
784 help
785 Say Y here to include support for soundcards based on Trident
786 4D-Wave DX/NX or SiS 7018 chips.
787
788 To compile this driver as a module, choose M here: the module
789 will be called snd-trident.
790
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791config SND_VIA82XX
792 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 select SND_MPU401_UART
794 select SND_AC97_CODEC
795 help
796 Say Y here to include support for the integrated AC97 sound
797 device on motherboards with VIA chipsets.
798
799 To compile this driver as a module, choose M here: the module
800 will be called snd-via82xx.
801
802config SND_VIA82XX_MODEM
803 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 select SND_AC97_CODEC
805 help
806 Say Y here to include support for the integrated MC97 modem on
807 motherboards with VIA chipsets.
808
809 To compile this driver as a module, choose M here: the module
810 will be called snd-via82xx-modem.
811
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100812config SND_VIRTUOSO
Clemens Ladisch51485e82010-09-09 12:26:52 +0200813 tristate "Asus Virtuoso 66/100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100814 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200815 select SND_PCM
816 select SND_MPU401_UART
Clemens Ladisch435feac2010-09-09 12:20:29 +0200817 select SND_JACK if INPUT=y || INPUT=SND
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100818 help
819 Say Y here to include support for sound cards based on the
Clemens Ladisch51485e82010-09-09 12:26:52 +0200820 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS,
Clemens Ladisch04f98902009-05-25 10:11:29 +0200821 Essence ST (Deluxe), and Essence STX.
Clemens Ladischb532d6b2011-01-10 16:23:57 +0100822 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental;
823 for the Xense, missing.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100824
825 To compile this driver as a module, choose M here: the module
826 will be called snd-virtuoso.
827
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828config SND_VX222
829 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 select SND_VX_LIB
831 help
832 Say Y here to include support for Digigram VX222 soundcards.
833
834 To compile this driver as a module, choose M here: the module
835 will be called snd-vx222.
836
Takashi Iwai230b5c12005-11-17 10:17:05 +0100837config SND_YMFPCI
838 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100839 select SND_OPL3_LIB
840 select SND_MPU401_UART
841 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100843 Say Y here to include support for Yamaha PCI audio chips -
844 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845
846 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100847 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848
Takashi Iwai89fe5112008-05-23 16:10:37 +0200849endif # SND_PCI