Kconfig (aea3bfbcfb0453217c8da6cfdc1b2394d214bee5) Kconfig (89fe5117928b2c1272c9376362131ded561c91ad)
1# ALSA PCI drivers
2
1# ALSA PCI drivers
2
3menu "PCI devices"
4 depends on SND!=n && PCI
3menuconfig SND_PCI
4 bool "PCI sound devices"
5 depends on PCI
6 default y
7 help
8 Support for sound devices connected via the PCI bus.
5
9
10if SND_PCI
11
6config SND_AD1889
7 tristate "Analog Devices AD1889"
12config SND_AD1889
13 tristate "Analog Devices AD1889"
8 depends on SND
9 select SND_AC97_CODEC
10 help
11 Say Y here to include support for the integrated AC97 sound
12 device found in particular on the Hewlett-Packard [BCJ]-xxx0
13 class PA-RISC workstations, using the AD1819 codec.
14
15 To compile this as a module, choose M here: the module
16 will be called snd-ad1889.
17
18config SND_ALS300
19 tristate "Avance Logic ALS300/ALS300+"
14 select SND_AC97_CODEC
15 help
16 Say Y here to include support for the integrated AC97 sound
17 device found in particular on the Hewlett-Packard [BCJ]-xxx0
18 class PA-RISC workstations, using the AD1819 codec.
19
20 To compile this as a module, choose M here: the module
21 will be called snd-ad1889.
22
23config SND_ALS300
24 tristate "Avance Logic ALS300/ALS300+"
20 depends on SND
21 select SND_PCM
22 select SND_AC97_CODEC
23 select SND_OPL3_LIB
24 help
25 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
26
27 To compile this driver as a module, choose M here: the module
28 will be called snd-als300
29
30config SND_ALS4000
31 tristate "Avance Logic ALS4000"
25 select SND_PCM
26 select SND_AC97_CODEC
27 select SND_OPL3_LIB
28 help
29 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
30
31 To compile this driver as a module, choose M here: the module
32 will be called snd-als300
33
34config SND_ALS4000
35 tristate "Avance Logic ALS4000"
32 depends on SND && ISA_DMA_API
36 depends on ISA_DMA_API
33 select SND_OPL3_LIB
34 select SND_MPU401_UART
35 select SND_PCM
36 select SND_SB_COMMON
37 help
38 Say Y here to include support for soundcards based on Avance Logic
39 ALS4000 chips.
40
41 To compile this driver as a module, choose M here: the module
42 will be called snd-als4000.
43
44config SND_ALI5451
45 tristate "ALi M5451 PCI Audio Controller"
37 select SND_OPL3_LIB
38 select SND_MPU401_UART
39 select SND_PCM
40 select SND_SB_COMMON
41 help
42 Say Y here to include support for soundcards based on Avance Logic
43 ALS4000 chips.
44
45 To compile this driver as a module, choose M here: the module
46 will be called snd-als4000.
47
48config SND_ALI5451
49 tristate "ALi M5451 PCI Audio Controller"
46 depends on SND
47 select SND_MPU401_UART
48 select SND_AC97_CODEC
49 help
50 Say Y here to include support for the integrated AC97 sound
51 device on motherboards using the ALi M5451 Audio Controller
52 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
53 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
54
55 To compile this driver as a module, choose M here: the module
56 will be called snd-ali5451.
57
58config SND_ATIIXP
59 tristate "ATI IXP AC97 Controller"
50 select SND_MPU401_UART
51 select SND_AC97_CODEC
52 help
53 Say Y here to include support for the integrated AC97 sound
54 device on motherboards using the ALi M5451 Audio Controller
55 (M1535/M1535D/M1535+/M1535D+ south bridges). Newer chipsets
56 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
57
58 To compile this driver as a module, choose M here: the module
59 will be called snd-ali5451.
60
61config SND_ATIIXP
62 tristate "ATI IXP AC97 Controller"
60 depends on SND
61 select SND_AC97_CODEC
62 help
63 Say Y here to include support for the integrated AC97 sound
64 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
65 300/400).
66
67 To compile this driver as a module, choose M here: the module
68 will be called snd-atiixp.
69
70config SND_ATIIXP_MODEM
71 tristate "ATI IXP Modem"
63 select SND_AC97_CODEC
64 help
65 Say Y here to include support for the integrated AC97 sound
66 device on motherboards with ATI chipsets (ATI IXP 150/200/250/
67 300/400).
68
69 To compile this driver as a module, choose M here: the module
70 will be called snd-atiixp.
71
72config SND_ATIIXP_MODEM
73 tristate "ATI IXP Modem"
72 depends on SND
73 select SND_AC97_CODEC
74 help
75 Say Y here to include support for the integrated MC97 modem on
76 motherboards with ATI chipsets (ATI IXP 150/200/250).
77
78 To compile this driver as a module, choose M here: the module
79 will be called snd-atiixp-modem.
80
81config SND_AU8810
82 tristate "Aureal Advantage"
74 select SND_AC97_CODEC
75 help
76 Say Y here to include support for the integrated MC97 modem on
77 motherboards with ATI chipsets (ATI IXP 150/200/250).
78
79 To compile this driver as a module, choose M here: the module
80 will be called snd-atiixp-modem.
81
82config SND_AU8810
83 tristate "Aureal Advantage"
83 depends on SND
84 select SND_MPU401_UART
85 select SND_AC97_CODEC
86 help
87 Say Y here to include support for Aureal Advantage soundcards.
88
89 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
90 3D support code is in place, but not yet useable. For more info,
91 email the ALSA developer list, or <mjander@users.sourceforge.net>.
92
93 To compile this driver as a module, choose M here: the module
94 will be called snd-au8810.
95
96config SND_AU8820
97 tristate "Aureal Vortex"
84 select SND_MPU401_UART
85 select SND_AC97_CODEC
86 help
87 Say Y here to include support for Aureal Advantage soundcards.
88
89 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
90 3D support code is in place, but not yet useable. For more info,
91 email the ALSA developer list, or <mjander@users.sourceforge.net>.
92
93 To compile this driver as a module, choose M here: the module
94 will be called snd-au8810.
95
96config SND_AU8820
97 tristate "Aureal Vortex"
98 depends on SND
99 select SND_MPU401_UART
100 select SND_AC97_CODEC
101 help
102 Say Y here to include support for Aureal Vortex soundcards.
103
104 Supported features: Hardware Mixer and SRC. For more info, email
105 the ALSA developer list, or <mjander@users.sourceforge.net>.
106
107 To compile this driver as a module, choose M here: the module
108 will be called snd-au8820.
109
110config SND_AU8830
111 tristate "Aureal Vortex 2"
98 select SND_MPU401_UART
99 select SND_AC97_CODEC
100 help
101 Say Y here to include support for Aureal Vortex soundcards.
102
103 Supported features: Hardware Mixer and SRC. For more info, email
104 the ALSA developer list, or <mjander@users.sourceforge.net>.
105
106 To compile this driver as a module, choose M here: the module
107 will be called snd-au8820.
108
109config SND_AU8830
110 tristate "Aureal Vortex 2"
112 depends on SND
113 select SND_MPU401_UART
114 select SND_AC97_CODEC
115 help
116 Say Y here to include support for Aureal Vortex 2 soundcards.
117
118 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
119 3D support code is in place, but not yet useable. For more info,
120 email the ALSA developer list, or <mjander@users.sourceforge.net>.
121
122 To compile this driver as a module, choose M here: the module
123 will be called snd-au8830.
124
125config SND_AW2
126 tristate "Emagic Audiowerk 2"
111 select SND_MPU401_UART
112 select SND_AC97_CODEC
113 help
114 Say Y here to include support for Aureal Vortex 2 soundcards.
115
116 Supported features: Hardware Mixer, SRC, EQ and SPDIF output.
117 3D support code is in place, but not yet useable. For more info,
118 email the ALSA developer list, or <mjander@users.sourceforge.net>.
119
120 To compile this driver as a module, choose M here: the module
121 will be called snd-au8830.
122
123config SND_AW2
124 tristate "Emagic Audiowerk 2"
127 depends on SND
128 help
129 Say Y here to include support for Emagic Audiowerk 2 soundcards.
130
131 Supported features: Analog and SPDIF output. Analog or SPDIF input.
132 Note: Switch between analog and digital input does not always work.
133 It can produce continuous noise. The workaround is to switch again
134 (and again) between digital and analog input until it works.
135
136 To compile this driver as a module, choose M here: the module
137 will be called snd-aw2.
138
139
140config SND_AZT3328
141 tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
125 help
126 Say Y here to include support for Emagic Audiowerk 2 soundcards.
127
128 Supported features: Analog and SPDIF output. Analog or SPDIF input.
129 Note: Switch between analog and digital input does not always work.
130 It can produce continuous noise. The workaround is to switch again
131 (and again) between digital and analog input until it works.
132
133 To compile this driver as a module, choose M here: the module
134 will be called snd-aw2.
135
136
137config SND_AZT3328
138 tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
142 depends on SND && EXPERIMENTAL
139 depends on EXPERIMENTAL
143 select SND_OPL3_LIB
144 select SND_MPU401_UART
145 select SND_PCM
146 help
147 Say Y here to include support for Aztech AZF3328 (PCI168)
148 soundcards.
149
150 To compile this driver as a module, choose M here: the module
151 will be called snd-azt3328.
152
153config SND_BT87X
154 tristate "Bt87x Audio Capture"
140 select SND_OPL3_LIB
141 select SND_MPU401_UART
142 select SND_PCM
143 help
144 Say Y here to include support for Aztech AZF3328 (PCI168)
145 soundcards.
146
147 To compile this driver as a module, choose M here: the module
148 will be called snd-azt3328.
149
150config SND_BT87X
151 tristate "Bt87x Audio Capture"
155 depends on SND
156 select SND_PCM
157 help
158 If you want to record audio from TV cards based on
159 Brooktree Bt878/Bt879 chips, say Y here and read
160 <file:Documentation/sound/alsa/Bt87x.txt>.
161
162 To compile this driver as a module, choose M here: the module
163 will be called snd-bt87x.

