blob: bc7acb489a43de531344d3a0c86c3ad21c424f2e [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
Dan Williams2db1a572015-11-12 12:13:57 -080028 depends on ZONE_DMA
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030029 help
30 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
Ash Willisb3a70d52006-03-27 13:20:40 +020031
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030032 To compile this driver as a module, choose M here: the module
33 will be called snd-als300
Ash Willisb3a70d52006-03-27 13:20:40 +020034
Takashi Iwai230b5c12005-11-17 10:17:05 +010035config SND_ALS4000
36 tristate "Avance Logic ALS4000"
Takashi Iwai89fe5112008-05-23 16:10:37 +020037 depends on ISA_DMA_API
Takashi Iwai230b5c12005-11-17 10:17:05 +010038 select SND_OPL3_LIB
39 select SND_MPU401_UART
40 select SND_PCM
Takashi Iwaidda369c2007-05-25 11:50:33 +020041 select SND_SB_COMMON
Takashi Iwai230b5c12005-11-17 10:17:05 +010042 help
43 Say Y here to include support for soundcards based on Avance Logic
44 ALS4000 chips.
45
46 To compile this driver as a module, choose M here: the module
47 will be called snd-als4000.
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049config SND_ALI5451
50 tristate "ALi M5451 PCI Audio Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 select SND_MPU401_UART
52 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -080053 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 help
55 Say Y here to include support for the integrated AC97 sound
56 device on motherboards using the ALi M5451 Audio Controller
57 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
58 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
59
60 To compile this driver as a module, choose M here: the module
61 will be called snd-ali5451.
62
Eliot Blennerhassett719f82d2010-04-21 18:17:39 +020063config SND_ASIHPI
64 tristate "AudioScience ASIxxxx"
65 depends on X86
66 select FW_LOADER
67 select SND_PCM
68 select SND_HWDEP
69 help
70 Say Y here to include support for AudioScience ASI sound cards.
71
72 To compile this driver as a module, choose M here: the module
73 will be called snd-asihpi.
74
Linus Torvalds1da177e2005-04-16 15:20:36 -070075config SND_ATIIXP
76 tristate "ATI IXP AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 select SND_AC97_CODEC
78 help
79 Say Y here to include support for the integrated AC97 sound
80 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
81 300/400).
82
83 To compile this driver as a module, choose M here: the module
84 will be called snd-atiixp.
85
86config SND_ATIIXP_MODEM
87 tristate "ATI IXP Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070088 select SND_AC97_CODEC
89 help
90 Say Y here to include support for the integrated MC97 modem on
91 motherboards with ATI chipsets (ATI IXP 150/200/250).
92
93 To compile this driver as a module, choose M here: the module
94 will be called snd-atiixp-modem.
95
96config SND_AU8810
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030097 tristate "Aureal Advantage"
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 select SND_MPU401_UART
99 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300100 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 Say Y here to include support for Aureal Advantage soundcards.
102
103 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300104 3D support code is in place, but not yet useable. For more info,
105 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106
107 To compile this driver as a module, choose M here: the module
108 will be called snd-au8810.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300109
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110config SND_AU8820
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300111 tristate "Aureal Vortex"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 select SND_MPU401_UART
113 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300114 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 Say Y here to include support for Aureal Vortex soundcards.
116
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300117 Supported features: Hardware Mixer and SRC. For more info, email
118 the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119
120 To compile this driver as a module, choose M here: the module
121 will be called snd-au8820.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300122
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123config SND_AU8830
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300124 tristate "Aureal Vortex 2"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 select SND_MPU401_UART
126 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300127 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 Say Y here to include support for Aureal Vortex 2 soundcards.
129
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300130 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
131 3D support code is in place, but not yet useable. For more info,
132 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
134 To compile this driver as a module, choose M here: the module
135 will be called snd-au8830.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300136
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100137config SND_AW2
138 tristate "Emagic Audiowerk 2"
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100139 help
140 Say Y here to include support for Emagic Audiowerk 2 soundcards.
141
142 Supported features: Analog and SPDIF output. Analog or SPDIF input.
143 Note: Switch between analog and digital input does not always work.
144 It can produce continuous noise. The workaround is to switch again
145 (and again) between digital and analog input until it works.
146
147 To compile this driver as a module, choose M here: the module
148 will be called snd-aw2.
149
150
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151config SND_AZT3328
Andreas Mohr3eff8952009-07-05 13:28:48 +0200152 tristate "Aztech AZF3328 / PCI168"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 select SND_OPL3_LIB
154 select SND_MPU401_UART
155 select SND_PCM
Andreas Mohr3eff8952009-07-05 13:28:48 +0200156 select SND_RAWMIDI
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100157 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100158 select SND_TIMER
Dan Williams2db1a572015-11-12 12:13:57 -0800159 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 help
161 Say Y here to include support for Aztech AZF3328 (PCI168)
162 soundcards.
163
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100164 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O
165 (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing),
166 Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer,
167 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 To compile this driver as a module, choose M here: the module
170 will be called snd-azt3328.
171
172config SND_BT87X
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300173 tristate "Bt87x Audio Capture"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 select SND_PCM
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300175 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 If you want to record audio from TV cards based on
177 Brooktree Bt878/Bt879 chips, say Y here and read
178 <file:Documentation/sound/alsa/Bt87x.txt>.
179
180 To compile this driver as a module, choose M here: the module
181 will be called snd-bt87x.
182
183config SND_BT87X_OVERCLOCK
184 bool "Bt87x Audio overclocking"
185 depends on SND_BT87X
186 help
187 Say Y here if 448000 Hz isn't enough for you and you want to
188 record from the analog input with up to 1792000 Hz.
189
190 Higher sample rates won't hurt your hardware, but audio
191 quality may suffer.
192
Takashi Iwai230b5c12005-11-17 10:17:05 +0100193config SND_CA0106
194 tristate "SB Audigy LS / Live 24bit"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100195 select SND_AC97_CODEC
196 select SND_RAWMIDI
Takashi Iwai49c88b82008-02-18 13:06:49 +0100197 select SND_VMASTER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100198 help
199 Say Y here to include support for the Sound Blaster Audigy LS
200 and Live 24bit.
201
202 To compile this driver as a module, choose M here: the module
203 will be called snd-ca0106.
204
205config SND_CMIPCI
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200206 tristate "C-Media 8338, 8738, 8768, 8770"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100207 select SND_OPL3_LIB
208 select SND_MPU401_UART
209 select SND_PCM
210 help
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200211 If you want to use soundcards based on C-Media CMI8338, CMI8738,
212 CMI8768 or CMI8770 chips, say Y here and read
Takashi Iwai230b5c12005-11-17 10:17:05 +0100213 <file:Documentation/sound/alsa/CMIPCI.txt>.
214
215 To compile this driver as a module, choose M here: the module
216 will be called snd-cmipci.
217
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100218config SND_OXYGEN_LIB
219 tristate
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100220
221config SND_OXYGEN
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100222 tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100223 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200224 select SND_PCM
225 select SND_MPU401_UART
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100226 help
227 Say Y here to include support for sound cards based on the
228 C-Media CMI8788 (Oxygen HD Audio) chip:
229 * Asound A-8788
Clemens Ladisch76bc7a02012-05-01 17:40:30 +0200230 * Asus Xonar DG/DGX
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100231 * AuzenTech X-Meridian
Clemens Ladisch8443d2e2011-01-10 16:17:26 +0100232 * AuzenTech X-Meridian 2G
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100233 * Bgears b-Enspirer
234 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100235 * HT-Omega Claro (plus)
236 * HT-Omega Claro halo (XT)
Clemens Ladisch31f86ba2010-11-02 17:18:23 +0100237 * Kuroutoshikou CMI8787-HG2PCI
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100238 * Razer Barracuda AC-1
239 * Sondigo Inferno
Clemens Ladisch45c1de82010-11-02 17:08:37 +0100240 * TempoTec/MediaTek HiFier Fantasia
Clemens Ladisch2146dcf2010-11-03 12:26:35 +0100241 * TempoTec/MediaTek HiFier Serenade
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100242
243 To compile this driver as a module, choose M here: the module
244 will be called snd-oxygen.
245
Takashi Iwai230b5c12005-11-17 10:17:05 +0100246config SND_CS4281
247 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100248 select SND_OPL3_LIB
249 select SND_RAWMIDI
250 select SND_AC97_CODEC
251 help
252 Say Y here to include support for Cirrus Logic CS4281 chips.
253
254 To compile this driver as a module, choose M here: the module
255 will be called snd-cs4281.
256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257config SND_CS46XX
258 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259 select SND_RAWMIDI
260 select SND_AC97_CODEC
Takashi Iwaiad233a52013-11-18 17:47:15 +0100261 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 help
263 Say Y here to include support for Cirrus Logic CS4610/CS4612/
264 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
265
266 To compile this driver as a module, choose M here: the module
267 will be called snd-cs46xx.
268
269config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200270 bool "Cirrus Logic (Sound Fusion) New DSP support"
271 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300272 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 help
274 Say Y here to use a new DSP image for SPDIF and dual codecs.
275
276 This works better than the old code, so say Y.
277
Takashi Iwai621887a2007-05-24 18:46:54 +0200278config SND_CS5530
279 tristate "CS5530 Audio"
Jean Delvare5be50ac2014-03-10 21:12:26 +0100280 depends on ISA_DMA_API && (X86_32 || COMPILE_TEST)
Takashi Iwaidda369c2007-05-25 11:50:33 +0200281 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200282 help
283 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
284
285 To compile this driver as a module, choose M here: the module
286 will be called snd-cs5530.
287
Takashi Iwai230b5c12005-11-17 10:17:05 +0100288config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200289 tristate "CS5535/CS5536 Audio"
Jean Delvare61ef6f32014-03-11 11:38:34 +0100290 depends on X86_32 || MIPS || COMPILE_TEST
Takashi Iwai230b5c12005-11-17 10:17:05 +0100291 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 select SND_AC97_CODEC
293 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100294 Say Y here to include support for audio on CS5535 chips. It is
295 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200296 various literature. This driver also supports the CS5536 audio
297 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300298 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200299 mapped headphone out to master output. If that works for you,
300 send lspci -vvv output to the mailing list so that your board
301 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302
303 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100304 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200306config SND_CTXFI
307 tristate "Creative Sound Blaster X-Fi"
308 select SND_PCM
309 help
310 If you want to use soundcards based on Creative Sound Blastr X-Fi
311 boards with 20k1 or 20k2 chips, say Y here.
312
313 To compile this driver as a module, choose M here: the module
314 will be called snd-ctxfi.
315
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200316config SND_DARLA20
317 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200318 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200319 select SND_PCM
320 help
321 Say 'Y' or 'M' to include support for Echoaudio Darla.
322
323 To compile this driver as a module, choose M here: the module
324 will be called snd-darla20
325
326config SND_GINA20
327 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200328 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200329 select SND_PCM
330 help
331 Say 'Y' or 'M' to include support for Echoaudio Gina.
332
333 To compile this driver as a module, choose M here: the module
334 will be called snd-gina20
335
336config SND_LAYLA20
337 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200338 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200339 select SND_RAWMIDI
340 select SND_PCM
341 help
342 Say 'Y' or 'M' to include support for Echoaudio Layla.
343
344 To compile this driver as a module, choose M here: the module
345 will be called snd-layla20
346
347config SND_DARLA24
348 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200349 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200350 select SND_PCM
351 help
352 Say 'Y' or 'M' to include support for Echoaudio Darla24.
353
354 To compile this driver as a module, choose M here: the module
355 will be called snd-darla24
356
357config SND_GINA24
358 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200359 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200360 select SND_PCM
361 help
362 Say 'Y' or 'M' to include support for Echoaudio Gina24.
363
364 To compile this driver as a module, choose M here: the module
365 will be called snd-gina24
366
367config SND_LAYLA24
368 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200369 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200370 select SND_RAWMIDI
371 select SND_PCM
372 help
373 Say 'Y' or 'M' to include support for Echoaudio Layla24.
374
375 To compile this driver as a module, choose M here: the module
376 will be called snd-layla24
377
378config SND_MONA
379 tristate "(Echoaudio) Mona"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200380 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200381 select SND_RAWMIDI
382 select SND_PCM
383 help
384 Say 'Y' or 'M' to include support for Echoaudio Mona.
385
386 To compile this driver as a module, choose M here: the module
387 will be called snd-mona
388
389config SND_MIA
390 tristate "(Echoaudio) Mia"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200391 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200392 select SND_RAWMIDI
393 select SND_PCM
394 help
395 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
396
397 To compile this driver as a module, choose M here: the module
398 will be called snd-mia
399
400config SND_ECHO3G
401 tristate "(Echoaudio) 3G cards"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200402 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200403 select SND_RAWMIDI
404 select SND_PCM
405 help
406 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
407
408 To compile this driver as a module, choose M here: the module
409 will be called snd-echo3g
410
411config SND_INDIGO
412 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200413 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200414 select SND_PCM
415 help
416 Say 'Y' or 'M' to include support for Echoaudio Indigo.
417
418 To compile this driver as a module, choose M here: the module
419 will be called snd-indigo
420
421config SND_INDIGOIO
422 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200423 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200424 select SND_PCM
425 help
426 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
427
428 To compile this driver as a module, choose M here: the module
429 will be called snd-indigoio
430
431config SND_INDIGODJ
432 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200433 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200434 select SND_PCM
435 help
436 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
437
438 To compile this driver as a module, choose M here: the module
439 will be called snd-indigodj
440
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100441config SND_INDIGOIOX
442 tristate "(Echoaudio) Indigo IOx"
443 select FW_LOADER
444 select SND_PCM
445 help
446 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
447
448 To compile this driver as a module, choose M here: the module
449 will be called snd-indigoiox
450
451config SND_INDIGODJX
452 tristate "(Echoaudio) Indigo DJx"
453 select FW_LOADER
454 select SND_PCM
455 help
456 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
457
458 To compile this driver as a module, choose M here: the module
459 will be called snd-indigodjx
460
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461config SND_EMU10K1
462 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200463 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 select SND_HWDEP
465 select SND_RAWMIDI
466 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100467 select SND_TIMER
Dan Williams2db1a572015-11-12 12:13:57 -0800468 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 help
470 Say Y to include support for Sound Blaster PCI 512, Live!,
471 Audigy and E-mu APS (partially supported) soundcards.
472
473 The confusing multitude of mixer controls is documented in
474 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
475 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
476
477 To compile this driver as a module, choose M here: the module
478 will be called snd-emu10k1.
479
Takashi Iwai01813072017-06-09 14:40:18 +0200480# select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
481config SND_EMU10K1_SEQ
482 def_tristate SND_SEQUENCER && SND_EMU10K1
483 select SND_SEQ_MIDI_EMUL
484 select SND_SEQ_VIRMIDI
485
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486config SND_EMU10K1X
487 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 select SND_AC97_CODEC
489 select SND_RAWMIDI
Dan Williams2db1a572015-11-12 12:13:57 -0800490 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 help
492 Say Y here to include support for the Dell OEM version of the
493 Sound Blaster Live!.
494
495 To compile this driver as a module, choose M here: the module
496 will be called snd-emu10k1x.
497
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498config SND_ENS1370
499 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 select SND_RAWMIDI
501 select SND_PCM
502 help
503 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
504
505 To compile this driver as a module, choose M here: the module
506 will be called snd-ens1370.
507
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508config SND_ENS1371
509 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 select SND_RAWMIDI
511 select SND_AC97_CODEC
512 help
513 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
514 Sound Blaster PCI 64 or 128 soundcards.
515
516 To compile this driver as a module, choose M here: the module
517 will be called snd-ens1371.
518
519config SND_ES1938
520 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 select SND_OPL3_LIB
522 select SND_MPU401_UART
523 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800524 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 help
526 Say Y here to include support for soundcards based on ESS Solo-1
527 (ES1938, ES1946, ES1969) chips.
528
529 To compile this driver as a module, choose M here: the module
530 will be called snd-es1938.
531
532config SND_ES1968
533 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 select SND_MPU401_UART
535 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800536 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 help
538 Say Y here to include support for soundcards based on ESS Maestro
539 1/2/2E chips.
540
541 To compile this driver as a module, choose M here: the module
542 will be called snd-es1968.
543
Hans de Goede5a5e02e2010-04-23 05:26:43 -0400544config SND_ES1968_INPUT
545 bool "Enable input device for es1968 volume buttons"
546 depends on SND_ES1968
547 depends on INPUT=y || INPUT=SND_ES1968
548 help
549 If you say Y here, you will get an input device which reports
550 keypresses for the volume buttons connected to the es1968 chip.
551 If you say N the buttons will directly control the master volume.
552 It is recommended to say Y.
553
Ondrej Zary1872f582011-03-19 16:33:14 +0100554config SND_ES1968_RADIO
555 bool "Enable TEA5757 radio tuner support for es1968"
556 depends on SND_ES1968
Ondrej Zary338c6582013-07-28 16:01:44 -0300557 depends on MEDIA_RADIO_SUPPORT
Ondrej Zary1872f582011-03-19 16:33:14 +0100558 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300559 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300560 select RADIO_TEA575X
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300561
Ondrej Zary1872f582011-03-19 16:33:14 +0100562 help
563 Say Y here to include support for TEA5757 radio tuner integrated on
564 some MediaForte cards (e.g. SF64-PCE2).
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566config SND_FM801
567 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 select SND_OPL3_LIB
569 select SND_MPU401_UART
570 select SND_AC97_CODEC
571 help
572 Say Y here to include support for soundcards based on the ForteMedia
573 FM801 chip.
574
575 To compile this driver as a module, choose M here: the module
576 will be called snd-fm801.
577
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200578config SND_FM801_TEA575X_BOOL
579 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 depends on SND_FM801
Ondrej Zary338c6582013-07-28 16:01:44 -0300581 depends on MEDIA_RADIO_SUPPORT
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300582 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300583 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300584 select RADIO_TEA575X
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 help
586 Say Y here to include support for soundcards based on the ForteMedia
Ondrej Zaryfdb62b52011-05-14 22:51:01 +0200587 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
588 SF64-PCR) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589
Takashi Iwai230b5c12005-11-17 10:17:05 +0100590config SND_HDSP
591 tristate "RME Hammerfall DSP Audio"
Takashi Iwai90caaef2012-11-22 16:55:11 +0100592 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100593 select SND_HWDEP
594 select SND_RAWMIDI
595 select SND_PCM
596 help
597 Say Y here to include support for RME Hammerfall DSP Audio
598 soundcards.
599
600 To compile this driver as a module, choose M here: the module
601 will be called snd-hdsp.
602
Takashi Iwai511b4c12009-05-12 11:51:46 +0200603comment "Don't forget to add built-in firmwares for HDSP driver"
604 depends on SND_HDSP=y
605
Takashi Iwai230b5c12005-11-17 10:17:05 +0100606config SND_HDSPM
Adrian Knothfbcdf332011-01-26 19:32:15 +0100607 tristate "RME Hammerfall DSP MADI/RayDAT/AIO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100608 select SND_HWDEP
609 select SND_RAWMIDI
610 select SND_PCM
611 help
Adrian Knothfbcdf332011-01-26 19:32:15 +0100612 Say Y here to include support for RME Hammerfall DSP MADI,
613 RayDAT and AIO soundcards.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100614
615 To compile this driver as a module, choose M here: the module
616 will be called snd-hdspm.
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618config SND_ICE1712
619 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 select SND_MPU401_UART
621 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900622 select BITREVERSE
Dan Williams2db1a572015-11-12 12:13:57 -0800623 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 help
625 Say Y here to include support for soundcards based on the
626 ICE1712 (Envy24) chip.
627
628 Currently supported hardware is: M-Audio Delta 1010(LT),
629 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400630 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
631 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
632 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633
634 To compile this driver as a module, choose M here: the module
635 will be called snd-ice1712.
636
637config SND_ICE1724
638 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200639 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100641 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 help
643 Say Y here to include support for soundcards based on
644 ICE/VT1724/1720 (Envy24HT/PT) chips.
645
646 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400647 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
648 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
649 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
650 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
651 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
Ondrej Zary77b0b252012-10-14 21:09:22 +0200652 AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653
654 To compile this driver as a module, choose M here: the module
655 will be called snd-ice1724.
656
657config SND_INTEL8X0
658 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659 select SND_AC97_CODEC
660 help
661 Say Y here to include support for the integrated AC97 sound
662 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
663 ALi chipsets using the M5455 Audio Controller. (There is a
664 separate driver for ALi M5451 Audio Controllers.)
665
666 To compile this driver as a module, choose M here: the module
667 will be called snd-intel8x0.
668
669config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200670 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 select SND_AC97_CODEC
672 help
673 Say Y here to include support for the integrated MC97 modem on
674 motherboards with Intel/SiS/nVidia/AMD chipsets.
675
676 To compile this driver as a module, choose M here: the module
677 will be called snd-intel8x0m.
678
Takashi Iwai230b5c12005-11-17 10:17:05 +0100679config SND_KORG1212
680 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100681 select SND_PCM
682 help
683 Say Y here to include support for Korg 1212IO soundcards.
684
685 To compile this driver as a module, choose M here: the module
686 will be called snd-korg1212.
687
Takashi Iwaid43f30102011-05-03 16:14:46 +0200688config SND_LOLA
689 tristate "Digigram Lola"
690 select SND_PCM
691 help
692 Say Y to include support for Digigram Lola boards.
693
694 To compile this driver as a module, choose M here: the module
695 will be called snd-lola.
696
Tim Blechmann02bec492009-03-24 12:24:35 +0100697config SND_LX6464ES
698 tristate "Digigram LX6464ES"
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -0700699 depends on HAS_IOPORT_MAP
Tim Blechmann02bec492009-03-24 12:24:35 +0100700 select SND_PCM
701 help
702 Say Y here to include support for Digigram LX6464ES boards.
703
704 To compile this driver as a module, choose M here: the module
705 will be called snd-lx6464es.
706
707
Takashi Iwai230b5c12005-11-17 10:17:05 +0100708config SND_MAESTRO3
709 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100710 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800711 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100712 help
713 Say Y here to include support for soundcards based on ESS Maestro 3
714 (Allegro) chips.
715
716 To compile this driver as a module, choose M here: the module
717 will be called snd-maestro3.
718
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400719config SND_MAESTRO3_INPUT
720 bool "Enable input device for maestro3 volume buttons"
721 depends on SND_MAESTRO3
722 depends on INPUT=y || INPUT=SND_MAESTRO3
723 help
724 If you say Y here, you will get an input device which reports
725 keypresses for the volume buttons connected to the maestro3 chip.
726 If you say N the buttons will directly control the master volume.
727 It is recommended to say Y.
728
Takashi Iwai230b5c12005-11-17 10:17:05 +0100729config SND_MIXART
730 tristate "Digigram miXart"
Takashi Iwaicba46f12012-11-22 16:07:52 +0100731 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100732 select SND_HWDEP
733 select SND_PCM
734 help
735 If you want to use Digigram miXart soundcards, say Y here and
736 read <file:Documentation/sound/alsa/MIXART.txt>.
737
738 To compile this driver as a module, choose M here: the module
739 will be called snd-mixart.
740
741config SND_NM256
742 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100743 select SND_AC97_CODEC
744 help
745 Say Y here to include support for NeoMagic NM256AV/ZX chips.
746
747 To compile this driver as a module, choose M here: the module
748 will be called snd-nm256.
749
Markus Bollingere12229b2005-12-06 13:55:26 +0100750config SND_PCXHR
751 tristate "Digigram PCXHR"
Takashi Iwaid1914492012-11-22 16:11:21 +0100752 select FW_LOADER
Markus Bollingere12229b2005-12-06 13:55:26 +0100753 select SND_PCM
754 select SND_HWDEP
755 help
756 Say Y here to include support for Digigram PCXHR boards.
757
758 To compile this driver as a module, choose M here: the module
759 will be called snd-pcxhr.
760
Peter Gruber109a9632006-03-27 13:10:28 +0200761config SND_RIPTIDE
762 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200763 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200764 select SND_OPL3_LIB
765 select SND_MPU401_UART
766 select SND_AC97_CODEC
767 help
768 Say 'Y' or 'M' to include support for Conexant Riptide chip.
769
770 To compile this driver as a module, choose M here: the module
771 will be called snd-riptide
772
Takashi Iwai230b5c12005-11-17 10:17:05 +0100773config SND_RME32
774 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100775 select SND_PCM
776 help
777 Say Y to include support for RME Digi32, Digi32 PRO and
778 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
779 devices.
780
781 To compile this driver as a module, choose M here: the module
782 will be called snd-rme32.
783
784config SND_RME96
785 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100786 select SND_PCM
787 help
788 Say Y here to include support for RME Digi96, Digi96/8 and
789 Digi96/8 PRO/PAD/PST soundcards.
790
791 To compile this driver as a module, choose M here: the module
792 will be called snd-rme96.
793
794config SND_RME9652
795 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100796 select SND_PCM
797 help
798 Say Y here to include support for RME Hammerfall (RME
799 Digi9652/Digi9636) soundcards.
800
801 To compile this driver as a module, choose M here: the module
802 will be called snd-rme9652.
803
Clemens Ladisch53c098b2015-01-16 22:16:35 +0100804config SND_SE6X
805 tristate "Studio Evolution SE6X"
806 depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict
807 select SND_OXYGEN_LIB
808 select SND_PCM
809 select SND_MPU401_UART
810 help
811 Say Y or M here only if you actually have this sound card.
812
David Dillow175859b2007-12-14 14:40:23 +0100813config SND_SIS7019
814 tristate "SiS 7019 Audio Accelerator"
Jean Delvare4c16ecc2014-03-11 14:30:07 +0100815 depends on X86_32
David Dillow175859b2007-12-14 14:40:23 +0100816 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800817 depends on ZONE_DMA
David Dillow175859b2007-12-14 14:40:23 +0100818 help
819 Say Y here to include support for the SiS 7019 Audio Accelerator.
820
821 To compile this driver as a module, choose M here: the module
822 will be called snd-sis7019.
823
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824config SND_SONICVIBES
825 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 select SND_OPL3_LIB
827 select SND_MPU401_UART
828 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800829 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 help
831 Say Y here to include support for soundcards based on the S3
832 SonicVibes chip.
833
834 To compile this driver as a module, choose M here: the module
835 will be called snd-sonicvibes.
836
Takashi Iwai230b5c12005-11-17 10:17:05 +0100837config SND_TRIDENT
838 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100839 select SND_MPU401_UART
840 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800841 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100842 help
843 Say Y here to include support for soundcards based on Trident
844 4D-Wave DX/NX or SiS 7018 chips.
845
846 To compile this driver as a module, choose M here: the module
847 will be called snd-trident.
848
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849config SND_VIA82XX
850 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 select SND_MPU401_UART
852 select SND_AC97_CODEC
853 help
854 Say Y here to include support for the integrated AC97 sound
855 device on motherboards with VIA chipsets.
856
857 To compile this driver as a module, choose M here: the module
858 will be called snd-via82xx.
859
860config SND_VIA82XX_MODEM
861 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 select SND_AC97_CODEC
863 help
864 Say Y here to include support for the integrated MC97 modem on
865 motherboards with VIA chipsets.
866
867 To compile this driver as a module, choose M here: the module
868 will be called snd-via82xx-modem.
869
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100870config SND_VIRTUOSO
Clemens Ladisch51485e82010-09-09 12:26:52 +0200871 tristate "Asus Virtuoso 66/100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100872 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200873 select SND_PCM
874 select SND_MPU401_UART
Takashi Iwaife0d1282016-02-17 09:44:25 +0100875 select SND_JACK
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100876 help
877 Say Y here to include support for sound cards based on the
Clemens Ladischf42bb222014-08-04 15:17:55 +0200878 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX,
879 Essence ST (Deluxe), and Essence STX (II).
Clemens Ladischb532d6b2011-01-10 16:23:57 +0100880 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental;
881 for the Xense, missing.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100882
883 To compile this driver as a module, choose M here: the module
884 will be called snd-virtuoso.
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886config SND_VX222
887 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 select SND_VX_LIB
889 help
890 Say Y here to include support for Digigram VX222 soundcards.
891
892 To compile this driver as a module, choose M here: the module
893 will be called snd-vx222.
894
Takashi Iwai230b5c12005-11-17 10:17:05 +0100895config SND_YMFPCI
896 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100897 select SND_OPL3_LIB
898 select SND_MPU401_UART
899 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100900 select SND_TIMER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100902 Say Y here to include support for Yamaha PCI audio chips -
903 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904
905 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100906 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907
Takashi Iwai89fe5112008-05-23 16:10:37 +0200908endif # SND_PCI
Dylan Reid78e34f32014-02-28 15:41:32 -0800909
910source "sound/pci/hda/Kconfig"