blob: 93bc9bef7641fa1839e1bdd9fb58f86681b35c84 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# ALSA PCI drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig SND_PCI
5 bool "PCI sound devices"
6 depends on PCI
7 default y
8 help
9 Support for sound devices connected via the PCI bus.
10
11if SND_PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Takashi Iwai230b5c12005-11-17 10:17:05 +010013config SND_AD1889
14 tristate "Analog Devices AD1889"
Takashi Iwai230b5c12005-11-17 10:17:05 +010015 select SND_AC97_CODEC
16 help
17 Say Y here to include support for the integrated AC97 sound
18 device found in particular on the Hewlett-Packard [BCJ]-xxx0
19 class PA-RISC workstations, using the AD1819 codec.
20
21 To compile this as a module, choose M here: the module
22 will be called snd-ad1889.
23
Ash Willisb3a70d52006-03-27 13:20:40 +020024config SND_ALS300
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030025 tristate "Avance Logic ALS300/ALS300+"
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030026 select SND_PCM
27 select SND_AC97_CODEC
28 select SND_OPL3_LIB
Dan Williams2db1a572015-11-12 12:13:57 -080029 depends on ZONE_DMA
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030030 help
31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
Ash Willisb3a70d52006-03-27 13:20:40 +020032
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030033 To compile this driver as a module, choose M here: the module
34 will be called snd-als300
Ash Willisb3a70d52006-03-27 13:20:40 +020035
Takashi Iwai230b5c12005-11-17 10:17:05 +010036config SND_ALS4000
37 tristate "Avance Logic ALS4000"
Takashi Iwai89fe5112008-05-23 16:10:37 +020038 depends on ISA_DMA_API
Takashi Iwai230b5c12005-11-17 10:17:05 +010039 select SND_OPL3_LIB
40 select SND_MPU401_UART
41 select SND_PCM
Takashi Iwaidda369c2007-05-25 11:50:33 +020042 select SND_SB_COMMON
Takashi Iwai230b5c12005-11-17 10:17:05 +010043 help
44 Say Y here to include support for soundcards based on Avance Logic
45 ALS4000 chips.
46
47 To compile this driver as a module, choose M here: the module
48 will be called snd-als4000.
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050config SND_ALI5451
51 tristate "ALi M5451 PCI Audio Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 select SND_MPU401_UART
53 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -080054 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 help
56 Say Y here to include support for the integrated AC97 sound
57 device on motherboards using the ALi M5451 Audio Controller
58 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
59 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
60
61 To compile this driver as a module, choose M here: the module
62 will be called snd-ali5451.
63
Eliot Blennerhassett719f82d2010-04-21 18:17:39 +020064config SND_ASIHPI
65 tristate "AudioScience ASIxxxx"
66 depends on X86
67 select FW_LOADER
68 select SND_PCM
69 select SND_HWDEP
70 help
71 Say Y here to include support for AudioScience ASI sound cards.
72
73 To compile this driver as a module, choose M here: the module
74 will be called snd-asihpi.
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076config SND_ATIIXP
77 tristate "ATI IXP AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 select SND_AC97_CODEC
79 help
80 Say Y here to include support for the integrated AC97 sound
81 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
82 300/400).
83
84 To compile this driver as a module, choose M here: the module
85 will be called snd-atiixp.
86
87config SND_ATIIXP_MODEM
88 tristate "ATI IXP Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 select SND_AC97_CODEC
90 help
91 Say Y here to include support for the integrated MC97 modem on
92 motherboards with ATI chipsets (ATI IXP 150/200/250).
93
94 To compile this driver as a module, choose M here: the module
95 will be called snd-atiixp-modem.
96
97config SND_AU8810
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -030098 tristate "Aureal Advantage"
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 select SND_MPU401_UART
100 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300101 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 Say Y here to include support for Aureal Advantage soundcards.
103
104 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300105 3D support code is in place, but not yet useable. For more info,
106 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
108 To compile this driver as a module, choose M here: the module
109 will be called snd-au8810.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300110
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111config SND_AU8820
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300112 tristate "Aureal Vortex"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 select SND_MPU401_UART
114 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300115 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 Say Y here to include support for Aureal Vortex soundcards.
117
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300118 Supported features: Hardware Mixer and SRC. For more info, email
119 the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
121 To compile this driver as a module, choose M here: the module
122 will be called snd-au8820.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124config SND_AU8830
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300125 tristate "Aureal Vortex 2"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 select SND_MPU401_UART
127 select SND_AC97_CODEC
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300128 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 Say Y here to include support for Aureal Vortex 2 soundcards.
130
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300131 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
132 3D support code is in place, but not yet useable. For more info,
133 email the ALSA developer list, or <mjander@users.sourceforge.net>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134
135 To compile this driver as a module, choose M here: the module
136 will be called snd-au8830.
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300137
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100138config SND_AW2
139 tristate "Emagic Audiowerk 2"
Cedric Bregardis98f2a972008-02-20 12:05:13 +0100140 help
141 Say Y here to include support for Emagic Audiowerk 2 soundcards.
142
143 Supported features: Analog and SPDIF output. Analog or SPDIF input.
144 Note: Switch between analog and digital input does not always work.
145 It can produce continuous noise. The workaround is to switch again
146 (and again) between digital and analog input until it works.
147
148 To compile this driver as a module, choose M here: the module
149 will be called snd-aw2.
150
151
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152config SND_AZT3328
Andreas Mohr3eff8952009-07-05 13:28:48 +0200153 tristate "Aztech AZF3328 / PCI168"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 select SND_OPL3_LIB
155 select SND_MPU401_UART
156 select SND_PCM
Andreas Mohr3eff8952009-07-05 13:28:48 +0200157 select SND_RAWMIDI
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100158 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100159 select SND_TIMER
Dan Williams2db1a572015-11-12 12:13:57 -0800160 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 help
162 Say Y here to include support for Aztech AZF3328 (PCI168)
163 soundcards.
164
Andreas Mohrb5dc20c2011-02-19 00:49:32 +0100165 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O
166 (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing),
167 Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer,
168 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
169
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 To compile this driver as a module, choose M here: the module
171 will be called snd-azt3328.
172
173config SND_BT87X
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300174 tristate "Bt87x Audio Capture"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 select SND_PCM
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300176 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 If you want to record audio from TV cards based on
178 Brooktree Bt878/Bt879 chips, say Y here and read
Mauro Carvalho Chehab5fb94e92018-05-08 15:14:57 -0300179 <file:Documentation/sound/cards/bt87x.rst>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
181 To compile this driver as a module, choose M here: the module
182 will be called snd-bt87x.
183
184config SND_BT87X_OVERCLOCK
185 bool "Bt87x Audio overclocking"
186 depends on SND_BT87X
187 help
188 Say Y here if 448000 Hz isn't enough for you and you want to
189 record from the analog input with up to 1792000 Hz.
190
191 Higher sample rates won't hurt your hardware, but audio
192 quality may suffer.
193
Takashi Iwai230b5c12005-11-17 10:17:05 +0100194config SND_CA0106
195 tristate "SB Audigy LS / Live 24bit"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100196 select SND_AC97_CODEC
197 select SND_RAWMIDI
Takashi Iwai49c88b82008-02-18 13:06:49 +0100198 select SND_VMASTER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100199 help
200 Say Y here to include support for the Sound Blaster Audigy LS
201 and Live 24bit.
202
203 To compile this driver as a module, choose M here: the module
204 will be called snd-ca0106.
205
206config SND_CMIPCI
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200207 tristate "C-Media 8338, 8738, 8768, 8770"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100208 select SND_OPL3_LIB
209 select SND_MPU401_UART
210 select SND_PCM
211 help
Clemens Ladisch45c41b42007-08-22 09:45:03 +0200212 If you want to use soundcards based on C-Media CMI8338, CMI8738,
213 CMI8768 or CMI8770 chips, say Y here and read
Mauro Carvalho Chehab5fb94e92018-05-08 15:14:57 -0300214 <file:Documentation/sound/cards/cmipci.rst>.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100215
216 To compile this driver as a module, choose M here: the module
217 will be called snd-cmipci.
218
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100219config SND_OXYGEN_LIB
Krzysztof Kozlowski82e8d722019-10-04 16:49:31 +0200220 tristate
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100221
222config SND_OXYGEN
Clemens Ladisch66410bf2011-01-10 16:20:29 +0100223 tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100224 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200225 select SND_PCM
226 select SND_MPU401_UART
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100227 help
228 Say Y here to include support for sound cards based on the
229 C-Media CMI8788 (Oxygen HD Audio) chip:
230 * Asound A-8788
Clemens Ladisch76bc7a02012-05-01 17:40:30 +0200231 * Asus Xonar DG/DGX
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100232 * AuzenTech X-Meridian
Clemens Ladisch8443d2e2011-01-10 16:17:26 +0100233 * AuzenTech X-Meridian 2G
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100234 * Bgears b-Enspirer
235 * Club3D Theatron DTS
Clemens Ladischde04b102008-11-26 10:37:23 +0100236 * HT-Omega Claro (plus)
237 * HT-Omega Claro halo (XT)
Clemens Ladisch31f86ba2010-11-02 17:18:23 +0100238 * Kuroutoshikou CMI8787-HG2PCI
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100239 * Razer Barracuda AC-1
240 * Sondigo Inferno
Clemens Ladisch45c1de82010-11-02 17:08:37 +0100241 * TempoTec/MediaTek HiFier Fantasia
Clemens Ladisch2146dcf2010-11-03 12:26:35 +0100242 * TempoTec/MediaTek HiFier Serenade
Clemens Ladischd0ce9942007-12-23 19:50:57 +0100243
244 To compile this driver as a module, choose M here: the module
245 will be called snd-oxygen.
246
Takashi Iwai230b5c12005-11-17 10:17:05 +0100247config SND_CS4281
248 tristate "Cirrus Logic (Sound Fusion) CS4281"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100249 select SND_OPL3_LIB
250 select SND_RAWMIDI
251 select SND_AC97_CODEC
252 help
253 Say Y here to include support for Cirrus Logic CS4281 chips.
254
255 To compile this driver as a module, choose M here: the module
256 will be called snd-cs4281.
257
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258config SND_CS46XX
259 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 select SND_RAWMIDI
261 select SND_AC97_CODEC
Takashi Iwaiad233a52013-11-18 17:47:15 +0100262 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 help
264 Say Y here to include support for Cirrus Logic CS4610/CS4612/
265 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
266
267 To compile this driver as a module, choose M here: the module
268 will be called snd-cs46xx.
269
270config SND_CS46XX_NEW_DSP
Takashi Iwai675b4e52006-03-27 12:46:34 +0200271 bool "Cirrus Logic (Sound Fusion) New DSP support"
272 depends on SND_CS46XX
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300273 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 help
275 Say Y here to use a new DSP image for SPDIF and dual codecs.
276
277 This works better than the old code, so say Y.
278
Takashi Iwai621887a2007-05-24 18:46:54 +0200279config SND_CS5530
280 tristate "CS5530 Audio"
Jean Delvare5be50ac2014-03-10 21:12:26 +0100281 depends on ISA_DMA_API && (X86_32 || COMPILE_TEST)
Takashi Iwaidda369c2007-05-25 11:50:33 +0200282 select SND_SB16_DSP
Takashi Iwai621887a2007-05-24 18:46:54 +0200283 help
284 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
285
286 To compile this driver as a module, choose M here: the module
287 will be called snd-cs5530.
288
Takashi Iwai230b5c12005-11-17 10:17:05 +0100289config SND_CS5535AUDIO
Jaya Kumar9ac25592006-04-28 14:34:49 +0200290 tristate "CS5535/CS5536 Audio"
Jean Delvare61ef6f32014-03-11 11:38:34 +0100291 depends on X86_32 || MIPS || COMPILE_TEST
Takashi Iwai230b5c12005-11-17 10:17:05 +0100292 select SND_PCM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 select SND_AC97_CODEC
294 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100295 Say Y here to include support for audio on CS5535 chips. It is
296 referred to as NS CS5535 IO or AMD CS5535 IO companion in
Jaya Kumar9ac25592006-04-28 14:34:49 +0200297 various literature. This driver also supports the CS5536 audio
298 device. However, for both chips, on certain boards, you may
Mauro Carvalho Chehab6054b682006-08-08 09:10:06 -0300299 need to use ac97_quirk=hp_only if your board has physically
Jaya Kumar9ac25592006-04-28 14:34:49 +0200300 mapped headphone out to master output. If that works for you,
301 send lspci -vvv output to the mailing list so that your board
302 can be identified in the quirks list.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303
304 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100305 will be called snd-cs5535audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306
Wai Yew CHAY8cc72362009-05-14 08:05:58 +0200307config SND_CTXFI
308 tristate "Creative Sound Blaster X-Fi"
309 select SND_PCM
310 help
311 If you want to use soundcards based on Creative Sound Blastr X-Fi
312 boards with 20k1 or 20k2 chips, say Y here.
313
314 To compile this driver as a module, choose M here: the module
315 will be called snd-ctxfi.
316
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200317config SND_DARLA20
318 tristate "(Echoaudio) Darla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200319 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200320 select SND_PCM
321 help
322 Say 'Y' or 'M' to include support for Echoaudio Darla.
323
324 To compile this driver as a module, choose M here: the module
325 will be called snd-darla20
326
327config SND_GINA20
328 tristate "(Echoaudio) Gina20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200329 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200330 select SND_PCM
331 help
332 Say 'Y' or 'M' to include support for Echoaudio Gina.
333
334 To compile this driver as a module, choose M here: the module
335 will be called snd-gina20
336
337config SND_LAYLA20
338 tristate "(Echoaudio) Layla20"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200339 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200340 select SND_RAWMIDI
341 select SND_PCM
342 help
343 Say 'Y' or 'M' to include support for Echoaudio Layla.
344
345 To compile this driver as a module, choose M here: the module
346 will be called snd-layla20
347
348config SND_DARLA24
349 tristate "(Echoaudio) Darla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200350 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200351 select SND_PCM
352 help
353 Say 'Y' or 'M' to include support for Echoaudio Darla24.
354
355 To compile this driver as a module, choose M here: the module
356 will be called snd-darla24
357
358config SND_GINA24
359 tristate "(Echoaudio) Gina24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200360 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200361 select SND_PCM
362 help
363 Say 'Y' or 'M' to include support for Echoaudio Gina24.
364
365 To compile this driver as a module, choose M here: the module
366 will be called snd-gina24
367
368config SND_LAYLA24
369 tristate "(Echoaudio) Layla24"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200370 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200371 select SND_RAWMIDI
372 select SND_PCM
373 help
374 Say 'Y' or 'M' to include support for Echoaudio Layla24.
375
376 To compile this driver as a module, choose M here: the module
377 will be called snd-layla24
378
379config SND_MONA
380 tristate "(Echoaudio) Mona"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200381 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200382 select SND_RAWMIDI
383 select SND_PCM
384 help
385 Say 'Y' or 'M' to include support for Echoaudio Mona.
386
387 To compile this driver as a module, choose M here: the module
388 will be called snd-mona
389
390config SND_MIA
391 tristate "(Echoaudio) Mia"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200392 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200393 select SND_RAWMIDI
394 select SND_PCM
395 help
396 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
397
398 To compile this driver as a module, choose M here: the module
399 will be called snd-mia
400
401config SND_ECHO3G
402 tristate "(Echoaudio) 3G cards"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200403 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200404 select SND_RAWMIDI
405 select SND_PCM
406 help
407 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
408
409 To compile this driver as a module, choose M here: the module
410 will be called snd-echo3g
411
412config SND_INDIGO
413 tristate "(Echoaudio) Indigo"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200414 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200415 select SND_PCM
416 help
417 Say 'Y' or 'M' to include support for Echoaudio Indigo.
418
419 To compile this driver as a module, choose M here: the module
420 will be called snd-indigo
421
422config SND_INDIGOIO
423 tristate "(Echoaudio) Indigo IO"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200424 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200425 select SND_PCM
426 help
427 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
428
429 To compile this driver as a module, choose M here: the module
430 will be called snd-indigoio
431
432config SND_INDIGODJ
433 tristate "(Echoaudio) Indigo DJ"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200434 select FW_LOADER
Giuliano Pochinidd7b2542006-06-28 13:53:41 +0200435 select SND_PCM
436 help
437 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
438
439 To compile this driver as a module, choose M here: the module
440 will be called snd-indigodj
441
Giuliano Pochinia2328d02009-03-19 00:09:03 +0100442config SND_INDIGOIOX
443 tristate "(Echoaudio) Indigo IOx"
444 select FW_LOADER
445 select SND_PCM
446 help
447 Say 'Y' or 'M' to include support for Echoaudio Indigo IOx.
448
449 To compile this driver as a module, choose M here: the module
450 will be called snd-indigoiox
451
452config SND_INDIGODJX
453 tristate "(Echoaudio) Indigo DJx"
454 select FW_LOADER
455 select SND_PCM
456 help
457 Say 'Y' or 'M' to include support for Echoaudio Indigo DJx.
458
459 To compile this driver as a module, choose M here: the module
460 will be called snd-indigodjx
461
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462config SND_EMU10K1
463 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
Clemens Ladisch9bf5f8a2006-10-09 08:18:26 +0200464 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 select SND_HWDEP
466 select SND_RAWMIDI
467 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100468 select SND_TIMER
Takashi Iwai111b0cd2017-06-09 15:11:58 +0200469 select SND_SEQ_DEVICE if SND_SEQUENCER != n
Dan Williams2db1a572015-11-12 12:13:57 -0800470 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 help
472 Say Y to include support for Sound Blaster PCI 512, Live!,
473 Audigy and E-mu APS (partially supported) soundcards.
474
475 The confusing multitude of mixer controls is documented in
Mauro Carvalho Chehab5fb94e92018-05-08 15:14:57 -0300476 <file:Documentation/sound/cards/sb-live-mixer.rst> and
477 <file:Documentation/sound/cards/audigy-mixer.rst>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478
479 To compile this driver as a module, choose M here: the module
480 will be called snd-emu10k1.
481
Takashi Iwai01813072017-06-09 14:40:18 +0200482# select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
483config SND_EMU10K1_SEQ
484 def_tristate SND_SEQUENCER && SND_EMU10K1
485 select SND_SEQ_MIDI_EMUL
486 select SND_SEQ_VIRMIDI
Takashi Iwai82721152017-06-09 14:57:51 +0200487 select SND_SYNTH_EMUX
Takashi Iwai01813072017-06-09 14:40:18 +0200488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489config SND_EMU10K1X
490 tristate "Emu10k1X (Dell OEM Version)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 select SND_AC97_CODEC
492 select SND_RAWMIDI
Dan Williams2db1a572015-11-12 12:13:57 -0800493 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 help
495 Say Y here to include support for the Dell OEM version of the
496 Sound Blaster Live!.
497
498 To compile this driver as a module, choose M here: the module
499 will be called snd-emu10k1x.
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501config SND_ENS1370
502 tristate "(Creative) Ensoniq AudioPCI 1370"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 select SND_RAWMIDI
504 select SND_PCM
505 help
506 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
507
508 To compile this driver as a module, choose M here: the module
509 will be called snd-ens1370.
510
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511config SND_ENS1371
512 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 select SND_RAWMIDI
514 select SND_AC97_CODEC
515 help
516 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
517 Sound Blaster PCI 64 or 128 soundcards.
518
519 To compile this driver as a module, choose M here: the module
520 will be called snd-ens1371.
521
522config SND_ES1938
523 tristate "ESS ES1938/1946/1969 (Solo-1)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 select SND_OPL3_LIB
525 select SND_MPU401_UART
526 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800527 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 help
529 Say Y here to include support for soundcards based on ESS Solo-1
530 (ES1938, ES1946, ES1969) chips.
531
532 To compile this driver as a module, choose M here: the module
533 will be called snd-es1938.
534
535config SND_ES1968
536 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 select SND_MPU401_UART
538 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800539 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 help
541 Say Y here to include support for soundcards based on ESS Maestro
542 1/2/2E chips.
543
544 To compile this driver as a module, choose M here: the module
545 will be called snd-es1968.
546
Hans de Goede5a5e02e2010-04-23 05:26:43 -0400547config SND_ES1968_INPUT
548 bool "Enable input device for es1968 volume buttons"
549 depends on SND_ES1968
550 depends on INPUT=y || INPUT=SND_ES1968
551 help
552 If you say Y here, you will get an input device which reports
553 keypresses for the volume buttons connected to the es1968 chip.
554 If you say N the buttons will directly control the master volume.
555 It is recommended to say Y.
556
Ondrej Zary1872f582011-03-19 16:33:14 +0100557config SND_ES1968_RADIO
558 bool "Enable TEA5757 radio tuner support for es1968"
559 depends on SND_ES1968
Ondrej Zary338c6582013-07-28 16:01:44 -0300560 depends on MEDIA_RADIO_SUPPORT
Ondrej Zary1872f582011-03-19 16:33:14 +0100561 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300562 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300563 select RADIO_TEA575X
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300564
Ondrej Zary1872f582011-03-19 16:33:14 +0100565 help
566 Say Y here to include support for TEA5757 radio tuner integrated on
567 some MediaForte cards (e.g. SF64-PCE2).
568
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569config SND_FM801
570 tristate "ForteMedia FM801"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 select SND_OPL3_LIB
572 select SND_MPU401_UART
573 select SND_AC97_CODEC
574 help
575 Say Y here to include support for soundcards based on the ForteMedia
576 FM801 chip.
577
578 To compile this driver as a module, choose M here: the module
579 will be called snd-fm801.
580
Adrian Bunkefce4bb2006-06-29 13:22:29 +0200581config SND_FM801_TEA575X_BOOL
582 bool "ForteMedia FM801 + TEA5757 tuner"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 depends on SND_FM801
Ondrej Zary338c6582013-07-28 16:01:44 -0300584 depends on MEDIA_RADIO_SUPPORT
Mauro Carvalho Chehab9b76ede2009-02-27 11:51:24 -0300585 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
Mauro Carvalho Chehabe9a7495c2013-08-24 08:15:03 -0300586 select RADIO_ADAPTERS
Ondrej Zary338c6582013-07-28 16:01:44 -0300587 select RADIO_TEA575X
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 help
589 Say Y here to include support for soundcards based on the ForteMedia
Ondrej Zaryfdb62b52011-05-14 22:51:01 +0200590 FM801 chip with a TEA5757 tuner (MediaForte SF256-PCS, SF256-PCP and
591 SF64-PCR) into the snd-fm801 driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592
Takashi Iwai230b5c12005-11-17 10:17:05 +0100593config SND_HDSP
594 tristate "RME Hammerfall DSP Audio"
Takashi Iwai90caaef2012-11-22 16:55:11 +0100595 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100596 select SND_HWDEP
597 select SND_RAWMIDI
598 select SND_PCM
599 help
600 Say Y here to include support for RME Hammerfall DSP Audio
601 soundcards.
602
603 To compile this driver as a module, choose M here: the module
604 will be called snd-hdsp.
605
Takashi Iwai511b4c12009-05-12 11:51:46 +0200606comment "Don't forget to add built-in firmwares for HDSP driver"
607 depends on SND_HDSP=y
608
Takashi Iwai230b5c12005-11-17 10:17:05 +0100609config SND_HDSPM
Adrian Knothfbcdf332011-01-26 19:32:15 +0100610 tristate "RME Hammerfall DSP MADI/RayDAT/AIO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100611 select SND_HWDEP
612 select SND_RAWMIDI
613 select SND_PCM
614 help
Adrian Knothfbcdf332011-01-26 19:32:15 +0100615 Say Y here to include support for RME Hammerfall DSP MADI,
616 RayDAT and AIO soundcards.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100617
618 To compile this driver as a module, choose M here: the module
619 will be called snd-hdspm.
620
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621config SND_ICE1712
622 tristate "ICEnsemble ICE1712 (Envy24)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 select SND_MPU401_UART
624 select SND_AC97_CODEC
Akinobu Mita401de812009-11-13 16:02:56 +0900625 select BITREVERSE
Dan Williams2db1a572015-11-12 12:13:57 -0800626 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 help
628 Say Y here to include support for soundcards based on the
629 ICE1712 (Envy24) chip.
630
631 Currently supported hardware is: M-Audio Delta 1010(LT),
632 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400633 TerraTec EWX 24/96, EWS 88MT/D, DMX 6Fire, Phase 88;
634 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8;
635 Lionstracs Mediastation, Terrasoniq TS 88.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636
637 To compile this driver as a module, choose M here: the module
638 will be called snd-ice1712.
639
640config SND_ICE1724
641 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
Clemens Ladischaea3bfb2008-05-20 14:22:44 +0200642 select SND_RAWMIDI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 select SND_AC97_CODEC
Pavel Hofmand16be8e2008-03-20 12:10:27 +0100644 select SND_VMASTER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 help
646 Say Y here to include support for soundcards based on
647 ICE/VT1724/1720 (Envy24HT/PT) chips.
648
649 Currently supported hardware is: AMP AUDIO2000; M-Audio
Alexander Beregalov6e8d90c2008-08-11 02:52:42 +0400650 Revolution 5.1, 7.1, Audiophile 192; TerraTec Aureon 5.1 Sky,
651 7.1 Space/Universe, Phase 22/28; Onkyo SE-90PCI, SE-200PCI;
652 AudioTrak Prodigy 192, 7.1 (HIFI/LT/XT), HD2; Hercules
653 Fortissimo IV; ESI Juli@; Pontis MS300; EGO-SYS WaveTerminal
654 192M; Albatron K8X800 Pro II; Chaintech ZNF3-150/250, 9CJS,
Ondrej Zary77b0b252012-10-14 21:09:22 +0200655 AV-710; Shuttle SN25P; Philips PSC724 Ultimate Edge.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
657 To compile this driver as a module, choose M here: the module
658 will be called snd-ice1724.
659
660config SND_INTEL8X0
661 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 select SND_AC97_CODEC
663 help
664 Say Y here to include support for the integrated AC97 sound
665 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
666 ALi chipsets using the M5455 Audio Controller. (There is a
667 separate driver for ALi M5451 Audio Controllers.)
668
669 To compile this driver as a module, choose M here: the module
670 will be called snd-intel8x0.
671
672config SND_INTEL8X0M
Takashi Iwaicf1756e2006-06-27 15:05:38 +0200673 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 select SND_AC97_CODEC
675 help
676 Say Y here to include support for the integrated MC97 modem on
677 motherboards with Intel/SiS/nVidia/AMD chipsets.
678
679 To compile this driver as a module, choose M here: the module
680 will be called snd-intel8x0m.
681
Takashi Iwai230b5c12005-11-17 10:17:05 +0100682config SND_KORG1212
683 tristate "Korg 1212 IO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100684 select SND_PCM
685 help
686 Say Y here to include support for Korg 1212IO soundcards.
687
688 To compile this driver as a module, choose M here: the module
689 will be called snd-korg1212.
690
Takashi Iwaid43f30102011-05-03 16:14:46 +0200691config SND_LOLA
692 tristate "Digigram Lola"
693 select SND_PCM
694 help
695 Say Y to include support for Digigram Lola boards.
696
697 To compile this driver as a module, choose M here: the module
698 will be called snd-lola.
699
Tim Blechmann02bec492009-03-24 12:24:35 +0100700config SND_LX6464ES
701 tristate "Digigram LX6464ES"
Uwe Kleine-Königce816fa2014-04-07 15:39:19 -0700702 depends on HAS_IOPORT_MAP
Tim Blechmann02bec492009-03-24 12:24:35 +0100703 select SND_PCM
704 help
705 Say Y here to include support for Digigram LX6464ES boards.
706
707 To compile this driver as a module, choose M here: the module
708 will be called snd-lx6464es.
709
710
Takashi Iwai230b5c12005-11-17 10:17:05 +0100711config SND_MAESTRO3
712 tristate "ESS Allegro/Maestro3"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100713 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800714 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100715 help
716 Say Y here to include support for soundcards based on ESS Maestro 3
717 (Allegro) chips.
718
719 To compile this driver as a module, choose M here: the module
720 will be called snd-maestro3.
721
Hans de Goedeeb581ad2010-04-23 05:26:42 -0400722config SND_MAESTRO3_INPUT
723 bool "Enable input device for maestro3 volume buttons"
724 depends on SND_MAESTRO3
725 depends on INPUT=y || INPUT=SND_MAESTRO3
726 help
727 If you say Y here, you will get an input device which reports
728 keypresses for the volume buttons connected to the maestro3 chip.
729 If you say N the buttons will directly control the master volume.
730 It is recommended to say Y.
731
Takashi Iwai230b5c12005-11-17 10:17:05 +0100732config SND_MIXART
733 tristate "Digigram miXart"
Takashi Iwaicba46f12012-11-22 16:07:52 +0100734 select FW_LOADER
Takashi Iwai230b5c12005-11-17 10:17:05 +0100735 select SND_HWDEP
736 select SND_PCM
737 help
738 If you want to use Digigram miXart soundcards, say Y here and
Mauro Carvalho Chehab5fb94e92018-05-08 15:14:57 -0300739 read <file:Documentation/sound/cards/mixart.rst>.
Takashi Iwai230b5c12005-11-17 10:17:05 +0100740
741 To compile this driver as a module, choose M here: the module
742 will be called snd-mixart.
743
744config SND_NM256
745 tristate "NeoMagic NM256AV/ZX"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100746 select SND_AC97_CODEC
747 help
748 Say Y here to include support for NeoMagic NM256AV/ZX chips.
749
750 To compile this driver as a module, choose M here: the module
751 will be called snd-nm256.
752
Markus Bollingere12229b2005-12-06 13:55:26 +0100753config SND_PCXHR
754 tristate "Digigram PCXHR"
Takashi Iwaid1914492012-11-22 16:11:21 +0100755 select FW_LOADER
Markus Bollingere12229b2005-12-06 13:55:26 +0100756 select SND_PCM
757 select SND_HWDEP
758 help
759 Say Y here to include support for Digigram PCXHR boards.
760
761 To compile this driver as a module, choose M here: the module
762 will be called snd-pcxhr.
763
Peter Gruber109a9632006-03-27 13:10:28 +0200764config SND_RIPTIDE
765 tristate "Conexant Riptide"
Clemens Ladisch8a898762006-10-09 08:17:48 +0200766 select FW_LOADER
Peter Gruber109a9632006-03-27 13:10:28 +0200767 select SND_OPL3_LIB
768 select SND_MPU401_UART
769 select SND_AC97_CODEC
770 help
771 Say 'Y' or 'M' to include support for Conexant Riptide chip.
772
773 To compile this driver as a module, choose M here: the module
774 will be called snd-riptide
775
Takashi Iwai230b5c12005-11-17 10:17:05 +0100776config SND_RME32
777 tristate "RME Digi32, 32/8, 32 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100778 select SND_PCM
779 help
780 Say Y to include support for RME Digi32, Digi32 PRO and
781 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
782 devices.
783
784 To compile this driver as a module, choose M here: the module
785 will be called snd-rme32.
786
787config SND_RME96
788 tristate "RME Digi96, 96/8, 96/8 PRO"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100789 select SND_PCM
790 help
791 Say Y here to include support for RME Digi96, Digi96/8 and
792 Digi96/8 PRO/PAD/PST soundcards.
793
794 To compile this driver as a module, choose M here: the module
795 will be called snd-rme96.
796
797config SND_RME9652
798 tristate "RME Digi9652 (Hammerfall)"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100799 select SND_PCM
800 help
801 Say Y here to include support for RME Hammerfall (RME
802 Digi9652/Digi9636) soundcards.
803
804 To compile this driver as a module, choose M here: the module
805 will be called snd-rme9652.
806
Clemens Ladisch53c098b2015-01-16 22:16:35 +0100807config SND_SE6X
808 tristate "Studio Evolution SE6X"
809 depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict
810 select SND_OXYGEN_LIB
811 select SND_PCM
812 select SND_MPU401_UART
813 help
814 Say Y or M here only if you actually have this sound card.
815
David Dillow175859b2007-12-14 14:40:23 +0100816config SND_SIS7019
817 tristate "SiS 7019 Audio Accelerator"
Jean Delvare4c16ecc2014-03-11 14:30:07 +0100818 depends on X86_32
David Dillow175859b2007-12-14 14:40:23 +0100819 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800820 depends on ZONE_DMA
David Dillow175859b2007-12-14 14:40:23 +0100821 help
822 Say Y here to include support for the SiS 7019 Audio Accelerator.
823
824 To compile this driver as a module, choose M here: the module
825 will be called snd-sis7019.
826
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827config SND_SONICVIBES
828 tristate "S3 SonicVibes"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 select SND_OPL3_LIB
830 select SND_MPU401_UART
831 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800832 depends on ZONE_DMA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833 help
834 Say Y here to include support for soundcards based on the S3
835 SonicVibes chip.
836
837 To compile this driver as a module, choose M here: the module
838 will be called snd-sonicvibes.
839
Takashi Iwai230b5c12005-11-17 10:17:05 +0100840config SND_TRIDENT
841 tristate "Trident 4D-Wave DX/NX; SiS 7018"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100842 select SND_MPU401_UART
843 select SND_AC97_CODEC
Dan Williams2db1a572015-11-12 12:13:57 -0800844 depends on ZONE_DMA
Takashi Iwai230b5c12005-11-17 10:17:05 +0100845 help
846 Say Y here to include support for soundcards based on Trident
847 4D-Wave DX/NX or SiS 7018 chips.
848
849 To compile this driver as a module, choose M here: the module
850 will be called snd-trident.
851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852config SND_VIA82XX
853 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854 select SND_MPU401_UART
855 select SND_AC97_CODEC
856 help
857 Say Y here to include support for the integrated AC97 sound
858 device on motherboards with VIA chipsets.
859
860 To compile this driver as a module, choose M here: the module
861 will be called snd-via82xx.
862
863config SND_VIA82XX_MODEM
864 tristate "VIA 82C686A/B, 8233 based Modems"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 select SND_AC97_CODEC
866 help
867 Say Y here to include support for the integrated MC97 modem on
868 motherboards with VIA chipsets.
869
870 To compile this driver as a module, choose M here: the module
871 will be called snd-via82xx-modem.
872
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100873config SND_VIRTUOSO
Clemens Ladisch51485e82010-09-09 12:26:52 +0200874 tristate "Asus Virtuoso 66/100/200 (Xonar)"
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100875 select SND_OXYGEN_LIB
Clemens Ladisch99f08bf2010-09-09 12:25:29 +0200876 select SND_PCM
877 select SND_MPU401_UART
Takashi Iwaife0d1282016-02-17 09:44:25 +0100878 select SND_JACK
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100879 help
880 Say Y here to include support for sound cards based on the
Clemens Ladischf42bb222014-08-04 15:17:55 +0200881 Asus AV66/AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, DS, DSX,
882 Essence ST (Deluxe), and Essence STX (II).
Clemens Ladischb532d6b2011-01-10 16:23:57 +0100883 Support for the HDAV1.3 (Deluxe) and HDAV1.3 Slim is experimental;
884 for the Xense, missing.
Clemens Ladisch1b8ff222007-12-23 19:52:08 +0100885
886 To compile this driver as a module, choose M here: the module
887 will be called snd-virtuoso.
888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889config SND_VX222
890 tristate "Digigram VX222"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 select SND_VX_LIB
892 help
893 Say Y here to include support for Digigram VX222 soundcards.
894
895 To compile this driver as a module, choose M here: the module
896 will be called snd-vx222.
897
Takashi Iwai230b5c12005-11-17 10:17:05 +0100898config SND_YMFPCI
899 tristate "Yamaha YMF724/740/744/754"
Takashi Iwai230b5c12005-11-17 10:17:05 +0100900 select SND_OPL3_LIB
901 select SND_MPU401_UART
902 select SND_AC97_CODEC
Takashi Iwai61595dc2016-01-27 07:05:56 +0100903 select SND_TIMER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 help
Takashi Iwai230b5c12005-11-17 10:17:05 +0100905 Say Y here to include support for Yamaha PCI audio chips -
906 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907
908 To compile this driver as a module, choose M here: the module
Takashi Iwai230b5c12005-11-17 10:17:05 +0100909 will be called snd-ymfpci.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910
Takashi Iwai89fe5112008-05-23 16:10:37 +0200911endif # SND_PCI
Dylan Reid78e34f32014-02-28 15:41:32 -0800912
913source "sound/pci/hda/Kconfig"