--- 5 unchanged lines hidden (view full) ---

169 Say Y here if 448000 Hz isn't enough for you and you want to
170 record from the analog input with up to 1792000 Hz.
171
172 Higher sample rates won't hurt your hardware, but audio
173 quality may suffer.
174
175config SND_CA0106
176 tristate "SB Audigy LS / Live 24bit"
152 select SND_PCM
153 help
154 If you want to record audio from TV cards based on
155 Brooktree Bt878/Bt879 chips, say Y here and read
156 <file:Documentation/sound/alsa/Bt87x.txt>.
157
158 To compile this driver as a module, choose M here: the module
159 will be called snd-bt87x.

--- 5 unchanged lines hidden (view full) ---

165 Say Y here if 448000 Hz isn't enough for you and you want to
166 record from the analog input with up to 1792000 Hz.
167
168 Higher sample rates won't hurt your hardware, but audio
169 quality may suffer.
170
171config SND_CA0106
172 tristate "SB Audigy LS / Live 24bit"
177 depends on SND
178 select SND_AC97_CODEC
179 select SND_RAWMIDI
180 select SND_VMASTER
181 help
182 Say Y here to include support for the Sound Blaster Audigy LS
183 and Live 24bit.
184
185 To compile this driver as a module, choose M here: the module
186 will be called snd-ca0106.
187
188config SND_CMIPCI
189 tristate "C-Media 8338, 8738, 8768, 8770"
173 select SND_AC97_CODEC
174 select SND_RAWMIDI
175 select SND_VMASTER
176 help
177 Say Y here to include support for the Sound Blaster Audigy LS
178 and Live 24bit.
179
180 To compile this driver as a module, choose M here: the module
181 will be called snd-ca0106.
182
183config SND_CMIPCI
184 tristate "C-Media 8338, 8738, 8768, 8770"
190 depends on SND
191 select SND_OPL3_LIB
192 select SND_MPU401_UART
193 select SND_PCM
194 help
195 If you want to use soundcards based on C-Media CMI8338, CMI8738,
196 CMI8768 or CMI8770 chips, say Y here and read
197 <file:Documentation/sound/alsa/CMIPCI.txt>.
198
199 To compile this driver as a module, choose M here: the module
200 will be called snd-cmipci.
201
202config SND_OXYGEN_LIB
203 tristate
185 select SND_OPL3_LIB
186 select SND_MPU401_UART
187 select SND_PCM
188 help
189 If you want to use soundcards based on C-Media CMI8338, CMI8738,
190 CMI8768 or CMI8770 chips, say Y here and read
191 <file:Documentation/sound/alsa/CMIPCI.txt>.
192
193 To compile this driver as a module, choose M here: the module
194 will be called snd-cmipci.
195
196config SND_OXYGEN_LIB
197 tristate
204 depends on SND
205 select SND_PCM
206 select SND_MPU401_UART
207
208config SND_OXYGEN
209 tristate "C-Media 8788 (Oxygen)"
198 select SND_PCM
199 select SND_MPU401_UART
200
201config SND_OXYGEN
202 tristate "C-Media 8788 (Oxygen)"
210 depends on SND
211 select SND_OXYGEN_LIB
212 help
213 Say Y here to include support for sound cards based on the
214 C-Media CMI8788 (Oxygen HD Audio) chip:
215 * Asound A-8788
216 * AuzenTech X-Meridian
217 * Bgears b-Enspirer
218 * Club3D Theatron DTS
219 * HT-Omega Claro
220 * Razer Barracuda AC-1
221 * Sondigo Inferno
222
223 To compile this driver as a module, choose M here: the module
224 will be called snd-oxygen.
225
226config SND_CS4281
227 tristate "Cirrus Logic (Sound Fusion) CS4281"
203 select SND_OXYGEN_LIB
204 help
205 Say Y here to include support for sound cards based on the
206 C-Media CMI8788 (Oxygen HD Audio) chip:
207 * Asound A-8788
208 * AuzenTech X-Meridian
209 * Bgears b-Enspirer
210 * Club3D Theatron DTS
211 * HT-Omega Claro
212 * Razer Barracuda AC-1
213 * Sondigo Inferno
214
215 To compile this driver as a module, choose M here: the module
216 will be called snd-oxygen.
217
218config SND_CS4281
219 tristate "Cirrus Logic (Sound Fusion) CS4281"
228 depends on SND
229 select SND_OPL3_LIB
230 select SND_RAWMIDI
231 select SND_AC97_CODEC
232 help
233 Say Y here to include support for Cirrus Logic CS4281 chips.
234
235 To compile this driver as a module, choose M here: the module
236 will be called snd-cs4281.
237
238config SND_CS46XX
239 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
220 select SND_OPL3_LIB
221 select SND_RAWMIDI
222 select SND_AC97_CODEC
223 help
224 Say Y here to include support for Cirrus Logic CS4281 chips.
225
226 To compile this driver as a module, choose M here: the module
227 will be called snd-cs4281.
228
229config SND_CS46XX
230 tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
240 depends on SND
241 select SND_RAWMIDI
242 select SND_AC97_CODEC
243 help
244 Say Y here to include support for Cirrus Logic CS4610/CS4612/
245 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
246
247 To compile this driver as a module, choose M here: the module
248 will be called snd-cs46xx.

