]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/pci/Kconfig
ALSA: hda - Make CONFIG_SND_HDA_RECONFIG for codec reconfiguration
[mirror_ubuntu-bionic-kernel.git] / sound / pci / Kconfig
CommitLineData
1da177e4
LT
1# ALSA PCI drivers
2
89fe5117
TI
3menuconfig 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
1da177e4 11
230b5c1a
TI
12config SND_AD1889
13 tristate "Analog Devices AD1889"
230b5c1a
TI
14 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
b3a70d5e 23config SND_ALS300
6054b68e 24 tristate "Avance Logic ALS300/ALS300+"
6054b68e
MCC
25 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+
b3a70d5e 30
6054b68e
MCC
31 To compile this driver as a module, choose M here: the module
32 will be called snd-als300
b3a70d5e 33
230b5c1a
TI
34config SND_ALS4000
35 tristate "Avance Logic ALS4000"
89fe5117 36 depends on ISA_DMA_API
230b5c1a
TI
37 select SND_OPL3_LIB
38 select SND_MPU401_UART
39 select SND_PCM
dda369cf 40 select SND_SB_COMMON
230b5c1a
TI
41 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
1da177e4
LT
48config SND_ALI5451
49 tristate "ALi M5451 PCI Audio Controller"
1da177e4
LT
50 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
61config SND_ATIIXP
62 tristate "ATI IXP AC97 Controller"
1da177e4
LT
63 select SND_AC97_CODEC
64 help
65 Say Y here to include support for the integrated AC97 sound
66 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
67 300/400).
68
69 To compile this driver as a module, choose M here: the module
70 will be called snd-atiixp.
71
72config SND_ATIIXP_MODEM
73 tristate "ATI IXP Modem"
1da177e4
LT
74 select SND_AC97_CODEC
75 help
76 Say Y here to include support for the integrated MC97 modem on
77 motherboards with ATI chipsets (ATI IXP 150/200/250).
78
79 To compile this driver as a module, choose M here: the module
80 will be called snd-atiixp-modem.
81
82config SND_AU8810
6054b68e 83 tristate "Aureal Advantage"
1da177e4
LT
84 select SND_MPU401_UART
85 select SND_AC97_CODEC
6054b68e 86 help
1da177e4
LT
87 Say Y here to include support for Aureal Advantage soundcards.
88
89 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
6054b68e
MCC
90 3D support code is in place, but not yet useable. For more info,
91 email the ALSA developer list, or <mjander@users.sourceforge.net>.
1da177e4
LT
92
93 To compile this driver as a module, choose M here: the module
94 will be called snd-au8810.
6054b68e 95
1da177e4 96config SND_AU8820
6054b68e 97 tristate "Aureal Vortex"
1da177e4
LT
98 select SND_MPU401_UART
99 select SND_AC97_CODEC
6054b68e 100 help
1da177e4
LT
101 Say Y here to include support for Aureal Vortex soundcards.
102
6054b68e
MCC
103 Supported features: Hardware Mixer and SRC. For more info, email
104 the ALSA developer list, or <mjander@users.sourceforge.net>.
1da177e4
LT
105
106 To compile this driver as a module, choose M here: the module
107 will be called snd-au8820.
6054b68e 108
1da177e4 109config SND_AU8830
6054b68e 110 tristate "Aureal Vortex 2"
1da177e4
LT
111 select SND_MPU401_UART
112 select SND_AC97_CODEC
6054b68e 113 help
1da177e4
LT
114 Say Y here to include support for Aureal Vortex 2 soundcards.
115
6054b68e
MCC
116 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
117 3D support code is in place, but not yet useable. For more info,
118 email the ALSA developer list, or <mjander@users.sourceforge.net>.
1da177e4
LT
119
120 To compile this driver as a module, choose M here: the module
121 will be called snd-au8830.
6054b68e 122
98f2a97f
CB
123config SND_AW2
124 tristate "Emagic Audiowerk 2"
98f2a97f
CB
125 help
126 Say Y here to include support for Emagic Audiowerk 2 soundcards.
127
128 Supported features: Analog and SPDIF output. Analog or SPDIF input.
129 Note: Switch between analog and digital input does not always work.
130 It can produce continuous noise. The workaround is to switch again
131 (and again) between digital and analog input until it works.
132
133 To compile this driver as a module, choose M here: the module
134 will be called snd-aw2.
135
136
1da177e4
LT
137config SND_AZT3328
138 tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
89fe5117 139 depends on EXPERIMENTAL
1da177e4
LT
140 select SND_OPL3_LIB
141 select SND_MPU401_UART
142 select SND_PCM
143 help
144 Say Y here to include support for Aztech AZF3328 (PCI168)
145 soundcards.
146
147 To compile this driver as a module, choose M here: the module
148 will be called snd-azt3328.
149
150config SND_BT87X
6054b68e 151 tristate "Bt87x Audio Capture"
1da177e4 152 select SND_PCM
6054b68e 153 help
1da177e4
LT
154 If you want to record audio from TV cards based on
155 Brooktree Bt878/Bt879 chips, say Y here and read
156 <file:Documentation/sound/alsa/Bt87x.txt>.
157
158 To compile this driver as a module, choose M here: the module
159 will be called snd-bt87x.
160
161config SND_BT87X_OVERCLOCK
162 bool "Bt87x Audio overclocking"
163 depends on SND_BT87X
164 help
165 Say Y here if 448000 Hz isn't enough for you and you want to
166 record from the analog input with up to 1792000 Hz.
167
168 Higher sample rates won't hurt your hardware, but audio
169 quality may suffer.
170
230b5c1a
TI
171config SND_CA0106
172 tristate "SB Audigy LS / Live 24bit"
230b5c1a
TI
173 select SND_AC97_CODEC
174 select SND_RAWMIDI
49c88b85 175 select SND_VMASTER
230b5c1a
TI
176 help
177 Say Y here to include support for the Sound Blaster Audigy LS
178 and Live 24bit.
179
180 To compile this driver as a module, choose M here: the module
181 will be called snd-ca0106.
182
183config SND_CMIPCI
45c41b48 184 tristate "C-Media 8338, 8738, 8768, 8770"
230b5c1a
TI
185 select SND_OPL3_LIB
186 select SND_MPU401_UART
187 select SND_PCM
188 help
45c41b48
CL
189 If you want to use soundcards based on C-Media CMI8338, CMI8738,
190 CMI8768 or CMI8770 chips, say Y here and read
230b5c1a
TI
191 <file:Documentation/sound/alsa/CMIPCI.txt>.
192
193 To compile this driver as a module, choose M here: the module
194 will be called snd-cmipci.
195
d0ce9946
CL
196config SND_OXYGEN_LIB
197 tristate
d0ce9946
CL
198 select SND_PCM
199 select SND_MPU401_UART
200
201config SND_OXYGEN
202 tristate "C-Media 8788 (Oxygen)"
d0ce9946
CL
203 select SND_OXYGEN_LIB
204 help
205 Say Y here to include support for sound cards based on the
206 C-Media CMI8788 (Oxygen HD Audio) chip:
207 * Asound A-8788
208 * AuzenTech X-Meridian
209 * Bgears b-Enspirer
210 * Club3D Theatron DTS
211 * HT-Omega Claro
212 * Razer Barracuda AC-1
213 * Sondigo Inferno
d0ce9946
CL
214
215 To compile this driver as a module, choose M here: the module
216 will be called snd-oxygen.
217
230b5c1a
TI
218config SND_CS4281
219 tristate "Cirrus Logic (Sound Fusion) CS4281"
230b5c1a
TI
220 select SND_OPL3_LIB
221 select SND_RAWMIDI
222 select SND_AC97_CODEC
223 help
224 Say Y here to include support for Cirrus Logic CS4281 chips.
225
226 To compile this driver as a module, choose M here: the module
227 will be called snd-cs4281.
228
1da177e4
LT
229config SND_CS46XX
230 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
1da177e4
LT
231 select SND_RAWMIDI
232 select SND_AC97_CODEC
233 help
234 Say Y here to include support for Cirrus Logic CS4610/CS4612/
235 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
236
237 To compile this driver as a module, choose M here: the module
238 will be called snd-cs46xx.
239
240config SND_CS46XX_NEW_DSP
675b4e59
TI
241 bool "Cirrus Logic (Sound Fusion) New DSP support"
242 depends on SND_CS46XX
6054b68e 243 default y
1da177e4
LT
244 help
245 Say Y here to use a new DSP image for SPDIF and dual codecs.
246
247 This works better than the old code, so say Y.
248
621887ae
TI
249config SND_CS5530
250 tristate "CS5530 Audio"
89fe5117 251 depends on ISA_DMA_API
dda369cf 252 select SND_SB16_DSP
621887ae
TI
253 help
254 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
255
256 To compile this driver as a module, choose M here: the module
257 will be called snd-cs5530.
258
230b5c1a 259config SND_CS5535AUDIO
9ac25594 260 tristate "CS5535/CS5536 Audio"
89fe5117 261 depends on X86 && !X86_64
230b5c1a 262 select SND_PCM
1da177e4
LT
263 select SND_AC97_CODEC
264 help
230b5c1a
TI
265 Say Y here to include support for audio on CS5535 chips. It is
266 referred to as NS CS5535 IO or AMD CS5535 IO companion in
9ac25594
JK
267 various literature. This driver also supports the CS5536 audio
268 device. However, for both chips, on certain boards, you may
6054b68e 269 need to use ac97_quirk=hp_only if your board has physically
9ac25594
JK
270 mapped headphone out to master output. If that works for you,
271 send lspci -vvv output to the mailing list so that your board
272 can be identified in the quirks list.
1da177e4
LT
273
274 To compile this driver as a module, choose M here: the module
230b5c1a 275 will be called snd-cs5535audio.
1da177e4 276
dd7b254d
GP
277config SND_DARLA20
278 tristate "(Echoaudio) Darla20"
8a89876b 279 select FW_LOADER
dd7b254d
GP
280 select SND_PCM
281 help
282 Say 'Y' or 'M' to include support for Echoaudio Darla.
283
284 To compile this driver as a module, choose M here: the module
285 will be called snd-darla20
286
287config SND_GINA20
288 tristate "(Echoaudio) Gina20"
8a89876b 289 select FW_LOADER
dd7b254d
GP
290 select SND_PCM
291 help
292 Say 'Y' or 'M' to include support for Echoaudio Gina.
293
294 To compile this driver as a module, choose M here: the module
295 will be called snd-gina20
296
297config SND_LAYLA20
298 tristate "(Echoaudio) Layla20"
8a89876b 299 select FW_LOADER
dd7b254d
GP
300 select SND_RAWMIDI
301 select SND_PCM
302 help
303 Say 'Y' or 'M' to include support for Echoaudio Layla.
304
305 To compile this driver as a module, choose M here: the module
306 will be called snd-layla20
307
308config SND_DARLA24
309 tristate "(Echoaudio) Darla24"
8a89876b 310 select FW_LOADER
dd7b254d
GP
311 select SND_PCM
312 help
313 Say 'Y' or 'M' to include support for Echoaudio Darla24.
314
315 To compile this driver as a module, choose M here: the module
316 will be called snd-darla24
317
318config SND_GINA24
319 tristate "(Echoaudio) Gina24"
8a89876b 320 select FW_LOADER
dd7b254d
GP
321 select SND_PCM
322 help
323 Say 'Y' or 'M' to include support for Echoaudio Gina24.
324
325 To compile this driver as a module, choose M here: the module
326 will be called snd-gina24
327
328config SND_LAYLA24
329 tristate "(Echoaudio) Layla24"
8a89876b 330 select FW_LOADER
dd7b254d
GP
331 select SND_RAWMIDI
332 select SND_PCM
333 help
334 Say 'Y' or 'M' to include support for Echoaudio Layla24.
335
336 To compile this driver as a module, choose M here: the module
337 will be called snd-layla24
338
339config SND_MONA
340 tristate "(Echoaudio) Mona"
8a89876b 341 select FW_LOADER
dd7b254d
GP
342 select SND_RAWMIDI
343 select SND_PCM
344 help
345 Say 'Y' or 'M' to include support for Echoaudio Mona.
346
347 To compile this driver as a module, choose M here: the module
348 will be called snd-mona
349
350config SND_MIA
351 tristate "(Echoaudio) Mia"
8a89876b 352 select FW_LOADER
dd7b254d
GP
353 select SND_RAWMIDI
354 select SND_PCM
355 help
356 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
357
358 To compile this driver as a module, choose M here: the module
359 will be called snd-mia
360
361config SND_ECHO3G
362 tristate "(Echoaudio) 3G cards"
8a89876b 363 select FW_LOADER
dd7b254d
GP
364 select SND_RAWMIDI
365 select SND_PCM
366 help
367 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
368
369 To compile this driver as a module, choose M here: the module
370 will be called snd-echo3g
371
372config SND_INDIGO
373 tristate "(Echoaudio) Indigo"
8a89876b 374 select FW_LOADER
dd7b254d
GP
375 select SND_PCM
376 help
377 Say 'Y' or 'M' to include support for Echoaudio Indigo.
378
379 To compile this driver as a module, choose M here: the module
380 will be called snd-indigo
381
382config SND_INDIGOIO
383 tristate "(Echoaudio) Indigo IO"
8a89876b 384 select FW_LOADER
dd7b254d
GP
385 select SND_PCM
386 help
387 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
388
389 To compile this driver as a module, choose M here: the module
390 will be called snd-indigoio
391
392config SND_INDIGODJ
393 tristate "(Echoaudio) Indigo DJ"
8a89876b 394 select FW_LOADER
dd7b254d
GP
395 select SND_PCM
396 help
397 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
398
399 To compile this driver as a module, choose M here: the module
400 will be called snd-indigodj
401
1da177e4
LT
402config SND_EMU10K1
403 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
9bf5f8aa 404 select FW_LOADER
1da177e4
LT
405 select SND_HWDEP
406 select SND_RAWMIDI
407 select SND_AC97_CODEC
408 help
409 Say Y to include support for Sound Blaster PCI 512, Live!,
410 Audigy and E-mu APS (partially supported) soundcards.
411
412 The confusing multitude of mixer controls is documented in
413 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
414 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
415
416 To compile this driver as a module, choose M here: the module
417 will be called snd-emu10k1.
418
419config SND_EMU10K1X
420 tristate "Emu10k1X (Dell OEM Version)"
1da177e4
LT
421 select SND_AC97_CODEC
422 select SND_RAWMIDI
423 help
424 Say Y here to include support for the Dell OEM version of the
425 Sound Blaster Live!.
426
427 To compile this driver as a module, choose M here: the module
428 will be called snd-emu10k1x.
429
1da177e4
LT
430config SND_ENS1370
431 tristate "(Creative) Ensoniq AudioPCI 1370"
1da177e4
LT
432 select SND_RAWMIDI
433 select SND_PCM
434 help
435 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
436
437 To compile this driver as a module, choose M here: the module
438 will be called snd-ens1370.
439
440config SND_ENS1371
441 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
1da177e4
LT
442 select SND_RAWMIDI
443 select SND_AC97_CODEC
444 help
445 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
446 Sound Blaster PCI 64 or 128 soundcards.
447
448 To compile this driver as a module, choose M here: the module
449 will be called snd-ens1371.
450
451config SND_ES1938
452 tristate "ESS ES1938/1946/1969 (Solo-1)"
1da177e4
LT
453 select SND_OPL3_LIB
454 select SND_MPU401_UART
455 select SND_AC97_CODEC
456 help
457 Say Y here to include support for soundcards based on ESS Solo-1
458 (ES1938, ES1946, ES1969) chips.
459
460 To compile this driver as a module, choose M here: the module
461 will be called snd-es1938.
462
463config SND_ES1968
464 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
1da177e4
LT
465 select SND_MPU401_UART
466 select SND_AC97_CODEC
467 help
468 Say Y here to include support for soundcards based on ESS Maestro
469 1/2/2E chips.
470
471 To compile this driver as a module, choose M here: the module
472 will be called snd-es1968.
473
1da177e4
LT
474config SND_FM801
475 tristate "ForteMedia FM801"
1da177e4
LT
476 select SND_OPL3_LIB
477 select SND_MPU401_UART
478 select SND_AC97_CODEC
479 help
480 Say Y here to include support for soundcards based on the ForteMedia
481 FM801 chip.
482
483 To compile this driver as a module, choose M here: the module
484 will be called snd-fm801.
485
efce4bb9
AB
486config SND_FM801_TEA575X_BOOL
487 bool "ForteMedia FM801 + TEA5757 tuner"
1da177e4 488 depends on SND_FM801
20686c24 489 depends on VIDEO_V4L1=y || VIDEO_V4L1=SND_FM801
1da177e4
LT
490 help
491 Say Y here to include support for soundcards based on the ForteMedia
492 FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media
efce4bb9 493 Forte SF256-PCS-02) into the snd-fm801 driver.
1da177e4 494
efce4bb9 495config SND_FM801_TEA575X
c775ac76
JK
496 tristate
497 depends on SND_FM801_TEA575X_BOOL
498 default SND_FM801
1da177e4 499
230b5c1a
TI
500config SND_HDA_INTEL
501 tristate "Intel HD Audio"
230b5c1a 502 select SND_PCM
e922b002 503 select SND_VMASTER
45a6ac16 504 select SND_JACK if INPUT=y || INPUT=SND
230b5c1a
TI
505 help
506 Say Y here to include support for Intel "High Definition
507 Audio" (Azalia) motherboard devices.
508
509 To compile this driver as a module, choose M here: the module
510 will be called snd-hda-intel.
511
2807314d
TI
512config SND_HDA_HWDEP
513 bool "Build hwdep interface for HD-audio driver"
514 depends on SND_HDA_INTEL
515 select SND_HWDEP
516 help
517 Say Y here to build a hwdep interface for HD-audio driver.
213e84ec 518 This interface can be used for out-of-band communication
c9988dce 519 with codecs for debugging purposes.
2807314d 520
e7ee058c
TI
521config SND_HDA_RECONFIG
522 bool "Allow dynamic codec reconfiguration (EXPERIMENTAL)"
523 depends on SND_HDA_HWDEP && EXPERIMENTAL
524 help
525 Say Y here to enable the HD-audio codec re-configuration feature.
526 This adds the sysfs interfaces to allow user to clear the whole
527 codec configuration, change the codec setup, add extra verbs,
528 and re-configure the codec dynamically.
529
1cd2224c
MR
530config SND_HDA_INPUT_BEEP
531 bool "Support digital beep via input layer"
532 depends on SND_HDA_INTEL
533 depends on INPUT=y || INPUT=SND_HDA_INTEL
534 help
535 Say Y here to build a digital beep interface for HD-audio
536 driver. This interface is used to generate digital beeps.
537
82467611
TI
538config SND_HDA_CODEC_REALTEK
539 bool "Build Realtek HD-audio codec support"
540 depends on SND_HDA_INTEL
541 default y
542 help
543 Say Y here to include Realtek HD-audio codec support in
544 snd-hda-intel driver, such as ALC880.
545
546config SND_HDA_CODEC_ANALOG
547 bool "Build Analog Device HD-audio codec support"
548 depends on SND_HDA_INTEL
549 default y
550 help
551 Say Y here to include Analog Device HD-audio codec support in
552 snd-hda-intel driver, such as AD1986A.
553
554config SND_HDA_CODEC_SIGMATEL
555 bool "Build IDT/Sigmatel HD-audio codec support"
556 depends on SND_HDA_INTEL
557 default y
558 help
559 Say Y here to include IDT (Sigmatel) HD-audio codec support in
560 snd-hda-intel driver, such as STAC9200.
561
562config SND_HDA_CODEC_VIA
563 bool "Build VIA HD-audio codec support"
564 depends on SND_HDA_INTEL
565 default y
566 help
567 Say Y here to include VIA HD-audio codec support in
568 snd-hda-intel driver, such as VT1708.
569
570config SND_HDA_CODEC_ATIHDMI
571 bool "Build ATI HDMI HD-audio codec support"
572 depends on SND_HDA_INTEL
573 default y
574 help
575 Say Y here to include ATI HDMI HD-audio codec support in
576 snd-hda-intel driver, such as ATI RS600 HDMI.
9a10eb21
WN
577
578config SND_HDA_CODEC_NVHDMI
579 bool "Build NVIDIA HDMI HD-audio codec support"
580 depends on SND_HDA_INTEL
581 default y
582 help
583 Say Y here to include NVIDIA HDMI HD-audio codec support in
584 snd-hda-intel driver, such as NVIDIA MCP78 HDMI.
91504877
WF
585
586config SND_HDA_CODEC_INTELHDMI
587 bool "Build INTEL HDMI HD-audio codec support"
588 depends on SND_HDA_INTEL
589 default y
590 help
591 Say Y here to include INTEL HDMI HD-audio codec support in
592 snd-hda-intel driver, such as Eaglelake integrated HDMI.
82467611 593
7f4a9f43
WF
594config SND_HDA_ELD
595 def_bool y
596 depends on SND_HDA_CODEC_INTELHDMI
597
82467611
TI
598config SND_HDA_CODEC_CONEXANT
599 bool "Build Conexant HD-audio codec support"
600 depends on SND_HDA_INTEL
601 default y
602 help
603 Say Y here to include Conexant HD-audio codec support in
604 snd-hda-intel driver, such as CX20549.
605
606config SND_HDA_CODEC_CMEDIA
607 bool "Build C-Media HD-audio codec support"
608 depends on SND_HDA_INTEL
609 default y
610 help
611 Say Y here to include C-Media HD-audio codec support in
612 snd-hda-intel driver, such as CMI9880.
613
614config SND_HDA_CODEC_SI3054
615 bool "Build Silicon Labs 3054 HD-modem codec support"
616 depends on SND_HDA_INTEL
617 default y
618 help
619 Say Y here to include Silicon Labs 3054 HD-modem codec
620 (and compatibles) support in snd-hda-intel driver.
621
622config SND_HDA_GENERIC
623 bool "Enable generic HD-audio codec parser"
624 depends on SND_HDA_INTEL
625 default y
626 help
627 Say Y here to enable the generic HD-audio codec parser
628 in snd-hda-intel driver.
629
cb53c626
TI
630config SND_HDA_POWER_SAVE
631 bool "Aggressive power-saving on HD-audio"
632 depends on SND_HDA_INTEL && EXPERIMENTAL
633 help
634 Say Y here to enable more aggressive power-saving mode on
635 HD-audio driver. The power-saving timeout can be configured
636 via power_save option or over sysfs on-the-fly.
637
7a5a27cf
TI
638config SND_HDA_POWER_SAVE_DEFAULT
639 int "Default time-out for HD-audio power-save mode"
640 depends on SND_HDA_POWER_SAVE
641 default 0
642 help
643 The default time-out value in seconds for HD-audio automatic
644 power-save mode. 0 means to disable the power-save mode.
645
230b5c1a
TI
646config SND_HDSP
647 tristate "RME Hammerfall DSP Audio"
230b5c1a
TI
648 select SND_HWDEP
649 select SND_RAWMIDI
650 select SND_PCM
651 help
652 Say Y here to include support for RME Hammerfall DSP Audio
653 soundcards.
654
655 To compile this driver as a module, choose M here: the module
656 will be called snd-hdsp.
657
658config SND_HDSPM
659 tristate "RME Hammerfall DSP MADI"
230b5c1a
TI
660 select SND_HWDEP
661 select SND_RAWMIDI
662 select SND_PCM
663 help
664 Say Y here to include support for RME Hammerfall DSP MADI
665 soundcards.
666
667 To compile this driver as a module, choose M here: the module
668 will be called snd-hdspm.
669
c626026d
CL
670config SND_HIFIER
671 tristate "TempoTec HiFier Fantasia"
c626026d
CL
672 select SND_OXYGEN_LIB
673 help
674 Say Y here to include support for the MediaTek/TempoTec HiFier
675 Fantasia sound card.
676
677 To compile this driver as a module, choose M here: the module
678 will be called snd-hifier.
679
1da177e4
LT
680config SND_ICE1712
681 tristate "ICEnsemble ICE1712 (Envy24)"
1da177e4
LT
682 select SND_MPU401_UART
683 select SND_AC97_CODEC
684 help
685 Say Y here to include support for soundcards based on the
686 ICE1712 (Envy24) chip.
687
688 Currently supported hardware is: M-Audio Delta 1010(LT),
689 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
6e8d90cd
AB
690 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
691 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
692 Lionstracs Mediastation, Terrasoniq TS 88.
1da177e4
LT
693
694 To compile this driver as a module, choose M here: the module
695 will be called snd-ice1712.
696
697config SND_ICE1724
698 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
aea3bfbc 699 select SND_RAWMIDI
1da177e4 700 select SND_AC97_CODEC
d16be8ed 701 select SND_VMASTER
1da177e4
LT
702 help
703 Say Y here to include support for soundcards based on
704 ICE/VT1724/1720 (Envy24HT/PT) chips.
705
706 Currently supported hardware is: AMP AUDIO2000; M-Audio
6e8d90cd
AB
707 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
708 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
709 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
710 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
711 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
712 AV-710; Shuttle SN25P.
1da177e4
LT
713
714 To compile this driver as a module, choose M here: the module
715 will be called snd-ice1724.
716
717config SND_INTEL8X0
718 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
1da177e4
LT
719 select SND_AC97_CODEC
720 help
721 Say Y here to include support for the integrated AC97 sound
722 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
723 ALi chipsets using the M5455 Audio Controller. (There is a
724 separate driver for ALi M5451 Audio Controllers.)
725
726 To compile this driver as a module, choose M here: the module
727 will be called snd-intel8x0.
728
729config SND_INTEL8X0M
cf1756e9 730 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
1da177e4
LT
731 select SND_AC97_CODEC
732 help
733 Say Y here to include support for the integrated MC97 modem on
734 motherboards with Intel/SiS/nVidia/AMD chipsets.
735
736 To compile this driver as a module, choose M here: the module
737 will be called snd-intel8x0m.
738
230b5c1a
TI
739config SND_KORG1212
740 tristate "Korg 1212 IO"
230b5c1a
TI
741 select SND_PCM
742 help
743 Say Y here to include support for Korg 1212IO soundcards.
744
745 To compile this driver as a module, choose M here: the module
746 will be called snd-korg1212.
747
748config SND_MAESTRO3
749 tristate "ESS Allegro/Maestro3"
230b5c1a
TI
750 select SND_AC97_CODEC
751 help
752 Say Y here to include support for soundcards based on ESS Maestro 3
753 (Allegro) chips.
754
755 To compile this driver as a module, choose M here: the module
756 will be called snd-maestro3.
757
758config SND_MIXART
759 tristate "Digigram miXart"
230b5c1a
TI
760 select SND_HWDEP
761 select SND_PCM
762 help
763 If you want to use Digigram miXart soundcards, say Y here and
764 read <file:Documentation/sound/alsa/MIXART.txt>.
765
766 To compile this driver as a module, choose M here: the module
767 will be called snd-mixart.
768
769config SND_NM256
770 tristate "NeoMagic NM256AV/ZX"
230b5c1a
TI
771 select SND_AC97_CODEC
772 help
773 Say Y here to include support for NeoMagic NM256AV/ZX chips.
774
775 To compile this driver as a module, choose M here: the module
776 will be called snd-nm256.
777
e12229b4
MB
778config SND_PCXHR
779 tristate "Digigram PCXHR"
e12229b4
MB
780 select SND_PCM
781 select SND_HWDEP
782 help
783 Say Y here to include support for Digigram PCXHR boards.
784
785 To compile this driver as a module, choose M here: the module
786 will be called snd-pcxhr.
787
109a9638
PG
788config SND_RIPTIDE
789 tristate "Conexant Riptide"
8a89876b 790 select FW_LOADER
109a9638
PG
791 select SND_OPL3_LIB
792 select SND_MPU401_UART
793 select SND_AC97_CODEC
794 help
795 Say 'Y' or 'M' to include support for Conexant Riptide chip.
796
797 To compile this driver as a module, choose M here: the module
798 will be called snd-riptide
799
230b5c1a
TI
800config SND_RME32
801 tristate "RME Digi32, 32/8, 32 PRO"
230b5c1a
TI
802 select SND_PCM
803 help
804 Say Y to include support for RME Digi32, Digi32 PRO and
805 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
806 devices.
807
808 To compile this driver as a module, choose M here: the module
809 will be called snd-rme32.
810
811config SND_RME96
812 tristate "RME Digi96, 96/8, 96/8 PRO"
230b5c1a
TI
813 select SND_PCM
814 help
815 Say Y here to include support for RME Digi96, Digi96/8 and
816 Digi96/8 PRO/PAD/PST soundcards.
817
818 To compile this driver as a module, choose M here: the module
819 will be called snd-rme96.
820
821config SND_RME9652
822 tristate "RME Digi9652 (Hammerfall)"
230b5c1a
TI
823 select SND_PCM
824 help
825 Say Y here to include support for RME Hammerfall (RME
826 Digi9652/Digi9636) soundcards.
827
828 To compile this driver as a module, choose M here: the module
829 will be called snd-rme9652.
830
175859bf
DD
831config SND_SIS7019
832 tristate "SiS 7019 Audio Accelerator"
89fe5117 833 depends on X86 && !X86_64
175859bf
DD
834 select SND_AC97_CODEC
835 help
836 Say Y here to include support for the SiS 7019 Audio Accelerator.
837
838 To compile this driver as a module, choose M here: the module
839 will be called snd-sis7019.
840
1da177e4
LT
841config SND_SONICVIBES
842 tristate "S3 SonicVibes"
1da177e4
LT
843 select SND_OPL3_LIB
844 select SND_MPU401_UART
845 select SND_AC97_CODEC
846 help
847 Say Y here to include support for soundcards based on the S3
848 SonicVibes chip.
849
850 To compile this driver as a module, choose M here: the module
851 will be called snd-sonicvibes.
852
230b5c1a
TI
853config SND_TRIDENT
854 tristate "Trident 4D-Wave DX/NX; SiS 7018"
230b5c1a
TI
855 select SND_MPU401_UART
856 select SND_AC97_CODEC
857 help
858 Say Y here to include support for soundcards based on Trident
859 4D-Wave DX/NX or SiS 7018 chips.
860
861 To compile this driver as a module, choose M here: the module
862 will be called snd-trident.
863
1da177e4
LT
864config SND_VIA82XX
865 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
1da177e4
LT
866 select SND_MPU401_UART
867 select SND_AC97_CODEC
868 help
869 Say Y here to include support for the integrated AC97 sound
870 device on motherboards with VIA chipsets.
871
872 To compile this driver as a module, choose M here: the module
873 will be called snd-via82xx.
874
875config SND_VIA82XX_MODEM
876 tristate "VIA 82C686A/B, 8233 based Modems"
1da177e4
LT
877 select SND_AC97_CODEC
878 help
879 Say Y here to include support for the integrated MC97 modem on
880 motherboards with VIA chipsets.
881
882 To compile this driver as a module, choose M here: the module
883 will be called snd-via82xx-modem.
884
1b8ff22f 885config SND_VIRTUOSO
a9d3cc48 886 tristate "Asus Virtuoso 100/200 (Xonar)"
1b8ff22f
CL
887 select SND_OXYGEN_LIB
888 help
889 Say Y here to include support for sound cards based on the
7407a2e4
CL
890 Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X and
891 HDAV1.3 (Deluxe).
1b8ff22f
CL
892
893 To compile this driver as a module, choose M here: the module
894 will be called snd-virtuoso.
895
1da177e4
LT
896config SND_VX222
897 tristate "Digigram VX222"
1da177e4
LT
898 select SND_VX_LIB
899 help
900 Say Y here to include support for Digigram VX222 soundcards.
901
902 To compile this driver as a module, choose M here: the module
903 will be called snd-vx222.
904
230b5c1a
TI
905config SND_YMFPCI
906 tristate "Yamaha YMF724/740/744/754"
230b5c1a
TI
907 select SND_OPL3_LIB
908 select SND_MPU401_UART
909 select SND_AC97_CODEC
1da177e4 910 help
230b5c1a
TI
911 Say Y here to include support for Yamaha PCI audio chips -
912 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
1da177e4
LT
913
914 To compile this driver as a module, choose M here: the module
230b5c1a 915 will be called snd-ymfpci.
1da177e4 916
89fe5117 917endif # SND_PCI