blob: ebcf065ad2c26359348339a8cefe8c7aff443221 [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 select SND_PCM
211 select SND_MPU401_UART
212
213config SND_OXYGEN
214 tristate "C-Media 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100215 select SND_OXYGEN_LIB
216 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
220 * AuzenTech X-Meridian
221 * Bgears b-Enspirer
222 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100223 * HT-Omega Claro (plus)
224 * HT-Omega Claro halo (XT)
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100225 * Razer Barracuda AC-1
226 * Sondigo Inferno
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100227
228 To compile this driver as a module, choose M here: the module
229 will be called snd-oxygen.
230
Takashi Iwai230b5c12005-11-17 10:17:05 +0100231config SND_CS4281
232 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100233 select SND_OPL3_LIB
234 select SND_RAWMIDI
235 select SND_AC97_CODEC
236 help
237 Say Y here to include support for Cirrus Logic CS4281 chips.
238
239 To compile this driver as a module, choose M here: the module
240 will be called snd-cs4281.
241
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242config SND_CS46XX
243 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 select SND_RAWMIDI
245 select SND_AC97_CODEC
246 help
247 Say Y here to include support for Cirrus Logic CS4610/CS4612/
248 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
249
250 To compile this driver as a module, choose M here: the module
251 will be called snd-cs46xx.
252
253config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200254 bool "Cirrus Logic (Sound Fusion) New DSP support"
255 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300256 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 help
258 Say Y here to use a new DSP image for SPDIF and dual codecs.
259
260 This works better than the old code, so say Y.
261
Takashi Iwai621887a2007-05-24 18:46:54 +0200262config SND_CS5530
263 tristate "CS5530 Audio"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200264 depends on ISA_DMA_API
Takashi Iwaidda369c2007-05-25 11:50:33 +0200265 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200266 help
267 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
268
269 To compile this driver as a module, choose M here: the module
270 will be called snd-cs5530.
271
Takashi Iwai230b5c12005-11-17 10:17:05 +0100272config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200273 tristate "CS5535/CS5536 Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100274 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 select SND_AC97_CODEC
276 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100277 Say Y here to include support for audio on CS5535 chips. It is
278 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200279 various literature. This driver also supports the CS5536 audio
280 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300281 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200282 mapped headphone out to master output. If that works for you,
283 send lspci -vvv output to the mailing list so that your board
284 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
286 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100287 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200289config SND_CTXFI
290 tristate "Creative Sound Blaster X-Fi"
291 select SND_PCM
292 help
293 If you want to use soundcards based on Creative Sound Blastr X-Fi
294 boards with 20k1 or 20k2 chips, say Y here.
295
296 To compile this driver as a module, choose M here: the module
297 will be called snd-ctxfi.
298
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200299config SND_DARLA20
300 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200301 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200302 select SND_PCM
303 help
304 Say 'Y' or 'M' to include support for Echoaudio Darla.
305
306 To compile this driver as a module, choose M here: the module
307 will be called snd-darla20
308
309config SND_GINA20
310 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200311 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200312 select SND_PCM
313 help
314 Say 'Y' or 'M' to include support for Echoaudio Gina.
315
316 To compile this driver as a module, choose M here: the module
317 will be called snd-gina20
318
319config SND_LAYLA20
320 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200321 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200322 select SND_RAWMIDI
323 select SND_PCM
324 help
325 Say 'Y' or 'M' to include support for Echoaudio Layla.
326
327 To compile this driver as a module, choose M here: the module
328 will be called snd-layla20
329
330config SND_DARLA24
331 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200332 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200333 select SND_PCM
334 help
335 Say 'Y' or 'M' to include support for Echoaudio Darla24.
336
337 To compile this driver as a module, choose M here: the module
338 will be called snd-darla24
339
340config SND_GINA24
341 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200342 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200343 select SND_PCM
344 help
345 Say 'Y' or 'M' to include support for Echoaudio Gina24.
346
347 To compile this driver as a module, choose M here: the module
348 will be called snd-gina24
349
350config SND_LAYLA24
351 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200352 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200353 select SND_RAWMIDI
354 select SND_PCM
355 help
356 Say 'Y' or 'M' to include support for Echoaudio Layla24.
357
358 To compile this driver as a module, choose M here: the module
359 will be called snd-layla24
360
361config SND_MONA
362 tristate "(Echoaudio) Mona"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200363 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200364 select SND_RAWMIDI
365 select SND_PCM
366 help
367 Say 'Y' or 'M' to include support for Echoaudio Mona.
368
369 To compile this driver as a module, choose M here: the module
370 will be called snd-mona
371
372config SND_MIA
373 tristate "(Echoaudio) Mia"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200374 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200375 select SND_RAWMIDI
376 select SND_PCM
377 help
378 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
379
380 To compile this driver as a module, choose M here: the module
381 will be called snd-mia
382
383config SND_ECHO3G
384 tristate "(Echoaudio) 3G cards"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200385 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200386 select SND_RAWMIDI
387 select SND_PCM
388 help
389 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
390
391 To compile this driver as a module, choose M here: the module
392 will be called snd-echo3g
393
394config SND_INDIGO
395 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200396 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200397 select SND_PCM
398 help
399 Say 'Y' or 'M' to include support for Echoaudio Indigo.
400
401 To compile this driver as a module, choose M here: the module
402 will be called snd-indigo
403
404config SND_INDIGOIO
405 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200406 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200407 select SND_PCM
408 help
409 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
410
411 To compile this driver as a module, choose M here: the module
412 will be called snd-indigoio
413
414config SND_INDIGODJ
415 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200416 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200417 select SND_PCM
418 help
419 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
420
421 To compile this driver as a module, choose M here: the module
422 will be called snd-indigodj
423
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100424config SND_INDIGOIOX
425 tristate "(Echoaudio) Indigo IOx"
426 select FW_LOADER
427 select SND_PCM
428 help
429 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
430
431 To compile this driver as a module, choose M here: the module
432 will be called snd-indigoiox
433
434config SND_INDIGODJX
435 tristate "(Echoaudio) Indigo DJx"
436 select FW_LOADER
437 select SND_PCM
438 help
439 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
440
441 To compile this driver as a module, choose M here: the module
442 will be called snd-indigodjx
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444config SND_EMU10K1
445 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200446 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 select SND_HWDEP
448 select SND_RAWMIDI
449 select SND_AC97_CODEC
450 help
451 Say Y to include support for Sound Blaster PCI 512, Live!,
452 Audigy and E-mu APS (partially supported) soundcards.
453
454 The confusing multitude of mixer controls is documented in
455 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
456 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
457
458 To compile this driver as a module, choose M here: the module
459 will be called snd-emu10k1.
460
461config SND_EMU10K1X
462 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 select SND_AC97_CODEC
464 select SND_RAWMIDI
465 help
466 Say Y here to include support for the Dell OEM version of the
467 Sound Blaster Live!.
468
469 To compile this driver as a module, choose M here: the module
470 will be called snd-emu10k1x.
471
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472config SND_ENS1370
473 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 select SND_RAWMIDI
475 select SND_PCM
476 help
477 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
478
479 To compile this driver as a module, choose M here: the module
480 will be called snd-ens1370.
481
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482config SND_ENS1371
483 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 select SND_RAWMIDI
485 select SND_AC97_CODEC
486 help
487 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
488 Sound Blaster PCI 64 or 128 soundcards.
489
490 To compile this driver as a module, choose M here: the module
491 will be called snd-ens1371.
492
493config SND_ES1938
494 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 select SND_OPL3_LIB
496 select SND_MPU401_UART
497 select SND_AC97_CODEC
498 help
499 Say Y here to include support for soundcards based on ESS Solo-1
500 (ES1938, ES1946, ES1969) chips.
501
502 To compile this driver as a module, choose M here: the module
503 will be called snd-es1938.
504
505config SND_ES1968
506 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 select SND_MPU401_UART
508 select SND_AC97_CODEC
509 help
510 Say Y here to include support for soundcards based on ESS Maestro
511 1/2/2E chips.
512
513 To compile this driver as a module, choose M here: the module
514 will be called snd-es1968.
515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516config SND_FM801
517 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 select SND_OPL3_LIB
519 select SND_MPU401_UART
520 select SND_AC97_CODEC
521 help
522 Say Y here to include support for soundcards based on the ForteMedia
523 FM801 chip.
524
525 To compile this driver as a module, choose M here: the module
526 will be called snd-fm801.
527
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200528config SND_FM801_TEA575X_BOOL
529 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 depends on SND_FM801
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300531 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 help
533 Say Y here to include support for soundcards based on the ForteMedia
534 FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200535 Forte SF256-PCS-02) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200537config SND_FM801_TEA575X
Jaroslav Kyselac775ac72006-06-29 16:12:30 +0200538 tristate
539 depends on SND_FM801_TEA575X_BOOL
540 default SND_FM801
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
Takashi Iwai11b444d2008-11-21 09:32:40 +0100542source "sound/pci/hda/Kconfig"
Takashi Iwai7a5a27c2007-09-17 19:07:46 +0200543
Takashi Iwai230b5c12005-11-17 10:17:05 +0100544config SND_HDSP
545 tristate "RME Hammerfall DSP Audio"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100546 select SND_HWDEP
547 select SND_RAWMIDI
548 select SND_PCM
549 help
550 Say Y here to include support for RME Hammerfall DSP Audio
551 soundcards.
552
553 To compile this driver as a module, choose M here: the module
554 will be called snd-hdsp.
555
Takashi Iwai511b4c12009-05-12 11:51:46 +0200556comment "Don't forget to add built-in firmwares for HDSP driver"
557 depends on SND_HDSP=y
558
Takashi Iwai230b5c12005-11-17 10:17:05 +0100559config SND_HDSPM
560 tristate "RME Hammerfall DSP MADI"
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 MADI
566 soundcards.
567
568 To compile this driver as a module, choose M here: the module
569 will be called snd-hdspm.
570
Clemens Ladischc6260262008-01-25 08:41:52 +0100571config SND_HIFIER
572 tristate "TempoTec HiFier Fantasia"
Clemens Ladischc6260262008-01-25 08:41:52 +0100573 select SND_OXYGEN_LIB
574 help
575 Say Y here to include support for the MediaTek/TempoTec HiFier
576 Fantasia sound card.
577
578 To compile this driver as a module, choose M here: the module
579 will be called snd-hifier.
580
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581config SND_ICE1712
582 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 select SND_MPU401_UART
584 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900585 select BITREVERSE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 help
587 Say Y here to include support for soundcards based on the
588 ICE1712 (Envy24) chip.
589
590 Currently supported hardware is: M-Audio Delta 1010(LT),
591 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400592 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
593 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
594 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595
596 To compile this driver as a module, choose M here: the module
597 will be called snd-ice1712.
598
599config SND_ICE1724
600 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200601 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100603 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 help
605 Say Y here to include support for soundcards based on
606 ICE/VT1724/1720 (Envy24HT/PT) chips.
607
608 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400609 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
610 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
611 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
612 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
613 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
614 AV-710; Shuttle SN25P.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615
616 To compile this driver as a module, choose M here: the module
617 will be called snd-ice1724.
618
619config SND_INTEL8X0
620 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 select SND_AC97_CODEC
622 help
623 Say Y here to include support for the integrated AC97 sound
624 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
625 ALi chipsets using the M5455 Audio Controller. (There is a
626 separate driver for ALi M5451 Audio Controllers.)
627
628 To compile this driver as a module, choose M here: the module
629 will be called snd-intel8x0.
630
631config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200632 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 select SND_AC97_CODEC
634 help
635 Say Y here to include support for the integrated MC97 modem on
636 motherboards with Intel/SiS/nVidia/AMD chipsets.
637
638 To compile this driver as a module, choose M here: the module
639 will be called snd-intel8x0m.
640
Takashi Iwai230b5c12005-11-17 10:17:05 +0100641config SND_KORG1212
642 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100643 select SND_PCM
644 help
645 Say Y here to include support for Korg 1212IO soundcards.
646
647 To compile this driver as a module, choose M here: the module
648 will be called snd-korg1212.
649
Tim Blechmann02bec492009-03-24 12:24:35 +0100650config SND_LX6464ES
651 tristate "Digigram LX6464ES"
652 select SND_PCM
653 help
654 Say Y here to include support for Digigram LX6464ES boards.
655
656 To compile this driver as a module, choose M here: the module
657 will be called snd-lx6464es.
658
659
Takashi Iwai230b5c12005-11-17 10:17:05 +0100660config SND_MAESTRO3
661 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100662 select SND_AC97_CODEC
663 help
664 Say Y here to include support for soundcards based on ESS Maestro 3
665 (Allegro) chips.
666
667 To compile this driver as a module, choose M here: the module
668 will be called snd-maestro3.
669
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400670config SND_MAESTRO3_INPUT
671 bool "Enable input device for maestro3 volume buttons"
672 depends on SND_MAESTRO3
673 depends on INPUT=y || INPUT=SND_MAESTRO3
674 help
675 If you say Y here, you will get an input device which reports
676 keypresses for the volume buttons connected to the maestro3 chip.
677 If you say N the buttons will directly control the master volume.
678 It is recommended to say Y.
679
Takashi Iwai230b5c12005-11-17 10:17:05 +0100680config SND_MIXART
681 tristate "Digigram miXart"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100682 select SND_HWDEP
683 select SND_PCM
684 help
685 If you want to use Digigram miXart soundcards, say Y here and
686 read <file:Documentation/sound/alsa/MIXART.txt>.
687
688 To compile this driver as a module, choose M here: the module
689 will be called snd-mixart.
690
691config SND_NM256
692 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100693 select SND_AC97_CODEC
694 help
695 Say Y here to include support for NeoMagic NM256AV/ZX chips.
696
697 To compile this driver as a module, choose M here: the module
698 will be called snd-nm256.
699
Markus Bollingere12229b2005-12-06 13:55:26 +0100700config SND_PCXHR
701 tristate "Digigram PCXHR"
Markus Bollingere12229b2005-12-06 13:55:26 +0100702 select SND_PCM
703 select SND_HWDEP
704 help
705 Say Y here to include support for Digigram PCXHR boards.
706
707 To compile this driver as a module, choose M here: the module
708 will be called snd-pcxhr.
709
Peter Gruber109a9632006-03-27 13:10:28 +0200710config SND_RIPTIDE
711 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200712 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200713 select SND_OPL3_LIB
714 select SND_MPU401_UART
715 select SND_AC97_CODEC
716 help
717 Say 'Y' or 'M' to include support for Conexant Riptide chip.
718
719 To compile this driver as a module, choose M here: the module
720 will be called snd-riptide
721
Takashi Iwai230b5c12005-11-17 10:17:05 +0100722config SND_RME32
723 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100724 select SND_PCM
725 help
726 Say Y to include support for RME Digi32, Digi32 PRO and
727 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
728 devices.
729
730 To compile this driver as a module, choose M here: the module
731 will be called snd-rme32.
732
733config SND_RME96
734 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100735 select SND_PCM
736 help
737 Say Y here to include support for RME Digi96, Digi96/8 and
738 Digi96/8 PRO/PAD/PST soundcards.
739
740 To compile this driver as a module, choose M here: the module
741 will be called snd-rme96.
742
743config SND_RME9652
744 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100745 select SND_PCM
746 help
747 Say Y here to include support for RME Hammerfall (RME
748 Digi9652/Digi9636) soundcards.
749
750 To compile this driver as a module, choose M here: the module
751 will be called snd-rme9652.
752
David Dillow175859b2007-12-14 14:40:23 +0100753config SND_SIS7019
754 tristate "SiS 7019 Audio Accelerator"
Takashi Iwai89fe5112008-05-23 16:10:37 +0200755 depends on X86 && !X86_64
David Dillow175859b2007-12-14 14:40:23 +0100756 select SND_AC97_CODEC
757 help
758 Say Y here to include support for the SiS 7019 Audio Accelerator.
759
760 To compile this driver as a module, choose M here: the module
761 will be called snd-sis7019.
762
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763config SND_SONICVIBES
764 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 select SND_OPL3_LIB
766 select SND_MPU401_UART
767 select SND_AC97_CODEC
768 help
769 Say Y here to include support for soundcards based on the S3
770 SonicVibes chip.
771
772 To compile this driver as a module, choose M here: the module
773 will be called snd-sonicvibes.
774
Takashi Iwai230b5c12005-11-17 10:17:05 +0100775config SND_TRIDENT
776 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100777 select SND_MPU401_UART
778 select SND_AC97_CODEC
779 help
780 Say Y here to include support for soundcards based on Trident
781 4D-Wave DX/NX or SiS 7018 chips.
782
783 To compile this driver as a module, choose M here: the module
784 will be called snd-trident.
785
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786config SND_VIA82XX
787 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 select SND_MPU401_UART
789 select SND_AC97_CODEC
790 help
791 Say Y here to include support for the integrated AC97 sound
792 device on motherboards with VIA chipsets.
793
794 To compile this driver as a module, choose M here: the module
795 will be called snd-via82xx.
796
797config SND_VIA82XX_MODEM
798 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 select SND_AC97_CODEC
800 help
801 Say Y here to include support for the integrated MC97 modem on
802 motherboards with VIA chipsets.
803
804 To compile this driver as a module, choose M here: the module
805 will be called snd-via82xx-modem.
806
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100807config SND_VIRTUOSO
Clemens Ladischa9d3cc42008-04-07 10:29:44 +0200808 tristate "Asus Virtuoso 100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100809 select SND_OXYGEN_LIB
810 help
811 Say Y here to include support for sound cards based on the
Clemens Ladisch04f98902009-05-25 10:11:29 +0200812 Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X,
813 Essence ST (Deluxe), and Essence STX.
Clemens Ladischd1db38c2010-01-18 15:44:04 +0100814 Support for the DS is experimental.
Clemens Ladisch3288a662009-01-19 10:08:38 +0100815 Support for the HDAV1.3 (Deluxe) is very experimental.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100816
817 To compile this driver as a module, choose M here: the module
818 will be called snd-virtuoso.
819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820config SND_VX222
821 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822 select SND_VX_LIB
823 help
824 Say Y here to include support for Digigram VX222 soundcards.
825
826 To compile this driver as a module, choose M here: the module
827 will be called snd-vx222.
828
Takashi Iwai230b5c12005-11-17 10:17:05 +0100829config SND_YMFPCI
830 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100831 select SND_OPL3_LIB
832 select SND_MPU401_UART
833 select SND_AC97_CODEC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100835 Say Y here to include support for Yamaha PCI audio chips -
836 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837
838 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100839 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840
Takashi Iwai89fe5112008-05-23 16:10:37 +0200841endif # SND_PCI