--- 4 unchanged lines hidden (view full) ---

253 default y
254 help
255 Say Y here to use a new DSP image for SPDIF and dual codecs.
256
257 This works better than the old code, so say Y.
258
259config SND_CS5530
260 tristate "CS5530 Audio"
231 select SND_RAWMIDI
232 select SND_AC97_CODEC
233 help
234 Say Y here to include support for Cirrus Logic CS4610/CS4612/
235 CS4614/CS4615/CS4622/CS4624/CS4630/CS4280 chips.
236
237 To compile this driver as a module, choose M here: the module
238 will be called snd-cs46xx.

--- 4 unchanged lines hidden (view full) ---

243 default y
244 help
245 Say Y here to use a new DSP image for SPDIF and dual codecs.
246
247 This works better than the old code, so say Y.
248
249config SND_CS5530
250 tristate "CS5530 Audio"
261 depends on SND && ISA_DMA_API
251 depends on ISA_DMA_API
262 select SND_SB16_DSP
263 help
264 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
265
266 To compile this driver as a module, choose M here: the module
267 will be called snd-cs5530.
268
269config SND_CS5535AUDIO
270 tristate "CS5535/CS5536 Audio"
252 select SND_SB16_DSP
253 help
254 Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
255
256 To compile this driver as a module, choose M here: the module
257 will be called snd-cs5530.
258
259config SND_CS5535AUDIO
260 tristate "CS5535/CS5536 Audio"
271 depends on SND && X86 && !X86_64
261 depends on X86 && !X86_64
272 select SND_PCM
273 select SND_AC97_CODEC
274 help
275 Say Y here to include support for audio on CS5535 chips. It is
276 referred to as NS CS5535 IO or AMD CS5535 IO companion in
277 various literature. This driver also supports the CS5536 audio
278 device. However, for both chips, on certain boards, you may
279 need to use ac97_quirk=hp_only if your board has physically
280 mapped headphone out to master output. If that works for you,
281 send lspci -vvv output to the mailing list so that your board
282 can be identified in the quirks list.
283
284 To compile this driver as a module, choose M here: the module
285 will be called snd-cs5535audio.
286
287config SND_DARLA20
288 tristate "(Echoaudio) Darla20"
262 select SND_PCM
263 select SND_AC97_CODEC
264 help
265 Say Y here to include support for audio on CS5535 chips. It is
266 referred to as NS CS5535 IO or AMD CS5535 IO companion in
267 various literature. This driver also supports the CS5536 audio
268 device. However, for both chips, on certain boards, you may
269 need to use ac97_quirk=hp_only if your board has physically
270 mapped headphone out to master output. If that works for you,
271 send lspci -vvv output to the mailing list so that your board
272 can be identified in the quirks list.
273
274 To compile this driver as a module, choose M here: the module
275 will be called snd-cs5535audio.
276
277config SND_DARLA20
278 tristate "(Echoaudio) Darla20"
289 depends on SND
290 select FW_LOADER
291 select SND_PCM
292 help
293 Say 'Y' or 'M' to include support for Echoaudio Darla.
294
295 To compile this driver as a module, choose M here: the module
296 will be called snd-darla20
297
298config SND_GINA20
299 tristate "(Echoaudio) Gina20"
279 select FW_LOADER
280 select SND_PCM
281 help
282 Say 'Y' or 'M' to include support for Echoaudio Darla.
283
284 To compile this driver as a module, choose M here: the module
285 will be called snd-darla20
286
287config SND_GINA20
288 tristate "(Echoaudio) Gina20"
300 depends on SND
301 select FW_LOADER
302 select SND_PCM
303 help
304 Say 'Y' or 'M' to include support for Echoaudio Gina.
305
306 To compile this driver as a module, choose M here: the module
307 will be called snd-gina20
308
309config SND_LAYLA20
310 tristate "(Echoaudio) Layla20"
289 select FW_LOADER
290 select SND_PCM
291 help
292 Say 'Y' or 'M' to include support for Echoaudio Gina.
293
294 To compile this driver as a module, choose M here: the module
295 will be called snd-gina20
296
297config SND_LAYLA20
298 tristate "(Echoaudio) Layla20"
311 depends on SND
312 select FW_LOADER
313 select SND_RAWMIDI
314 select SND_PCM
315 help
316 Say 'Y' or 'M' to include support for Echoaudio Layla.
317
318 To compile this driver as a module, choose M here: the module
319 will be called snd-layla20
320
321config SND_DARLA24
322 tristate "(Echoaudio) Darla24"
299 select FW_LOADER
300 select SND_RAWMIDI
301 select SND_PCM
302 help
303 Say 'Y' or 'M' to include support for Echoaudio Layla.
304
305 To compile this driver as a module, choose M here: the module
306 will be called snd-layla20
307
308config SND_DARLA24
309 tristate "(Echoaudio) Darla24"
323 depends on SND
324 select FW_LOADER
325 select SND_PCM
326 help
327 Say 'Y' or 'M' to include support for Echoaudio Darla24.
328
329 To compile this driver as a module, choose M here: the module
330 will be called snd-darla24
331
332config SND_GINA24
333 tristate "(Echoaudio) Gina24"
310 select FW_LOADER
311 select SND_PCM
312 help
313 Say 'Y' or 'M' to include support for Echoaudio Darla24.
314
315 To compile this driver as a module, choose M here: the module
316 will be called snd-darla24
317
318config SND_GINA24
319 tristate "(Echoaudio) Gina24"
334 depends on SND
335 select FW_LOADER
336 select SND_PCM
337 help
338 Say 'Y' or 'M' to include support for Echoaudio Gina24.
339
340 To compile this driver as a module, choose M here: the module
341 will be called snd-gina24
342
343config SND_LAYLA24
344 tristate "(Echoaudio) Layla24"
320 select FW_LOADER
321 select SND_PCM
322 help
323 Say 'Y' or 'M' to include support for Echoaudio Gina24.
324
325 To compile this driver as a module, choose M here: the module
326 will be called snd-gina24
327
328config SND_LAYLA24
329 tristate "(Echoaudio) Layla24"
345 depends on SND
346 select FW_LOADER
347 select SND_RAWMIDI
348 select SND_PCM
349 help
350 Say 'Y' or 'M' to include support for Echoaudio Layla24.
351
352 To compile this driver as a module, choose M here: the module
353 will be called snd-layla24
354
355config SND_MONA
356 tristate "(Echoaudio) Mona"
330 select FW_LOADER
331 select SND_RAWMIDI
332 select SND_PCM
333 help
334 Say 'Y' or 'M' to include support for Echoaudio Layla24.
335
336 To compile this driver as a module, choose M here: the module
337 will be called snd-layla24
338
339config SND_MONA
340 tristate "(Echoaudio) Mona"
357 depends on SND
358 select FW_LOADER
359 select SND_RAWMIDI
360 select SND_PCM
361 help
362 Say 'Y' or 'M' to include support for Echoaudio Mona.
363
364 To compile this driver as a module, choose M here: the module
365 will be called snd-mona
366
367config SND_MIA
368 tristate "(Echoaudio) Mia"
341 select FW_LOADER
342 select SND_RAWMIDI
343 select SND_PCM
344 help
345 Say 'Y' or 'M' to include support for Echoaudio Mona.
346
347 To compile this driver as a module, choose M here: the module
348 will be called snd-mona
349
350config SND_MIA
351 tristate "(Echoaudio) Mia"
369 depends on SND
370 select FW_LOADER
371 select SND_RAWMIDI
372 select SND_PCM
373 help
374 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
375
376 To compile this driver as a module, choose M here: the module
377 will be called snd-mia
378
379config SND_ECHO3G
380 tristate "(Echoaudio) 3G cards"
352 select FW_LOADER
353 select SND_RAWMIDI
354 select SND_PCM
355 help
356 Say 'Y' or 'M' to include support for Echoaudio Mia and Mia-midi.
357
358 To compile this driver as a module, choose M here: the module
359 will be called snd-mia
360
361config SND_ECHO3G
362 tristate "(Echoaudio) 3G cards"
381 depends on SND
382 select FW_LOADER
383 select SND_RAWMIDI
384 select SND_PCM
385 help
386 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
387
388 To compile this driver as a module, choose M here: the module
389 will be called snd-echo3g
390
391config SND_INDIGO
392 tristate "(Echoaudio) Indigo"
363 select FW_LOADER
364 select SND_RAWMIDI
365 select SND_PCM
366 help
367 Say 'Y' or 'M' to include support for Echoaudio Gina3G and Layla3G.
368
369 To compile this driver as a module, choose M here: the module
370 will be called snd-echo3g
371
372config SND_INDIGO
373 tristate "(Echoaudio) Indigo"
393 depends on SND
394 select FW_LOADER
395 select SND_PCM
396 help
397 Say 'Y' or 'M' to include support for Echoaudio Indigo.
398
399 To compile this driver as a module, choose M here: the module
400 will be called snd-indigo
401
402config SND_INDIGOIO
403 tristate "(Echoaudio) Indigo IO"
374 select FW_LOADER
375 select SND_PCM
376 help
377 Say 'Y' or 'M' to include support for Echoaudio Indigo.
378
379 To compile this driver as a module, choose M here: the module
380 will be called snd-indigo
381
382config SND_INDIGOIO
383 tristate "(Echoaudio) Indigo IO"
404 depends on SND
405 select FW_LOADER
406 select SND_PCM
407 help
408 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
409
410 To compile this driver as a module, choose M here: the module
411 will be called snd-indigoio
412
413config SND_INDIGODJ
414 tristate "(Echoaudio) Indigo DJ"
384 select FW_LOADER
385 select SND_PCM
386 help
387 Say 'Y' or 'M' to include support for Echoaudio Indigo IO.
388
389 To compile this driver as a module, choose M here: the module
390 will be called snd-indigoio
391
392config SND_INDIGODJ
393 tristate "(Echoaudio) Indigo DJ"
415 depends on SND
416 select FW_LOADER
417 select SND_PCM
418 help
419 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
420
421 To compile this driver as a module, choose M here: the module
422 will be called snd-indigodj
423
424config SND_EMU10K1
425 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
394 select FW_LOADER
395 select SND_PCM
396 help
397 Say 'Y' or 'M' to include support for Echoaudio Indigo DJ.
398
399 To compile this driver as a module, choose M here: the module
400 will be called snd-indigodj
401
402config SND_EMU10K1
403 tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
426 depends on SND
427 select FW_LOADER
428 select SND_HWDEP
429 select SND_RAWMIDI
430 select SND_AC97_CODEC
431 help
432 Say Y to include support for Sound Blaster PCI 512, Live!,
433 Audigy and E-mu APS (partially supported) soundcards.
434
435 The confusing multitude of mixer controls is documented in
436 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
437 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
438
439 To compile this driver as a module, choose M here: the module
440 will be called snd-emu10k1.
441
442config SND_EMU10K1X
443 tristate "Emu10k1X (Dell OEM Version)"
404 select FW_LOADER
405 select SND_HWDEP
406 select SND_RAWMIDI
407 select SND_AC97_CODEC
408 help
409 Say Y to include support for Sound Blaster PCI 512, Live!,
410 Audigy and E-mu APS (partially supported) soundcards.
411
412 The confusing multitude of mixer controls is documented in
413 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and
414 <file:Documentation/sound/alsa/Audigy-mixer.txt>.
415
416 To compile this driver as a module, choose M here: the module
417 will be called snd-emu10k1.
418
419config SND_EMU10K1X
420 tristate "Emu10k1X (Dell OEM Version)"
444 depends on SND
445 select SND_AC97_CODEC
446 select SND_RAWMIDI
447 help
448 Say Y here to include support for the Dell OEM version of the
449 Sound Blaster Live!.
450
451 To compile this driver as a module, choose M here: the module
452 will be called snd-emu10k1x.
453
454config SND_ENS1370
455 tristate "(Creative) Ensoniq AudioPCI 1370"
421 select SND_AC97_CODEC
422 select SND_RAWMIDI
423 help
424 Say Y here to include support for the Dell OEM version of the
425 Sound Blaster Live!.
426
427 To compile this driver as a module, choose M here: the module
428 will be called snd-emu10k1x.
429
430config SND_ENS1370
431 tristate "(Creative) Ensoniq AudioPCI 1370"
456 depends on SND
457 select SND_RAWMIDI
458 select SND_PCM
459 help
460 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
461
462 To compile this driver as a module, choose M here: the module
463 will be called snd-ens1370.
464
465config SND_ENS1371
466 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
432 select SND_RAWMIDI
433 select SND_PCM
434 help
435 Say Y here to include support for Ensoniq AudioPCI ES1370 chips.
436
437 To compile this driver as a module, choose M here: the module
438 will be called snd-ens1370.
439
440config SND_ENS1371
441 tristate "(Creative) Ensoniq AudioPCI 1371/1373"
467 depends on SND
468 select SND_RAWMIDI
469 select SND_AC97_CODEC
470 help
471 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
472 Sound Blaster PCI 64 or 128 soundcards.
473
474 To compile this driver as a module, choose M here: the module
475 will be called snd-ens1371.
476
477config SND_ES1938
478 tristate "ESS ES1938/1946/1969 (Solo-1)"
442 select SND_RAWMIDI
443 select SND_AC97_CODEC
444 help
445 Say Y here to include support for Ensoniq AudioPCI ES1371 chips and
446 Sound Blaster PCI 64 or 128 soundcards.
447
448 To compile this driver as a module, choose M here: the module
449 will be called snd-ens1371.
450
451config SND_ES1938
452 tristate "ESS ES1938/1946/1969 (Solo-1)"
479 depends on SND
480 select SND_OPL3_LIB
481 select SND_MPU401_UART
482 select SND_AC97_CODEC
483 help
484 Say Y here to include support for soundcards based on ESS Solo-1
485 (ES1938, ES1946, ES1969) chips.
486
487 To compile this driver as a module, choose M here: the module
488 will be called snd-es1938.
489
490config SND_ES1968
491 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
453 select SND_OPL3_LIB
454 select SND_MPU401_UART
455 select SND_AC97_CODEC
456 help
457 Say Y here to include support for soundcards based on ESS Solo-1
458 (ES1938, ES1946, ES1969) chips.
459
460 To compile this driver as a module, choose M here: the module
461 will be called snd-es1938.
462
463config SND_ES1968
464 tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
492 depends on SND
493 select SND_MPU401_UART
494 select SND_AC97_CODEC
495 help
496 Say Y here to include support for soundcards based on ESS Maestro
497 1/2/2E chips.
498
499 To compile this driver as a module, choose M here: the module
500 will be called snd-es1968.
501
502config SND_FM801
503 tristate "ForteMedia FM801"
465 select SND_MPU401_UART
466 select SND_AC97_CODEC
467 help
468 Say Y here to include support for soundcards based on ESS Maestro
469 1/2/2E chips.
470
471 To compile this driver as a module, choose M here: the module
472 will be called snd-es1968.
473
474config SND_FM801
475 tristate "ForteMedia FM801"
504 depends on SND
505 select SND_OPL3_LIB
506 select SND_MPU401_UART
507 select SND_AC97_CODEC
508 help
509 Say Y here to include support for soundcards based on the ForteMedia
510 FM801 chip.
511
512 To compile this driver as a module, choose M here: the module

