blob: 65fd60f12c194436312a6b4260f627a8b71d7afc [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
Takashi Iwai89fe5112008-05-23 16:10:37 +02006 help
7 Support for sound devices connected via the PCI bus.
8
9if SND_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Takashi Iwai230b5c12005-11-17 10:17:05 +010011config SND_AD1889
12 tristate "Analog Devices AD1889"
Takashi Iwai230b5c12005-11-17 10:17:05 +010013 select SND_AC97_CODEC
14 help
15 Say Y here to include support for the integrated AC97 sound
16 device found in particular on the Hewlett-Packard [BCJ]-xxx0
17 class PA-RISC workstations, using the AD1819 codec.
18
19 To compile this as a module, choose M here: the module
20 will be called snd-ad1889.
21
Ash Willisb3a70d52006-03-27 13:20:40 +020022config SND_ALS300
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030023 tristate "Avance Logic ALS300/ALS300+"
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030024 select SND_PCM
25 select SND_AC97_CODEC
26 select SND_OPL3_LIB
Dan Williams2db1a572015-11-12 12:13:57 -080027 depends on ZONE_DMA
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030028 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
Dan Williams2db1a572015-11-12 12:13:57 -080052 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 help
54 Say Y here to include support for the integrated AC97 sound
55 device on motherboards using the ALi M5451 Audio Controller
56 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
57 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
58
59 To compile this driver as a module, choose M here: the module
60 will be called snd-ali5451.
61
Eliot Blennerhassett719f82d2010-04-21 18:17:39 +020062config SND_ASIHPI
63 tristate "AudioScience ASIxxxx"
64 depends on X86
65 select FW_LOADER
66 select SND_PCM
67 select SND_HWDEP
68 help
69 Say Y here to include support for AudioScience ASI sound cards.
70
71 To compile this driver as a module, choose M here: the module
72 will be called snd-asihpi.
73
Linus Torvalds1da177e2005-04-16 15:20:36 -070074config SND_ATIIXP
75 tristate "ATI IXP AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 select SND_AC97_CODEC
77 help
78 Say Y here to include support for the integrated AC97 sound
79 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
80 300/400).
81
82 To compile this driver as a module, choose M here: the module
83 will be called snd-atiixp.
84
85config SND_ATIIXP_MODEM
86 tristate "ATI IXP Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 select SND_AC97_CODEC
88 help
89 Say Y here to include support for the integrated MC97 modem on
90 motherboards with ATI chipsets (ATI IXP 150/200/250).
91
92 To compile this driver as a module, choose M here: the module
93 will be called snd-atiixp-modem.
94
95config SND_AU8810
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030096 tristate "Aureal Advantage"
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 select SND_MPU401_UART
98 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030099 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 Say Y here to include support for Aureal Advantage soundcards.
101
102 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300103 3D support code is in place, but not yet useable. For more info,
104 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105
106 To compile this driver as a module, choose M here: the module
107 will be called snd-au8810.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300108
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109config SND_AU8820
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300110 tristate "Aureal Vortex"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 select SND_MPU401_UART
112 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300113 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 Say Y here to include support for Aureal Vortex soundcards.
115
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300116 Supported features: Hardware Mixer and SRC. For more info, email
117 the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
119 To compile this driver as a module, choose M here: the module
120 will be called snd-au8820.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300121
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122config SND_AU8830
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300123 tristate "Aureal Vortex 2"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 select SND_MPU401_UART
125 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300126 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 Say Y here to include support for Aureal Vortex 2 soundcards.
128
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300129 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
130 3D support code is in place, but not yet useable. For more info,
131 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132
133 To compile this driver as a module, choose M here: the module
134 will be called snd-au8830.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300135
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100136config SND_AW2
137 tristate "Emagic Audiowerk 2"
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100138 help
139 Say Y here to include support for Emagic Audiowerk 2 soundcards.
140
141 Supported features: Analog and SPDIF output. Analog or SPDIF input.
142 Note: Switch between analog and digital input does not always work.
143 It can produce continuous noise. The workaround is to switch again
144 (and again) between digital and analog input until it works.
145
146 To compile this driver as a module, choose M here: the module
147 will be called snd-aw2.
148
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150config SND_AZT3328
Andreas Mohr3eff8952009-07-05 13:28:48 +0200151 tristate "Aztech AZF3328 / PCI168"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 select SND_OPL3_LIB
153 select SND_MPU401_UART
154 select SND_PCM
Andreas Mohr3eff8952009-07-05 13:28:48 +0200155 select SND_RAWMIDI
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100156 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100157 select SND_TIMER
Dan Williams2db1a572015-11-12 12:13:57 -0800158 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 help
160 Say Y here to include support for Aztech AZF3328 (PCI168)
161 soundcards.
162
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100163 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O
164 (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing),
165 Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer,
166 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
167
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 To compile this driver as a module, choose M here: the module
169 will be called snd-azt3328.
170
171config SND_BT87X
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300172 tristate "Bt87x Audio Capture"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173 select SND_PCM
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300174 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 If you want to record audio from TV cards based on
176 Brooktree Bt878/Bt879 chips, say Y here and read
177 <file:Documentation/sound/alsa/Bt87x.txt>.
178
179 To compile this driver as a module, choose M here: the module
180 will be called snd-bt87x.
181
182config SND_BT87X_OVERCLOCK
183 bool "Bt87x Audio overclocking"
184 depends on SND_BT87X
185 help
186 Say Y here if 448000 Hz isn't enough for you and you want to
187 record from the analog input with up to 1792000 Hz.
188
189 Higher sample rates won't hurt your hardware, but audio
190 quality may suffer.
191
Takashi Iwai230b5c12005-11-17 10:17:05 +0100192config SND_CA0106
193 tristate "SB Audigy LS / Live 24bit"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100194 select SND_AC97_CODEC
195 select SND_RAWMIDI
Takashi Iwai49c88b82008-02-18 13:06:49 +0100196 select SND_VMASTER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100197 help
198 Say Y here to include support for the Sound Blaster Audigy LS
199 and Live 24bit.
200
201 To compile this driver as a module, choose M here: the module
202 will be called snd-ca0106.
203
204config SND_CMIPCI
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200205 tristate "C-Media 8338, 8738, 8768, 8770"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100206 select SND_OPL3_LIB
207 select SND_MPU401_UART
208 select SND_PCM
209 help
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200210 If you want to use soundcards based on C-Media CMI8338, CMI8738,
211 CMI8768 or CMI8770 chips, say Y here and read
Takashi Iwai230b5c12005-11-17 10:17:05 +0100212 <file:Documentation/sound/alsa/CMIPCI.txt>.
213
214 To compile this driver as a module, choose M here: the module
215 will be called snd-cmipci.
216
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100217config SND_OXYGEN_LIB
218 tristate
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100219
220config SND_OXYGEN
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100221 tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100222 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200223 select SND_PCM
224 select SND_MPU401_UART
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100225 help
226 Say Y here to include support for sound cards based on the
227 C-Media CMI8788 (Oxygen HD Audio) chip:
228 * Asound A-8788
Clemens Ladisch76bc7a02012-05-01 17:40:30 +0200229 * Asus Xonar DG/DGX
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100230 * AuzenTech X-Meridian
Clemens Ladisch8443d2e2011-01-10 16:17:26 +0100231 * AuzenTech X-Meridian 2G
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100232 * Bgears b-Enspirer
233 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100234 * HT-Omega Claro (plus)
235 * HT-Omega Claro halo (XT)
Clemens Ladisch31f86ba2010-11-02 17:18:23 +0100236 * Kuroutoshikou CMI8787-HG2PCI
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100237 * Razer Barracuda AC-1
238 * Sondigo Inferno
Clemens Ladisch45c1de82010-11-02 17:08:37 +0100239 * TempoTec/MediaTek HiFier Fantasia
Clemens Ladisch2146dcf2010-11-03 12:26:35 +0100240 * TempoTec/MediaTek HiFier Serenade
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100241
242 To compile this driver as a module, choose M here: the module
243 will be called snd-oxygen.
244
Takashi Iwai230b5c12005-11-17 10:17:05 +0100245config SND_CS4281
246 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100247 select SND_OPL3_LIB
248 select SND_RAWMIDI
249 select SND_AC97_CODEC
250 help
251 Say Y here to include support for Cirrus Logic CS4281 chips.
252
253 To compile this driver as a module, choose M here: the module
254 will be called snd-cs4281.
255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256config SND_CS46XX
257 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 select SND_RAWMIDI
259 select SND_AC97_CODEC
Takashi Iwaiad233a52013-11-18 17:47:15 +0100260 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 help
262 Say Y here to include support for Cirrus Logic CS4610/CS4612/
263 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
264
265 To compile this driver as a module, choose M here: the module
266 will be called snd-cs46xx.
267
268config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200269 bool "Cirrus Logic (Sound Fusion) New DSP support"
270 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300271 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 help
273 Say Y here to use a new DSP image for SPDIF and dual codecs.
274
275 This works better than the old code, so say Y.
276
Takashi Iwai621887a2007-05-24 18:46:54 +0200277config SND_CS5530
278 tristate "CS5530 Audio"
Jean Delvare5be50ac2014-03-10 21:12:26 +0100279 depends on ISA_DMA_API && (X86_32 || COMPILE_TEST)
Takashi Iwaidda369c2007-05-25 11:50:33 +0200280 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200281 help
282 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
283
284 To compile this driver as a module, choose M here: the module
285 will be called snd-cs5530.
286
Takashi Iwai230b5c12005-11-17 10:17:05 +0100287config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200288 tristate "CS5535/CS5536 Audio"
Jean Delvare61ef6f32014-03-11 11:38:34 +0100289 depends on X86_32 || MIPS || COMPILE_TEST
Takashi Iwai230b5c12005-11-17 10:17:05 +0100290 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 select SND_AC97_CODEC
292 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100293 Say Y here to include support for audio on CS5535 chips. It is
294 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200295 various literature. This driver also supports the CS5536 audio
296 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300297 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200298 mapped headphone out to master output. If that works for you,
299 send lspci -vvv output to the mailing list so that your board
300 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301
302 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100303 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200305config SND_CTXFI
306 tristate "Creative Sound Blaster X-Fi"
307 select SND_PCM
308 help
309 If you want to use soundcards based on Creative Sound Blastr X-Fi
310 boards with 20k1 or 20k2 chips, say Y here.
311
312 To compile this driver as a module, choose M here: the module
313 will be called snd-ctxfi.
314
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200315config SND_DARLA20
316 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200317 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200318 select SND_PCM
319 help
320 Say 'Y' or 'M' to include support for Echoaudio Darla.
321
322 To compile this driver as a module, choose M here: the module
323 will be called snd-darla20
324
325config SND_GINA20
326 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200327 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200328 select SND_PCM
329 help
330 Say 'Y' or 'M' to include support for Echoaudio Gina.
331
332 To compile this driver as a module, choose M here: the module
333 will be called snd-gina20
334
335config SND_LAYLA20
336 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200337 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200338 select SND_RAWMIDI
339 select SND_PCM
340 help
341 Say 'Y' or 'M' to include support for Echoaudio Layla.
342
343 To compile this driver as a module, choose M here: the module
344 will be called snd-layla20
345
346config SND_DARLA24
347 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200348 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200349 select SND_PCM
350 help
351 Say 'Y' or 'M' to include support for Echoaudio Darla24.
352
353 To compile this driver as a module, choose M here: the module
354 will be called snd-darla24
355
356config SND_GINA24
357 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200358 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200359 select SND_PCM
360 help
361 Say 'Y' or 'M' to include support for Echoaudio Gina24.
362
363 To compile this driver as a module, choose M here: the module
364 will be called snd-gina24
365
366config SND_LAYLA24
367 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200368 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200369 select SND_RAWMIDI
370 select SND_PCM
371 help
372 Say 'Y' or 'M' to include support for Echoaudio Layla24.
373
374 To compile this driver as a module, choose M here: the module
375 will be called snd-layla24
376
377config SND_MONA
378 tristate "(Echoaudio) Mona"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200379 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200380 select SND_RAWMIDI
381 select SND_PCM
382 help
383 Say 'Y' or 'M' to include support for Echoaudio Mona.
384
385 To compile this driver as a module, choose M here: the module
386 will be called snd-mona
387
388config SND_MIA
389 tristate "(Echoaudio) Mia"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200390 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200391 select SND_RAWMIDI
392 select SND_PCM
393 help
394 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
395
396 To compile this driver as a module, choose M here: the module
397 will be called snd-mia
398
399config SND_ECHO3G
400 tristate "(Echoaudio) 3G cards"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200401 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200402 select SND_RAWMIDI
403 select SND_PCM
404 help
405 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
406
407 To compile this driver as a module, choose M here: the module
408 will be called snd-echo3g
409
410config SND_INDIGO
411 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200412 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200413 select SND_PCM
414 help
415 Say 'Y' or 'M' to include support for Echoaudio Indigo.
416
417 To compile this driver as a module, choose M here: the module
418 will be called snd-indigo
419
420config SND_INDIGOIO
421 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200422 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200423 select SND_PCM
424 help
425 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
426
427 To compile this driver as a module, choose M here: the module
428 will be called snd-indigoio
429
430config SND_INDIGODJ
431 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200432 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200433 select SND_PCM
434 help
435 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
436
437 To compile this driver as a module, choose M here: the module
438 will be called snd-indigodj
439
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100440config SND_INDIGOIOX
441 tristate "(Echoaudio) Indigo IOx"
442 select FW_LOADER
443 select SND_PCM
444 help
445 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
446
447 To compile this driver as a module, choose M here: the module
448 will be called snd-indigoiox
449
450config SND_INDIGODJX
451 tristate "(Echoaudio) Indigo DJx"
452 select FW_LOADER
453 select SND_PCM
454 help
455 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
456
457 To compile this driver as a module, choose M here: the module
458 will be called snd-indigodjx
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460config SND_EMU10K1
461 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200462 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 select SND_HWDEP
464 select SND_RAWMIDI
465 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100466 select SND_TIMER
Dan Williams2db1a572015-11-12 12:13:57 -0800467 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 help
469 Say Y to include support for Sound Blaster PCI 512, Live!,
470 Audigy and E-mu APS (partially supported) soundcards.
471
472 The confusing multitude of mixer controls is documented in
473 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
474 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
475
476 To compile this driver as a module, choose M here: the module
477 will be called snd-emu10k1.
478
479config SND_EMU10K1X
480 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 select SND_AC97_CODEC
482 select SND_RAWMIDI
Dan Williams2db1a572015-11-12 12:13:57 -0800483 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 help
485 Say Y here to include support for the Dell OEM version of the
486 Sound Blaster Live!.
487
488 To compile this driver as a module, choose M here: the module
489 will be called snd-emu10k1x.
490
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491config SND_ENS1370
492 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 select SND_RAWMIDI
494 select SND_PCM
495 help
496 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
497
498 To compile this driver as a module, choose M here: the module
499 will be called snd-ens1370.
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501config SND_ENS1371
502 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 select SND_RAWMIDI
504 select SND_AC97_CODEC
505 help
506 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
507 Sound Blaster PCI 64 or 128 soundcards.
508
509 To compile this driver as a module, choose M here: the module
510 will be called snd-ens1371.
511
512config SND_ES1938
513 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 select SND_OPL3_LIB
515 select SND_MPU401_UART
516 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800517 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 help
519 Say Y here to include support for soundcards based on ESS Solo-1
520 (ES1938, ES1946, ES1969) chips.
521
522 To compile this driver as a module, choose M here: the module
523 will be called snd-es1938.
524
525config SND_ES1968
526 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527 select SND_MPU401_UART
528 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800529 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 help
531 Say Y here to include support for soundcards based on ESS Maestro
532 1/2/2E chips.
533
534 To compile this driver as a module, choose M here: the module
535 will be called snd-es1968.
536
Hans de Goede5a5e02e2010-04-23 05:26:43 -0400537config SND_ES1968_INPUT
538 bool "Enable input device for es1968 volume buttons"
539 depends on SND_ES1968
540 depends on INPUT=y || INPUT=SND_ES1968
541 help
542 If you say Y here, you will get an input device which reports
543 keypresses for the volume buttons connected to the es1968 chip.
544 If you say N the buttons will directly control the master volume.
545 It is recommended to say Y.
546
Ondrej Zary1872f582011-03-19 16:33:14 +0100547config SND_ES1968_RADIO
548 bool "Enable TEA5757 radio tuner support for es1968"
549 depends on SND_ES1968
Ondrej Zary338c6582013-07-28 16:01:44 -0300550 depends on MEDIA_RADIO_SUPPORT
Ondrej Zary1872f582011-03-19 16:33:14 +0100551 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300552 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300553 select RADIO_TEA575X
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300554
Ondrej Zary1872f582011-03-19 16:33:14 +0100555 help
556 Say Y here to include support for TEA5757 radio tuner integrated on
557 some MediaForte cards (e.g. SF64-PCE2).
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559config SND_FM801
560 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 select SND_OPL3_LIB
562 select SND_MPU401_UART
563 select SND_AC97_CODEC
564 help
565 Say Y here to include support for soundcards based on the ForteMedia
566 FM801 chip.
567
568 To compile this driver as a module, choose M here: the module
569 will be called snd-fm801.
570
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200571config SND_FM801_TEA575X_BOOL
572 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 depends on SND_FM801
Ondrej Zary338c6582013-07-28 16:01:44 -0300574 depends on MEDIA_RADIO_SUPPORT
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300575 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300576 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300577 select RADIO_TEA575X
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 help
579 Say Y here to include support for soundcards based on the ForteMedia
Ondrej Zaryfdb62b52011-05-14 22:51:01 +0200580 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
581 SF64-PCR) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582
Takashi Iwai230b5c12005-11-17 10:17:05 +0100583config SND_HDSP
584 tristate "RME Hammerfall DSP Audio"
Takashi Iwai90caaef2012-11-22 16:55:11 +0100585 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100586 select SND_HWDEP
587 select SND_RAWMIDI
588 select SND_PCM
589 help
590 Say Y here to include support for RME Hammerfall DSP Audio
591 soundcards.
592
593 To compile this driver as a module, choose M here: the module
594 will be called snd-hdsp.
595
Takashi Iwai511b4c12009-05-12 11:51:46 +0200596comment "Don't forget to add built-in firmwares for HDSP driver"
597 depends on SND_HDSP=y
598
Takashi Iwai230b5c12005-11-17 10:17:05 +0100599config SND_HDSPM
Adrian Knothfbcdf332011-01-26 19:32:15 +0100600 tristate "RME Hammerfall DSP MADI/RayDAT/AIO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100601 select SND_HWDEP
602 select SND_RAWMIDI
603 select SND_PCM
604 help
Adrian Knothfbcdf332011-01-26 19:32:15 +0100605 Say Y here to include support for RME Hammerfall DSP MADI,
606 RayDAT and AIO soundcards.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100607
608 To compile this driver as a module, choose M here: the module
609 will be called snd-hdspm.
610
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611config SND_ICE1712
612 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 select SND_MPU401_UART
614 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900615 select BITREVERSE
Dan Williams2db1a572015-11-12 12:13:57 -0800616 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 help
618 Say Y here to include support for soundcards based on the
619 ICE1712 (Envy24) chip.
620
621 Currently supported hardware is: M-Audio Delta 1010(LT),
622 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400623 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
624 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
625 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626
627 To compile this driver as a module, choose M here: the module
628 will be called snd-ice1712.
629
630config SND_ICE1724
631 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200632 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100634 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 help
636 Say Y here to include support for soundcards based on
637 ICE/VT1724/1720 (Envy24HT/PT) chips.
638
639 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400640 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
641 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
642 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
643 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
644 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
Ondrej Zary77b0b252012-10-14 21:09:22 +0200645 AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646
647 To compile this driver as a module, choose M here: the module
648 will be called snd-ice1724.
649
650config SND_INTEL8X0
651 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 select SND_AC97_CODEC
653 help
654 Say Y here to include support for the integrated AC97 sound
655 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
656 ALi chipsets using the M5455 Audio Controller. (There is a
657 separate driver for ALi M5451 Audio Controllers.)
658
659 To compile this driver as a module, choose M here: the module
660 will be called snd-intel8x0.
661
662config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200663 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 select SND_AC97_CODEC
665 help
666 Say Y here to include support for the integrated MC97 modem on
667 motherboards with Intel/SiS/nVidia/AMD chipsets.
668
669 To compile this driver as a module, choose M here: the module
670 will be called snd-intel8x0m.
671
Takashi Iwai230b5c12005-11-17 10:17:05 +0100672config SND_KORG1212
673 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100674 select SND_PCM
675 help
676 Say Y here to include support for Korg 1212IO soundcards.
677
678 To compile this driver as a module, choose M here: the module
679 will be called snd-korg1212.
680
Takashi Iwaid43f30102011-05-03 16:14:46 +0200681config SND_LOLA
682 tristate "Digigram Lola"
683 select SND_PCM
684 help
685 Say Y to include support for Digigram Lola boards.
686
687 To compile this driver as a module, choose M here: the module
688 will be called snd-lola.
689
Tim Blechmann02bec492009-03-24 12:24:35 +0100690config SND_LX6464ES
691 tristate "Digigram LX6464ES"
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -0700692 depends on HAS_IOPORT_MAP
Tim Blechmann02bec492009-03-24 12:24:35 +0100693 select SND_PCM
694 help
695 Say Y here to include support for Digigram LX6464ES boards.
696
697 To compile this driver as a module, choose M here: the module
698 will be called snd-lx6464es.
699
700
Takashi Iwai230b5c12005-11-17 10:17:05 +0100701config SND_MAESTRO3
702 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100703 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800704 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100705 help
706 Say Y here to include support for soundcards based on ESS Maestro 3
707 (Allegro) chips.
708
709 To compile this driver as a module, choose M here: the module
710 will be called snd-maestro3.
711
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400712config SND_MAESTRO3_INPUT
713 bool "Enable input device for maestro3 volume buttons"
714 depends on SND_MAESTRO3
715 depends on INPUT=y || INPUT=SND_MAESTRO3
716 help
717 If you say Y here, you will get an input device which reports
718 keypresses for the volume buttons connected to the maestro3 chip.
719 If you say N the buttons will directly control the master volume.
720 It is recommended to say Y.
721
Takashi Iwai230b5c12005-11-17 10:17:05 +0100722config SND_MIXART
723 tristate "Digigram miXart"
Takashi Iwaicba46f12012-11-22 16:07:52 +0100724 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100725 select SND_HWDEP
726 select SND_PCM
727 help
728 If you want to use Digigram miXart soundcards, say Y here and
729 read <file:Documentation/sound/alsa/MIXART.txt>.
730
731 To compile this driver as a module, choose M here: the module
732 will be called snd-mixart.
733
734config SND_NM256
735 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100736 select SND_AC97_CODEC
737 help
738 Say Y here to include support for NeoMagic NM256AV/ZX chips.
739
740 To compile this driver as a module, choose M here: the module
741 will be called snd-nm256.
742
Markus Bollingere12229b2005-12-06 13:55:26 +0100743config SND_PCXHR
744 tristate "Digigram PCXHR"
Takashi Iwaid1914492012-11-22 16:11:21 +0100745 select FW_LOADER
Markus Bollingere12229b2005-12-06 13:55:26 +0100746 select SND_PCM
747 select SND_HWDEP
748 help
749 Say Y here to include support for Digigram PCXHR boards.
750
751 To compile this driver as a module, choose M here: the module
752 will be called snd-pcxhr.
753
Peter Gruber109a9632006-03-27 13:10:28 +0200754config SND_RIPTIDE
755 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200756 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200757 select SND_OPL3_LIB
758 select SND_MPU401_UART
759 select SND_AC97_CODEC
760 help
761 Say 'Y' or 'M' to include support for Conexant Riptide chip.
762
763 To compile this driver as a module, choose M here: the module
764 will be called snd-riptide
765
Takashi Iwai230b5c12005-11-17 10:17:05 +0100766config SND_RME32
767 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100768 select SND_PCM
769 help
770 Say Y to include support for RME Digi32, Digi32 PRO and
771 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
772 devices.
773
774 To compile this driver as a module, choose M here: the module
775 will be called snd-rme32.
776
777config SND_RME96
778 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100779 select SND_PCM
780 help
781 Say Y here to include support for RME Digi96, Digi96/8 and
782 Digi96/8 PRO/PAD/PST soundcards.
783
784 To compile this driver as a module, choose M here: the module
785 will be called snd-rme96.
786
787config SND_RME9652
788 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100789 select SND_PCM
790 help
791 Say Y here to include support for RME Hammerfall (RME
792 Digi9652/Digi9636) soundcards.
793
794 To compile this driver as a module, choose M here: the module
795 will be called snd-rme9652.
796
Clemens Ladisch53c098b2015-01-16 22:16:35 +0100797config SND_SE6X
798 tristate "Studio Evolution SE6X"
799 depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict
800 select SND_OXYGEN_LIB
801 select SND_PCM
802 select SND_MPU401_UART
803 help
804 Say Y or M here only if you actually have this sound card.
805
David Dillow175859b2007-12-14 14:40:23 +0100806config SND_SIS7019
807 tristate "SiS 7019 Audio Accelerator"
Jean Delvare4c16ecc2014-03-11 14:30:07 +0100808 depends on X86_32
David Dillow175859b2007-12-14 14:40:23 +0100809 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800810 depends on ZONE_DMA
David Dillow175859b2007-12-14 14:40:23 +0100811 help
812 Say Y here to include support for the SiS 7019 Audio Accelerator.
813
814 To compile this driver as a module, choose M here: the module
815 will be called snd-sis7019.
816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817config SND_SONICVIBES
818 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 select SND_OPL3_LIB
820 select SND_MPU401_UART
821 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800822 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 help
824 Say Y here to include support for soundcards based on the S3
825 SonicVibes chip.
826
827 To compile this driver as a module, choose M here: the module
828 will be called snd-sonicvibes.
829
Takashi Iwai230b5c12005-11-17 10:17:05 +0100830config SND_TRIDENT
831 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100832 select SND_MPU401_UART
833 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800834 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100835 help
836 Say Y here to include support for soundcards based on Trident
837 4D-Wave DX/NX or SiS 7018 chips.
838
839 To compile this driver as a module, choose M here: the module
840 will be called snd-trident.
841
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842config SND_VIA82XX
843 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 select SND_MPU401_UART
845 select SND_AC97_CODEC
846 help
847 Say Y here to include support for the integrated AC97 sound
848 device on motherboards with VIA chipsets.
849
850 To compile this driver as a module, choose M here: the module
851 will be called snd-via82xx.
852
853config SND_VIA82XX_MODEM
854 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 select SND_AC97_CODEC
856 help
857 Say Y here to include support for the integrated MC97 modem on
858 motherboards with VIA chipsets.
859
860 To compile this driver as a module, choose M here: the module
861 will be called snd-via82xx-modem.
862
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100863config SND_VIRTUOSO
Clemens Ladisch51485e82010-09-09 12:26:52 +0200864 tristate "Asus Virtuoso 66/100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100865 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200866 select SND_PCM
867 select SND_MPU401_UART
Takashi Iwaife0d1282016-02-17 09:44:25 +0100868 select SND_JACK
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100869 help
870 Say Y here to include support for sound cards based on the
Clemens Ladischf42bb222014-08-04 15:17:55 +0200871 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX,
872 Essence ST (Deluxe), and Essence STX (II).
Clemens Ladischb532d6b2011-01-10 16:23:57 +0100873 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental;
874 for the Xense, missing.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100875
876 To compile this driver as a module, choose M here: the module
877 will be called snd-virtuoso.
878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879config SND_VX222
880 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 select SND_VX_LIB
882 help
883 Say Y here to include support for Digigram VX222 soundcards.
884
885 To compile this driver as a module, choose M here: the module
886 will be called snd-vx222.
887
Takashi Iwai230b5c12005-11-17 10:17:05 +0100888config SND_YMFPCI
889 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100890 select SND_OPL3_LIB
891 select SND_MPU401_UART
892 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100893 select SND_TIMER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100895 Say Y here to include support for Yamaha PCI audio chips -
896 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897
898 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100899 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900
Takashi Iwai89fe5112008-05-23 16:10:37 +0200901endif # SND_PCI
Dylan Reid78e34f32014-02-28 15:41:32 -0800902
903source "sound/pci/hda/Kconfig"