--- 10 unchanged lines hidden (view full) ---

523
524config SND_FM801_TEA575X
525 tristate
526 depends on SND_FM801_TEA575X_BOOL
527 default SND_FM801
528
529config SND_HDA_INTEL
530 tristate "Intel HD Audio"
476 select SND_OPL3_LIB
477 select SND_MPU401_UART
478 select SND_AC97_CODEC
479 help
480 Say Y here to include support for soundcards based on the ForteMedia
481 FM801 chip.
482
483 To compile this driver as a module, choose M here: the module

--- 10 unchanged lines hidden (view full) ---

494
495config SND_FM801_TEA575X
496 tristate
497 depends on SND_FM801_TEA575X_BOOL
498 default SND_FM801
499
500config SND_HDA_INTEL
501 tristate "Intel HD Audio"
531 depends on SND
532 select SND_PCM
533 select SND_VMASTER
534 help
535 Say Y here to include support for Intel "High Definition
536 Audio" (Azalia) motherboard devices.
537
538 To compile this driver as a module, choose M here: the module
539 will be called snd-hda-intel.

--- 92 unchanged lines hidden (view full) ---

632 depends on SND_HDA_POWER_SAVE
633 default 0
634 help
635 The default time-out value in seconds for HD-audio automatic
636 power-save mode. 0 means to disable the power-save mode.
637
638config SND_HDSP
639 tristate "RME Hammerfall DSP Audio"
502 select SND_PCM
503 select SND_VMASTER
504 help
505 Say Y here to include support for Intel "High Definition
506 Audio" (Azalia) motherboard devices.
507
508 To compile this driver as a module, choose M here: the module
509 will be called snd-hda-intel.

--- 92 unchanged lines hidden (view full) ---

602 depends on SND_HDA_POWER_SAVE
603 default 0
604 help
605 The default time-out value in seconds for HD-audio automatic
606 power-save mode. 0 means to disable the power-save mode.
607
608config SND_HDSP
609 tristate "RME Hammerfall DSP Audio"
640 depends on SND
641 select SND_HWDEP
642 select SND_RAWMIDI
643 select SND_PCM
644 help
645 Say Y here to include support for RME Hammerfall DSP Audio
646 soundcards.
647
648 To compile this driver as a module, choose M here: the module
649 will be called snd-hdsp.
650
651config SND_HDSPM
652 tristate "RME Hammerfall DSP MADI"
610 select SND_HWDEP
611 select SND_RAWMIDI
612 select SND_PCM
613 help
614 Say Y here to include support for RME Hammerfall DSP Audio
615 soundcards.
616
617 To compile this driver as a module, choose M here: the module
618 will be called snd-hdsp.
619
620config SND_HDSPM
621 tristate "RME Hammerfall DSP MADI"
653 depends on SND
654 select SND_HWDEP
655 select SND_RAWMIDI
656 select SND_PCM
657 help
658 Say Y here to include support for RME Hammerfall DSP MADI
659 soundcards.
660
661 To compile this driver as a module, choose M here: the module
662 will be called snd-hdspm.
663
664config SND_HIFIER
665 tristate "TempoTec HiFier Fantasia"
622 select SND_HWDEP
623 select SND_RAWMIDI
624 select SND_PCM
625 help
626 Say Y here to include support for RME Hammerfall DSP MADI
627 soundcards.
628
629 To compile this driver as a module, choose M here: the module
630 will be called snd-hdspm.
631
632config SND_HIFIER
633 tristate "TempoTec HiFier Fantasia"
666 depends on SND
667 select SND_OXYGEN_LIB
668 help
669 Say Y here to include support for the MediaTek/TempoTec HiFier
670 Fantasia sound card.
671
672 To compile this driver as a module, choose M here: the module
673 will be called snd-hifier.
674
675config SND_ICE1712
676 tristate "ICEnsemble ICE1712 (Envy24)"
634 select SND_OXYGEN_LIB
635 help
636 Say Y here to include support for the MediaTek/TempoTec HiFier
637 Fantasia sound card.
638
639 To compile this driver as a module, choose M here: the module
640 will be called snd-hifier.
641
642config SND_ICE1712
643 tristate "ICEnsemble ICE1712 (Envy24)"
677 depends on SND
678 select SND_MPU401_UART
679 select SND_AC97_CODEC
680 help
681 Say Y here to include support for soundcards based on the
682 ICE1712 (Envy24) chip.
683
684 Currently supported hardware is: M-Audio Delta 1010(LT),
685 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
686 TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
687 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
688
689 To compile this driver as a module, choose M here: the module
690 will be called snd-ice1712.
691
692config SND_ICE1724
693 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
644 select SND_MPU401_UART
645 select SND_AC97_CODEC
646 help
647 Say Y here to include support for soundcards based on the
648 ICE1712 (Envy24) chip.
649
650 Currently supported hardware is: M-Audio Delta 1010(LT),
651 DiO 2496, 66, 44, 410, Audiophile 24/96; Digigram VX442;
652 TerraTec EWX 24/96, EWS 88MT, 88D, DMX 6Fire, Phase 88;
653 Hoontech SoundTrack DSP 24/Value/Media7.1; Event EZ8.
654
655 To compile this driver as a module, choose M here: the module
656 will be called snd-ice1712.
657
658config SND_ICE1724
659 tristate "ICE/VT1724/1720 (Envy24HT/PT)"
694 depends on SND
695 select SND_RAWMIDI
696 select SND_AC97_CODEC
697 select SND_VMASTER
698 help
699 Say Y here to include support for soundcards based on
700 ICE/VT1724/1720 (Envy24HT/PT) chips.
701
702 Currently supported hardware is: AMP AUDIO2000; M-Audio
703 Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
704 AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
705 Chaintech ZNF3-150/250.
706
707 To compile this driver as a module, choose M here: the module
708 will be called snd-ice1724.
709
710config SND_INTEL8X0
711 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
660 select SND_RAWMIDI
661 select SND_AC97_CODEC
662 select SND_VMASTER
663 help
664 Say Y here to include support for soundcards based on
665 ICE/VT1724/1720 (Envy24HT/PT) chips.
666
667 Currently supported hardware is: AMP AUDIO2000; M-Audio
668 Revolution 7.1; TerraTec Aureon 5.1 Sky, 7.1 Space/Universe;
669 AudioTrak Prodigy 7.1; Pontis MS300; Albatron K8X800 Pro II;
670 Chaintech ZNF3-150/250.
671
672 To compile this driver as a module, choose M here: the module
673 will be called snd-ice1724.
674
675config SND_INTEL8X0
676 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
712 depends on SND
713 select SND_AC97_CODEC
714 help
715 Say Y here to include support for the integrated AC97 sound
716 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
717 ALi chipsets using the M5455 Audio Controller. (There is a
718 separate driver for ALi M5451 Audio Controllers.)
719
720 To compile this driver as a module, choose M here: the module
721 will be called snd-intel8x0.
722
723config SND_INTEL8X0M
724 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
677 select SND_AC97_CODEC
678 help
679 Say Y here to include support for the integrated AC97 sound
680 device on motherboards with Intel/SiS/nVidia/AMD chipsets, or
681 ALi chipsets using the M5455 Audio Controller. (There is a
682 separate driver for ALi M5451 Audio Controllers.)
683
684 To compile this driver as a module, choose M here: the module
685 will be called snd-intel8x0.
686
687config SND_INTEL8X0M
688 tristate "Intel/SiS/nVidia/AMD MC97 Modem"
725 depends on SND
726 select SND_AC97_CODEC
727 help
728 Say Y here to include support for the integrated MC97 modem on
729 motherboards with Intel/SiS/nVidia/AMD chipsets.
730
731 To compile this driver as a module, choose M here: the module
732 will be called snd-intel8x0m.
733
734config SND_KORG1212
735 tristate "Korg 1212 IO"
689 select SND_AC97_CODEC
690 help
691 Say Y here to include support for the integrated MC97 modem on
692 motherboards with Intel/SiS/nVidia/AMD chipsets.
693
694 To compile this driver as a module, choose M here: the module
695 will be called snd-intel8x0m.
696
697config SND_KORG1212
698 tristate "Korg 1212 IO"
736 depends on SND
737 select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL
738 select SND_PCM
739 help
740 Say Y here to include support for Korg 1212IO soundcards.
741
742 To compile this driver as a module, choose M here: the module
743 will be called snd-korg1212.
744
745config SND_KORG1212_FIRMWARE_IN_KERNEL
746 bool "In-kernel firmware for Korg1212 driver"
747 depends on SND_KORG1212
748 default y
749 help
750 Say Y here to include the static firmware built in the kernel
751 for the Korg1212 driver. If you choose N here, you need to
752 install the firmware files from the alsa-firmware package.
753
754config SND_MAESTRO3
755 tristate "ESS Allegro/Maestro3"
699 select FW_LOADER if !SND_KORG1212_FIRMWARE_IN_KERNEL
700 select SND_PCM
701 help
702 Say Y here to include support for Korg 1212IO soundcards.
703
704 To compile this driver as a module, choose M here: the module
705 will be called snd-korg1212.
706
707config SND_KORG1212_FIRMWARE_IN_KERNEL
708 bool "In-kernel firmware for Korg1212 driver"
709 depends on SND_KORG1212
710 default y
711 help
712 Say Y here to include the static firmware built in the kernel
713 for the Korg1212 driver. If you choose N here, you need to
714 install the firmware files from the alsa-firmware package.
715
716config SND_MAESTRO3
717 tristate "ESS Allegro/Maestro3"
756 depends on SND
757 select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL
758 select SND_AC97_CODEC
759 help
760 Say Y here to include support for soundcards based on ESS Maestro 3
761 (Allegro) chips.
762
763 To compile this driver as a module, choose M here: the module
764 will be called snd-maestro3.

--- 4 unchanged lines hidden (view full) ---

769 default y
770 help
771 Say Y here to include the static firmware built in the kernel
772 for the Maestro3 driver. If you choose N here, you need to
773 install the firmware files from the alsa-firmware package.
774
775config SND_MIXART
776 tristate "Digigram miXart"
718 select FW_LOADER if !SND_MAESTRO3_FIRMWARE_IN_KERNEL
719 select SND_AC97_CODEC
720 help
721 Say Y here to include support for soundcards based on ESS Maestro 3
722 (Allegro) chips.
723
724 To compile this driver as a module, choose M here: the module
725 will be called snd-maestro3.

--- 4 unchanged lines hidden (view full) ---

730 default y
731 help
732 Say Y here to include the static firmware built in the kernel
733 for the Maestro3 driver. If you choose N here, you need to
734 install the firmware files from the alsa-firmware package.
735
736config SND_MIXART
737 tristate "Digigram miXart"
777 depends on SND
778 select SND_HWDEP
779 select SND_PCM
780 help
781 If you want to use Digigram miXart soundcards, say Y here and
782 read <file:Documentation/sound/alsa/MIXART.txt>.
783
784 To compile this driver as a module, choose M here: the module
785 will be called snd-mixart.
786
787config SND_NM256
788 tristate "NeoMagic NM256AV/ZX"
738 select SND_HWDEP
739 select SND_PCM
740 help
741 If you want to use Digigram miXart soundcards, say Y here and
742 read <file:Documentation/sound/alsa/MIXART.txt>.
743
744 To compile this driver as a module, choose M here: the module
745 will be called snd-mixart.
746
747config SND_NM256
748 tristate "NeoMagic NM256AV/ZX"
789 depends on SND
790 select SND_AC97_CODEC
791 help
792 Say Y here to include support for NeoMagic NM256AV/ZX chips.
793
794 To compile this driver as a module, choose M here: the module
795 will be called snd-nm256.
796
797config SND_PCXHR
798 tristate "Digigram PCXHR"
749 select SND_AC97_CODEC
750 help
751 Say Y here to include support for NeoMagic NM256AV/ZX chips.
752
753 To compile this driver as a module, choose M here: the module
754 will be called snd-nm256.
755
756config SND_PCXHR
757 tristate "Digigram PCXHR"
799 depends on SND
800 select SND_PCM
801 select SND_HWDEP
802 help
803 Say Y here to include support for Digigram PCXHR boards.
804
805 To compile this driver as a module, choose M here: the module
806 will be called snd-pcxhr.
807
808config SND_RIPTIDE
809 tristate "Conexant Riptide"
758 select SND_PCM
759 select SND_HWDEP
760 help
761 Say Y here to include support for Digigram PCXHR boards.
762
763 To compile this driver as a module, choose M here: the module
764 will be called snd-pcxhr.
765
766config SND_RIPTIDE
767 tristate "Conexant Riptide"
810 depends on SND
811 select FW_LOADER
812 select SND_OPL3_LIB
813 select SND_MPU401_UART
814 select SND_AC97_CODEC
815 help
816 Say 'Y' or 'M' to include support for Conexant Riptide chip.
817
818 To compile this driver as a module, choose M here: the module
819 will be called snd-riptide
820
821config SND_RME32
822 tristate "RME Digi32, 32/8, 32 PRO"
768 select FW_LOADER
769 select SND_OPL3_LIB
770 select SND_MPU401_UART
771 select SND_AC97_CODEC
772 help
773 Say 'Y' or 'M' to include support for Conexant Riptide chip.
774
775 To compile this driver as a module, choose M here: the module
776 will be called snd-riptide
777
778config SND_RME32
779 tristate "RME Digi32, 32/8, 32 PRO"
823 depends on SND
824 select SND_PCM
825 help
826 Say Y to include support for RME Digi32, Digi32 PRO and
827 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
828 devices.
829
830 To compile this driver as a module, choose M here: the module
831 will be called snd-rme32.
832
833config SND_RME96
834 tristate "RME Digi96, 96/8, 96/8 PRO"
780 select SND_PCM
781 help
782 Say Y to include support for RME Digi32, Digi32 PRO and
783 Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio
784 devices.
785
786 To compile this driver as a module, choose M here: the module
787 will be called snd-rme32.
788
789config SND_RME96
790 tristate "RME Digi96, 96/8, 96/8 PRO"
835 depends on SND
836 select SND_PCM
837 help
838 Say Y here to include support for RME Digi96, Digi96/8 and
839 Digi96/8 PRO/PAD/PST soundcards.
840
841 To compile this driver as a module, choose M here: the module
842 will be called snd-rme96.
843
844config SND_RME9652
845 tristate "RME Digi9652 (Hammerfall)"
791 select SND_PCM
792 help
793 Say Y here to include support for RME Digi96, Digi96/8 and
794 Digi96/8 PRO/PAD/PST soundcards.
795
796 To compile this driver as a module, choose M here: the module
797 will be called snd-rme96.
798
799config SND_RME9652
800 tristate "RME Digi9652 (Hammerfall)"
846 depends on SND
847 select SND_PCM
848 help
849 Say Y here to include support for RME Hammerfall (RME
850 Digi9652/Digi9636) soundcards.
851
852 To compile this driver as a module, choose M here: the module
853 will be called snd-rme9652.
854
855config SND_SIS7019
856 tristate "SiS 7019 Audio Accelerator"
801 select SND_PCM
802 help
803 Say Y here to include support for RME Hammerfall (RME
804 Digi9652/Digi9636) soundcards.
805
806 To compile this driver as a module, choose M here: the module
807 will be called snd-rme9652.
808
809config SND_SIS7019
810 tristate "SiS 7019 Audio Accelerator"
857 depends on SND && X86 && !X86_64
811 depends on X86 && !X86_64
858 select SND_AC97_CODEC
859 help
860 Say Y here to include support for the SiS 7019 Audio Accelerator.
861
862 To compile this driver as a module, choose M here: the module
863 will be called snd-sis7019.
864
865config SND_SONICVIBES
866 tristate "S3 SonicVibes"
812 select SND_AC97_CODEC
813 help
814 Say Y here to include support for the SiS 7019 Audio Accelerator.
815
816 To compile this driver as a module, choose M here: the module
817 will be called snd-sis7019.
818
819config SND_SONICVIBES
820 tristate "S3 SonicVibes"
867 depends on SND
868 select SND_OPL3_LIB
869 select SND_MPU401_UART
870 select SND_AC97_CODEC
871 help
872 Say Y here to include support for soundcards based on the S3
873 SonicVibes chip.
874
875 To compile this driver as a module, choose M here: the module
876 will be called snd-sonicvibes.
877
878config SND_TRIDENT
879 tristate "Trident 4D-Wave DX/NX; SiS 7018"
821 select SND_OPL3_LIB
822 select SND_MPU401_UART
823 select SND_AC97_CODEC
824 help
825 Say Y here to include support for soundcards based on the S3
826 SonicVibes chip.
827
828 To compile this driver as a module, choose M here: the module
829 will be called snd-sonicvibes.
830
831config SND_TRIDENT
832 tristate "Trident 4D-Wave DX/NX; SiS 7018"
880 depends on SND
881 select SND_MPU401_UART
882 select SND_AC97_CODEC
883 help
884 Say Y here to include support for soundcards based on Trident
885 4D-Wave DX/NX or SiS 7018 chips.
886
887 To compile this driver as a module, choose M here: the module
888 will be called snd-trident.
889
890config SND_VIA82XX
891 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
833 select SND_MPU401_UART
834 select SND_AC97_CODEC
835 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
842config SND_VIA82XX
843 tristate "VIA 82C686A/B, 8233/8235 AC97 Controller"
892 depends on SND
893 select SND_MPU401_UART
894 select SND_AC97_CODEC
895 help
896 Say Y here to include support for the integrated AC97 sound
897 device on motherboards with VIA chipsets.
898
899 To compile this driver as a module, choose M here: the module
900 will be called snd-via82xx.
901
902config SND_VIA82XX_MODEM
903 tristate "VIA 82C686A/B, 8233 based Modems"
844 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"
904 depends on SND
905 select SND_AC97_CODEC
906 help
907 Say Y here to include support for the integrated MC97 modem on
908 motherboards with VIA chipsets.
909
910 To compile this driver as a module, choose M here: the module
911 will be called snd-via82xx-modem.
912
913config SND_VIRTUOSO
914 tristate "Asus Virtuoso 100/200 (Xonar)"
855 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
863config SND_VIRTUOSO
864 tristate "Asus Virtuoso 100/200 (Xonar)"
915 depends on SND
916 select SND_OXYGEN_LIB
917 help
918 Say Y here to include support for sound cards based on the
919 Asus AV100/AV200 chips, i.e., Xonar D2, DX and D2X.
920
921 To compile this driver as a module, choose M here: the module
922 will be called snd-virtuoso.
923
924config SND_VX222
925 tristate "Digigram VX222"
865 select SND_OXYGEN_LIB
866 help
867 Say Y here to include support for sound cards based on the
868 Asus AV100/AV200 chips, i.e., Xonar D2, DX and D2X.
869
870 To compile this driver as a module, choose M here: the module
871 will be called snd-virtuoso.
872
873config SND_VX222
874 tristate "Digigram VX222"
926 depends on SND
927 select SND_VX_LIB
928 help
929 Say Y here to include support for Digigram VX222 soundcards.
930
931 To compile this driver as a module, choose M here: the module
932 will be called snd-vx222.
933
934config SND_YMFPCI
935 tristate "Yamaha YMF724/740/744/754"
875 select SND_VX_LIB
876 help
877 Say Y here to include support for Digigram VX222 soundcards.
878
879 To compile this driver as a module, choose M here: the module
880 will be called snd-vx222.
881
882config SND_YMFPCI
883 tristate "Yamaha YMF724/740/744/754"
936 depends on SND
937 select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL
938 select SND_OPL3_LIB
939 select SND_MPU401_UART
940 select SND_AC97_CODEC
941 help
942 Say Y here to include support for Yamaha PCI audio chips -
943 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
944

--- 25 unchanged lines hidden (view full) ---

970config SND_AC97_POWER_SAVE_DEFAULT
971 int "Default time-out for AC97 power-save mode"
972 depends on SND_AC97_POWER_SAVE
973 default 0
974 help
975 The default time-out value in seconds for AC97 automatic
976 power-save mode. 0 means to disable the power-save mode.
977
884 select FW_LOADER if !SND_YMFPCI_FIRMWARE_IN_KERNEL
885 select SND_OPL3_LIB
886 select SND_MPU401_UART
887 select SND_AC97_CODEC
888 help
889 Say Y here to include support for Yamaha PCI audio chips -
890 YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
891

--- 25 unchanged lines hidden (view full) ---

917config SND_AC97_POWER_SAVE_DEFAULT
918 int "Default time-out for AC97 power-save mode"
919 depends on SND_AC97_POWER_SAVE
920 default 0
921 help
922 The default time-out value in seconds for AC97 automatic
923 power-save mode. 0 means to disable the power-save mode.
924
978endmenu
925endif # SND_PCI