diff options
-rw-r--r-- | sound/isa/Kconfig | 158 | ||||
-rw-r--r-- | sound/pci/Kconfig | 410 |
2 files changed, 284 insertions, 284 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 5d6c300ac0d5..04cafd2d2117 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -41,6 +41,45 @@ config SND_AD1848 | |||
41 | To compile this driver as a module, choose M here: the module | 41 | To compile this driver as a module, choose M here: the module |
42 | will be called snd-ad1848. | 42 | will be called snd-ad1848. |
43 | 43 | ||
44 | config SND_ALS100 | ||
45 | tristate "Avance Logic ALS100/ALS120" | ||
46 | depends on SND && PNP && ISA | ||
47 | select ISAPNP | ||
48 | select SND_OPL3_LIB | ||
49 | select SND_MPU401_UART | ||
50 | select SND_PCM | ||
51 | help | ||
52 | Say Y here to include support for soundcards based on Avance | ||
53 | Logic ALS100, ALS110, ALS120 and ALS200 chips. | ||
54 | |||
55 | To compile this driver as a module, choose M here: the module | ||
56 | will be called snd-als100. | ||
57 | |||
58 | config SND_AZT2320 | ||
59 | tristate "Aztech Systems AZT2320" | ||
60 | depends on SND && PNP && ISA | ||
61 | select ISAPNP | ||
62 | select SND_OPL3_LIB | ||
63 | select SND_MPU401_UART | ||
64 | select SND_CS4231_LIB | ||
65 | help | ||
66 | Say Y here to include support for soundcards based on the | ||
67 | Aztech Systems AZT2320 chip. | ||
68 | |||
69 | To compile this driver as a module, choose M here: the module | ||
70 | will be called snd-azt2320. | ||
71 | |||
72 | config SND_CMI8330 | ||
73 | tristate "C-Media CMI8330" | ||
74 | depends on SND | ||
75 | select SND_AD1848_LIB | ||
76 | help | ||
77 | Say Y here to include support for soundcards based on the | ||
78 | C-Media CMI8330 chip. | ||
79 | |||
80 | To compile this driver as a module, choose M here: the module | ||
81 | will be called snd-cmi8330. | ||
82 | |||
44 | config SND_CS4231 | 83 | config SND_CS4231 |
45 | tristate "Generic Cirrus Logic CS4231 driver" | 84 | tristate "Generic Cirrus Logic CS4231 driver" |
46 | depends on SND | 85 | depends on SND |
@@ -79,6 +118,20 @@ config SND_CS4236 | |||
79 | To compile this driver as a module, choose M here: the module | 118 | To compile this driver as a module, choose M here: the module |
80 | will be called snd-cs4236. | 119 | will be called snd-cs4236. |
81 | 120 | ||
121 | config SND_DT019X | ||
122 | tristate "Diamond Technologies DT-019X, Avance Logic ALS-007" | ||
123 | depends on SND && PNP && ISA | ||
124 | select ISAPNP | ||
125 | select SND_OPL3_LIB | ||
126 | select SND_MPU401_UART | ||
127 | select SND_PCM | ||
128 | help | ||
129 | Say Y here to include support for soundcards based on the | ||
130 | Diamond Technologies DT-019X or Avance Logic ALS-007 chips. | ||
131 | |||
132 | To compile this driver as a module, choose M here: the module | ||
133 | will be called snd-dt019x. | ||
134 | |||
82 | config SND_ES968 | 135 | config SND_ES968 |
83 | tristate "Generic ESS ES968 driver" | 136 | tristate "Generic ESS ES968 driver" |
84 | depends on SND && PNP && ISA | 137 | depends on SND && PNP && ISA |
@@ -194,6 +247,19 @@ config SND_INTERWAVE_STB | |||
194 | To compile this driver as a module, choose M here: the module | 247 | To compile this driver as a module, choose M here: the module |
195 | will be called snd-interwave-stb. | 248 | will be called snd-interwave-stb. |
196 | 249 | ||
250 | config SND_OPL3SA2 | ||
251 | tristate "Yamaha OPL3-SA2/SA3" | ||
252 | depends on SND | ||
253 | select SND_OPL3_LIB | ||
254 | select SND_MPU401_UART | ||
255 | select SND_CS4231_LIB | ||
256 | help | ||
257 | Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3 | ||
258 | chips. | ||
259 | |||
260 | To compile this driver as a module, choose M here: the module | ||
261 | will be called snd-opl3sa2. | ||
262 | |||
197 | config SND_OPTI92X_AD1848 | 263 | config SND_OPTI92X_AD1848 |
198 | tristate "OPTi 82C92x - AD1848" | 264 | tristate "OPTi 82C92x - AD1848" |
199 | depends on SND | 265 | depends on SND |
@@ -286,85 +352,6 @@ config SND_SB16_CSP | |||
286 | coprocessor can do variable tasks like various compression and | 352 | coprocessor can do variable tasks like various compression and |
287 | decompression algorithms. | 353 | decompression algorithms. |
288 | 354 | ||
289 | config SND_WAVEFRONT | ||
290 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" | ||
291 | depends on SND | ||
292 | select SND_OPL3_LIB | ||
293 | select SND_MPU401_UART | ||
294 | select SND_CS4231_LIB | ||
295 | help | ||
296 | Say Y here to include support for Turtle Beach Maui, Tropez | ||
297 | and Tropez+ soundcards based on the Wavefront chip. | ||
298 | |||
299 | To compile this driver as a module, choose M here: the module | ||
300 | will be called snd-wavefront. | ||
301 | |||
302 | config SND_ALS100 | ||
303 | tristate "Avance Logic ALS100/ALS120" | ||
304 | depends on SND && PNP && ISA | ||
305 | select ISAPNP | ||
306 | select SND_OPL3_LIB | ||
307 | select SND_MPU401_UART | ||
308 | select SND_PCM | ||
309 | help | ||
310 | Say Y here to include support for soundcards based on Avance | ||
311 | Logic ALS100, ALS110, ALS120 and ALS200 chips. | ||
312 | |||
313 | To compile this driver as a module, choose M here: the module | ||
314 | will be called snd-als100. | ||
315 | |||
316 | config SND_AZT2320 | ||
317 | tristate "Aztech Systems AZT2320" | ||
318 | depends on SND && PNP && ISA | ||
319 | select ISAPNP | ||
320 | select SND_OPL3_LIB | ||
321 | select SND_MPU401_UART | ||
322 | select SND_CS4231_LIB | ||
323 | help | ||
324 | Say Y here to include support for soundcards based on the | ||
325 | Aztech Systems AZT2320 chip. | ||
326 | |||
327 | To compile this driver as a module, choose M here: the module | ||
328 | will be called snd-azt2320. | ||
329 | |||
330 | config SND_CMI8330 | ||
331 | tristate "C-Media CMI8330" | ||
332 | depends on SND | ||
333 | select SND_AD1848_LIB | ||
334 | help | ||
335 | Say Y here to include support for soundcards based on the | ||
336 | C-Media CMI8330 chip. | ||
337 | |||
338 | To compile this driver as a module, choose M here: the module | ||
339 | will be called snd-cmi8330. | ||
340 | |||
341 | config SND_DT019X | ||
342 | tristate "Diamond Technologies DT-019X, Avance Logic ALS-007" | ||
343 | depends on SND && PNP && ISA | ||
344 | select ISAPNP | ||
345 | select SND_OPL3_LIB | ||
346 | select SND_MPU401_UART | ||
347 | select SND_PCM | ||
348 | help | ||
349 | Say Y here to include support for soundcards based on the | ||
350 | Diamond Technologies DT-019X or Avance Logic ALS-007 chips. | ||
351 | |||
352 | To compile this driver as a module, choose M here: the module | ||
353 | will be called snd-dt019x. | ||
354 | |||
355 | config SND_OPL3SA2 | ||
356 | tristate "Yamaha OPL3-SA2/SA3" | ||
357 | depends on SND | ||
358 | select SND_OPL3_LIB | ||
359 | select SND_MPU401_UART | ||
360 | select SND_CS4231_LIB | ||
361 | help | ||
362 | Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3 | ||
363 | chips. | ||
364 | |||
365 | To compile this driver as a module, choose M here: the module | ||
366 | will be called snd-opl3sa2. | ||
367 | |||
368 | config SND_SGALAXY | 355 | config SND_SGALAXY |
369 | tristate "Aztech Sound Galaxy" | 356 | tristate "Aztech Sound Galaxy" |
370 | depends on SND | 357 | depends on SND |
@@ -389,4 +376,17 @@ config SND_SSCAPE | |||
389 | To compile this driver as a module, choose M here: the module | 376 | To compile this driver as a module, choose M here: the module |
390 | will be called snd-sscape. | 377 | will be called snd-sscape. |
391 | 378 | ||
379 | config SND_WAVEFRONT | ||
380 | tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" | ||
381 | depends on SND | ||
382 | select SND_OPL3_LIB | ||
383 | select SND_MPU401_UART | ||
384 | select SND_CS4231_LIB | ||
385 | help | ||
386 | Say Y here to include support for Turtle Beach Maui, Tropez | ||
387 | and Tropez+ soundcards based on the Wavefront chip. | ||
388 | |||
389 | To compile this driver as a module, choose M here: the module | ||
390 | will be called snd-wavefront. | ||
391 | |||
392 | endmenu | 392 | endmenu |
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 920305c7402f..ef7bdc5a9657 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -3,6 +3,31 @@ | |||
3 | menu "PCI devices" | 3 | menu "PCI devices" |
4 | depends on SND!=n && PCI | 4 | depends on SND!=n && PCI |
5 | 5 | ||
6 | config SND_AD1889 | ||
7 | 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 | |||
18 | config SND_ALS4000 | ||
19 | tristate "Avance Logic ALS4000" | ||
20 | depends on SND && ISA_DMA_API | ||
21 | select SND_OPL3_LIB | ||
22 | select SND_MPU401_UART | ||
23 | select SND_PCM | ||
24 | help | ||
25 | Say Y here to include support for soundcards based on Avance Logic | ||
26 | ALS4000 chips. | ||
27 | |||
28 | To compile this driver as a module, choose M here: the module | ||
29 | will be called snd-als4000. | ||
30 | |||
6 | config SND_ALI5451 | 31 | config SND_ALI5451 |
7 | tristate "ALi M5451 PCI Audio Controller" | 32 | tristate "ALi M5451 PCI Audio Controller" |
8 | depends on SND | 33 | depends on SND |
@@ -119,6 +144,44 @@ config SND_BT87X_OVERCLOCK | |||
119 | Higher sample rates won't hurt your hardware, but audio | 144 | Higher sample rates won't hurt your hardware, but audio |
120 | quality may suffer. | 145 | quality may suffer. |
121 | 146 | ||
147 | config SND_CA0106 | ||
148 | tristate "SB Audigy LS / Live 24bit" | ||
149 | depends on SND | ||
150 | select SND_AC97_CODEC | ||
151 | select SND_RAWMIDI | ||
152 | help | ||
153 | Say Y here to include support for the Sound Blaster Audigy LS | ||
154 | and Live 24bit. | ||
155 | |||
156 | To compile this driver as a module, choose M here: the module | ||
157 | will be called snd-ca0106. | ||
158 | |||
159 | config SND_CMIPCI | ||
160 | tristate "C-Media 8738, 8338" | ||
161 | depends on SND | ||
162 | select SND_OPL3_LIB | ||
163 | select SND_MPU401_UART | ||
164 | select SND_PCM | ||
165 | help | ||
166 | If you want to use soundcards based on C-Media CMI8338 or CMI8738 | ||
167 | chips, say Y here and read | ||
168 | <file:Documentation/sound/alsa/CMIPCI.txt>. | ||
169 | |||
170 | To compile this driver as a module, choose M here: the module | ||
171 | will be called snd-cmipci. | ||
172 | |||
173 | config SND_CS4281 | ||
174 | tristate "Cirrus Logic (Sound Fusion) CS4281" | ||
175 | depends on SND | ||
176 | select SND_OPL3_LIB | ||
177 | select SND_RAWMIDI | ||
178 | select SND_AC97_CODEC | ||
179 | help | ||
180 | Say Y here to include support for Cirrus Logic CS4281 chips. | ||
181 | |||
182 | To compile this driver as a module, choose M here: the module | ||
183 | will be called snd-cs4281. | ||
184 | |||
122 | config SND_CS46XX | 185 | config SND_CS46XX |
123 | tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" | 186 | tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" |
124 | depends on SND | 187 | depends on SND |
@@ -139,17 +202,18 @@ config SND_CS46XX_NEW_DSP | |||
139 | 202 | ||
140 | This works better than the old code, so say Y. | 203 | This works better than the old code, so say Y. |
141 | 204 | ||
142 | config SND_CS4281 | 205 | config SND_CS5535AUDIO |
143 | tristate "Cirrus Logic (Sound Fusion) CS4281" | 206 | tristate "CS5535 Audio" |
144 | depends on SND | 207 | depends on SND && X86 && !X86_64 |
145 | select SND_OPL3_LIB | 208 | select SND_PCM |
146 | select SND_RAWMIDI | ||
147 | select SND_AC97_CODEC | 209 | select SND_AC97_CODEC |
148 | help | 210 | help |
149 | Say Y here to include support for Cirrus Logic CS4281 chips. | 211 | Say Y here to include support for audio on CS5535 chips. It is |
212 | referred to as NS CS5535 IO or AMD CS5535 IO companion in | ||
213 | various literature. | ||
150 | 214 | ||
151 | To compile this driver as a module, choose M here: the module | 215 | To compile this driver as a module, choose M here: the module |
152 | will be called snd-cs4281. | 216 | will be called snd-cs5535audio. |
153 | 217 | ||
154 | config SND_EMU10K1 | 218 | config SND_EMU10K1 |
155 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" | 219 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" |
@@ -180,174 +244,6 @@ config SND_EMU10K1X | |||
180 | To compile this driver as a module, choose M here: the module | 244 | To compile this driver as a module, choose M here: the module |
181 | will be called snd-emu10k1x. | 245 | will be called snd-emu10k1x. |
182 | 246 | ||
183 | config SND_CA0106 | ||
184 | tristate "SB Audigy LS / Live 24bit" | ||
185 | depends on SND | ||
186 | select SND_AC97_CODEC | ||
187 | select SND_RAWMIDI | ||
188 | help | ||
189 | Say Y here to include support for the Sound Blaster Audigy LS | ||
190 | and Live 24bit. | ||
191 | |||
192 | To compile this driver as a module, choose M here: the module | ||
193 | will be called snd-ca0106. | ||
194 | |||
195 | config SND_KORG1212 | ||
196 | tristate "Korg 1212 IO" | ||
197 | depends on SND | ||
198 | select SND_PCM | ||
199 | help | ||
200 | Say Y here to include support for Korg 1212IO soundcards. | ||
201 | |||
202 | To compile this driver as a module, choose M here: the module | ||
203 | will be called snd-korg1212. | ||
204 | |||
205 | config SND_MIXART | ||
206 | tristate "Digigram miXart" | ||
207 | depends on SND | ||
208 | select SND_HWDEP | ||
209 | select SND_PCM | ||
210 | help | ||
211 | If you want to use Digigram miXart soundcards, say Y here and | ||
212 | read <file:Documentation/sound/alsa/MIXART.txt>. | ||
213 | |||
214 | To compile this driver as a module, choose M here: the module | ||
215 | will be called snd-mixart. | ||
216 | |||
217 | config SND_NM256 | ||
218 | tristate "NeoMagic NM256AV/ZX" | ||
219 | depends on SND | ||
220 | select SND_AC97_CODEC | ||
221 | help | ||
222 | Say Y here to include support for NeoMagic NM256AV/ZX chips. | ||
223 | |||
224 | To compile this driver as a module, choose M here: the module | ||
225 | will be called snd-nm256. | ||
226 | |||
227 | config SND_RME32 | ||
228 | tristate "RME Digi32, 32/8, 32 PRO" | ||
229 | depends on SND | ||
230 | select SND_PCM | ||
231 | help | ||
232 | Say Y to include support for RME Digi32, Digi32 PRO and | ||
233 | Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio | ||
234 | devices. | ||
235 | |||
236 | To compile this driver as a module, choose M here: the module | ||
237 | will be called snd-rme32. | ||
238 | |||
239 | config SND_RME96 | ||
240 | tristate "RME Digi96, 96/8, 96/8 PRO" | ||
241 | depends on SND | ||
242 | select SND_PCM | ||
243 | help | ||
244 | Say Y here to include support for RME Digi96, Digi96/8 and | ||
245 | Digi96/8 PRO/PAD/PST soundcards. | ||
246 | |||
247 | To compile this driver as a module, choose M here: the module | ||
248 | will be called snd-rme96. | ||
249 | |||
250 | config SND_RME9652 | ||
251 | tristate "RME Digi9652 (Hammerfall)" | ||
252 | depends on SND | ||
253 | select SND_PCM | ||
254 | help | ||
255 | Say Y here to include support for RME Hammerfall (RME | ||
256 | Digi9652/Digi9636) soundcards. | ||
257 | |||
258 | To compile this driver as a module, choose M here: the module | ||
259 | will be called snd-rme9652. | ||
260 | |||
261 | config SND_HDSP | ||
262 | tristate "RME Hammerfall DSP Audio" | ||
263 | depends on SND | ||
264 | select SND_HWDEP | ||
265 | select SND_RAWMIDI | ||
266 | select SND_PCM | ||
267 | help | ||
268 | Say Y here to include support for RME Hammerfall DSP Audio | ||
269 | soundcards. | ||
270 | |||
271 | To compile this driver as a module, choose M here: the module | ||
272 | will be called snd-hdsp. | ||
273 | |||
274 | config SND_HDSPM | ||
275 | tristate "RME Hammerfall DSP MADI" | ||
276 | depends on SND | ||
277 | select SND_HWDEP | ||
278 | select SND_RAWMIDI | ||
279 | select SND_PCM | ||
280 | help | ||
281 | Say Y here to include support for RME Hammerfall DSP MADI | ||
282 | soundcards. | ||
283 | |||
284 | To compile this driver as a module, choose M here: the module | ||
285 | will be called snd-hdspm. | ||
286 | |||
287 | config SND_TRIDENT | ||
288 | tristate "Trident 4D-Wave DX/NX; SiS 7018" | ||
289 | depends on SND | ||
290 | select SND_MPU401_UART | ||
291 | select SND_AC97_CODEC | ||
292 | help | ||
293 | Say Y here to include support for soundcards based on Trident | ||
294 | 4D-Wave DX/NX or SiS 7018 chips. | ||
295 | |||
296 | To compile this driver as a module, choose M here: the module | ||
297 | will be called snd-trident. | ||
298 | |||
299 | config SND_YMFPCI | ||
300 | tristate "Yamaha YMF724/740/744/754" | ||
301 | depends on SND | ||
302 | select SND_OPL3_LIB | ||
303 | select SND_MPU401_UART | ||
304 | select SND_AC97_CODEC | ||
305 | help | ||
306 | Say Y here to include support for Yamaha PCI audio chips - | ||
307 | YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. | ||
308 | |||
309 | To compile this driver as a module, choose M here: the module | ||
310 | will be called snd-ymfpci. | ||
311 | |||
312 | config SND_AD1889 | ||
313 | tristate "Analog Devices AD1889" | ||
314 | depends on SND | ||
315 | select SND_AC97_CODEC | ||
316 | help | ||
317 | Say Y here to include support for the integrated AC97 sound | ||
318 | device found in particular on the Hewlett-Packard [BCJ]-xxx0 | ||
319 | class PA-RISC workstations, using the AD1819 codec. | ||
320 | |||
321 | To compile this as a module, choose M here: the module | ||
322 | will be called snd-ad1889. | ||
323 | |||
324 | config SND_ALS4000 | ||
325 | tristate "Avance Logic ALS4000" | ||
326 | depends on SND && ISA_DMA_API | ||
327 | select SND_OPL3_LIB | ||
328 | select SND_MPU401_UART | ||
329 | select SND_PCM | ||
330 | help | ||
331 | Say Y here to include support for soundcards based on Avance Logic | ||
332 | ALS4000 chips. | ||
333 | |||
334 | To compile this driver as a module, choose M here: the module | ||
335 | will be called snd-als4000. | ||
336 | |||
337 | config SND_CMIPCI | ||
338 | tristate "C-Media 8738, 8338" | ||
339 | depends on SND | ||
340 | select SND_OPL3_LIB | ||
341 | select SND_MPU401_UART | ||
342 | select SND_PCM | ||
343 | help | ||
344 | If you want to use soundcards based on C-Media CMI8338 or CMI8738 | ||
345 | chips, say Y here and read | ||
346 | <file:Documentation/sound/alsa/CMIPCI.txt>. | ||
347 | |||
348 | To compile this driver as a module, choose M here: the module | ||
349 | will be called snd-cmipci. | ||
350 | |||
351 | config SND_ENS1370 | 247 | config SND_ENS1370 |
352 | tristate "(Creative) Ensoniq AudioPCI 1370" | 248 | tristate "(Creative) Ensoniq AudioPCI 1370" |
353 | depends on SND | 249 | depends on SND |
@@ -359,19 +255,6 @@ config SND_ENS1370 | |||
359 | To compile this driver as a module, choose M here: the module | 255 | To compile this driver as a module, choose M here: the module |
360 | will be called snd-ens1370. | 256 | will be called snd-ens1370. |
361 | 257 | ||
362 | config SND_CS5535AUDIO | ||
363 | tristate "CS5535 Audio" | ||
364 | depends on SND && X86 && !X86_64 | ||
365 | select SND_PCM | ||
366 | select SND_AC97_CODEC | ||
367 | help | ||
368 | Say Y here to include support for audio on CS5535 chips. It is | ||
369 | referred to as NS CS5535 IO or AMD CS5535 IO companion in | ||
370 | various literature. | ||
371 | |||
372 | To compile this driver as a module, choose M here: the module | ||
373 | will be called snd-cs5535audio. | ||
374 | |||
375 | config SND_ENS1371 | 258 | config SND_ENS1371 |
376 | tristate "(Creative) Ensoniq AudioPCI 1371/1373" | 259 | tristate "(Creative) Ensoniq AudioPCI 1371/1373" |
377 | depends on SND | 260 | depends on SND |
@@ -409,17 +292,6 @@ config SND_ES1968 | |||
409 | To compile this driver as a module, choose M here: the module | 292 | To compile this driver as a module, choose M here: the module |
410 | will be called snd-es1968. | 293 | will be called snd-es1968. |
411 | 294 | ||
412 | config SND_MAESTRO3 | ||
413 | tristate "ESS Allegro/Maestro3" | ||
414 | depends on SND | ||
415 | select SND_AC97_CODEC | ||
416 | help | ||
417 | Say Y here to include support for soundcards based on ESS Maestro 3 | ||
418 | (Allegro) chips. | ||
419 | |||
420 | To compile this driver as a module, choose M here: the module | ||
421 | will be called snd-maestro3. | ||
422 | |||
423 | config SND_FM801 | 295 | config SND_FM801 |
424 | tristate "ForteMedia FM801" | 296 | tristate "ForteMedia FM801" |
425 | depends on SND | 297 | depends on SND |
@@ -445,6 +317,43 @@ config SND_FM801_TEA575X | |||
445 | To compile this driver as a module, choose M here: the module | 317 | To compile this driver as a module, choose M here: the module |
446 | will be called snd-fm801-tea575x. | 318 | will be called snd-fm801-tea575x. |
447 | 319 | ||
320 | config SND_HDA_INTEL | ||
321 | tristate "Intel HD Audio" | ||
322 | depends on SND | ||
323 | select SND_PCM | ||
324 | help | ||
325 | Say Y here to include support for Intel "High Definition | ||
326 | Audio" (Azalia) motherboard devices. | ||
327 | |||
328 | To compile this driver as a module, choose M here: the module | ||
329 | will be called snd-hda-intel. | ||
330 | |||
331 | config SND_HDSP | ||
332 | tristate "RME Hammerfall DSP Audio" | ||
333 | depends on SND | ||
334 | select SND_HWDEP | ||
335 | select SND_RAWMIDI | ||
336 | select SND_PCM | ||
337 | help | ||
338 | Say Y here to include support for RME Hammerfall DSP Audio | ||
339 | soundcards. | ||
340 | |||
341 | To compile this driver as a module, choose M here: the module | ||
342 | will be called snd-hdsp. | ||
343 | |||
344 | config SND_HDSPM | ||
345 | tristate "RME Hammerfall DSP MADI" | ||
346 | depends on SND | ||
347 | select SND_HWDEP | ||
348 | select SND_RAWMIDI | ||
349 | select SND_PCM | ||
350 | help | ||
351 | Say Y here to include support for RME Hammerfall DSP MADI | ||
352 | soundcards. | ||
353 | |||
354 | To compile this driver as a module, choose M here: the module | ||
355 | will be called snd-hdspm. | ||
356 | |||
448 | config SND_ICE1712 | 357 | config SND_ICE1712 |
449 | tristate "ICEnsemble ICE1712 (Envy24)" | 358 | tristate "ICEnsemble ICE1712 (Envy24)" |
450 | depends on SND | 359 | depends on SND |
@@ -503,6 +412,83 @@ config SND_INTEL8X0M | |||
503 | To compile this driver as a module, choose M here: the module | 412 | To compile this driver as a module, choose M here: the module |
504 | will be called snd-intel8x0m. | 413 | will be called snd-intel8x0m. |
505 | 414 | ||
415 | config SND_KORG1212 | ||
416 | tristate "Korg 1212 IO" | ||
417 | depends on SND | ||
418 | select SND_PCM | ||
419 | help | ||
420 | Say Y here to include support for Korg 1212IO soundcards. | ||
421 | |||
422 | To compile this driver as a module, choose M here: the module | ||
423 | will be called snd-korg1212. | ||
424 | |||
425 | config SND_MAESTRO3 | ||
426 | tristate "ESS Allegro/Maestro3" | ||
427 | depends on SND | ||
428 | select SND_AC97_CODEC | ||
429 | help | ||
430 | Say Y here to include support for soundcards based on ESS Maestro 3 | ||
431 | (Allegro) chips. | ||
432 | |||
433 | To compile this driver as a module, choose M here: the module | ||
434 | will be called snd-maestro3. | ||
435 | |||
436 | config SND_MIXART | ||
437 | tristate "Digigram miXart" | ||
438 | depends on SND | ||
439 | select SND_HWDEP | ||
440 | select SND_PCM | ||
441 | help | ||
442 | If you want to use Digigram miXart soundcards, say Y here and | ||
443 | read <file:Documentation/sound/alsa/MIXART.txt>. | ||
444 | |||
445 | To compile this driver as a module, choose M here: the module | ||
446 | will be called snd-mixart. | ||
447 | |||
448 | config SND_NM256 | ||
449 | tristate "NeoMagic NM256AV/ZX" | ||
450 | depends on SND | ||
451 | select SND_AC97_CODEC | ||
452 | help | ||
453 | Say Y here to include support for NeoMagic NM256AV/ZX chips. | ||
454 | |||
455 | To compile this driver as a module, choose M here: the module | ||
456 | will be called snd-nm256. | ||
457 | |||
458 | config SND_RME32 | ||
459 | tristate "RME Digi32, 32/8, 32 PRO" | ||
460 | depends on SND | ||
461 | select SND_PCM | ||
462 | help | ||
463 | Say Y to include support for RME Digi32, Digi32 PRO and | ||
464 | Digi32/8 (Sek'd Prodif32, Prodif96 and Prodif Gold) audio | ||
465 | devices. | ||
466 | |||
467 | To compile this driver as a module, choose M here: the module | ||
468 | will be called snd-rme32. | ||
469 | |||
470 | config SND_RME96 | ||
471 | tristate "RME Digi96, 96/8, 96/8 PRO" | ||
472 | depends on SND | ||
473 | select SND_PCM | ||
474 | help | ||
475 | Say Y here to include support for RME Digi96, Digi96/8 and | ||
476 | Digi96/8 PRO/PAD/PST soundcards. | ||
477 | |||
478 | To compile this driver as a module, choose M here: the module | ||
479 | will be called snd-rme96. | ||
480 | |||
481 | config SND_RME9652 | ||
482 | tristate "RME Digi9652 (Hammerfall)" | ||
483 | depends on SND | ||
484 | select SND_PCM | ||
485 | help | ||
486 | Say Y here to include support for RME Hammerfall (RME | ||
487 | Digi9652/Digi9636) soundcards. | ||
488 | |||
489 | To compile this driver as a module, choose M here: the module | ||
490 | will be called snd-rme9652. | ||
491 | |||
506 | config SND_SONICVIBES | 492 | config SND_SONICVIBES |
507 | tristate "S3 SonicVibes" | 493 | tristate "S3 SonicVibes" |
508 | depends on SND | 494 | depends on SND |
@@ -516,6 +502,18 @@ config SND_SONICVIBES | |||
516 | To compile this driver as a module, choose M here: the module | 502 | To compile this driver as a module, choose M here: the module |
517 | will be called snd-sonicvibes. | 503 | will be called snd-sonicvibes. |
518 | 504 | ||
505 | config SND_TRIDENT | ||
506 | tristate "Trident 4D-Wave DX/NX; SiS 7018" | ||
507 | depends on SND | ||
508 | select SND_MPU401_UART | ||
509 | select SND_AC97_CODEC | ||
510 | help | ||
511 | Say Y here to include support for soundcards based on Trident | ||
512 | 4D-Wave DX/NX or SiS 7018 chips. | ||
513 | |||
514 | To compile this driver as a module, choose M here: the module | ||
515 | will be called snd-trident. | ||
516 | |||
519 | config SND_VIA82XX | 517 | config SND_VIA82XX |
520 | tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" | 518 | tristate "VIA 82C686A/B, 8233/8235 AC97 Controller" |
521 | depends on SND | 519 | depends on SND |
@@ -549,15 +547,17 @@ config SND_VX222 | |||
549 | To compile this driver as a module, choose M here: the module | 547 | To compile this driver as a module, choose M here: the module |
550 | will be called snd-vx222. | 548 | will be called snd-vx222. |
551 | 549 | ||
552 | config SND_HDA_INTEL | 550 | config SND_YMFPCI |
553 | tristate "Intel HD Audio" | 551 | tristate "Yamaha YMF724/740/744/754" |
554 | depends on SND | 552 | depends on SND |
555 | select SND_PCM | 553 | select SND_OPL3_LIB |
554 | select SND_MPU401_UART | ||
555 | select SND_AC97_CODEC | ||
556 | help | 556 | help |
557 | Say Y here to include support for Intel "High Definition | 557 | Say Y here to include support for Yamaha PCI audio chips - |
558 | Audio" (Azalia) motherboard devices. | 558 | YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754. |
559 | 559 | ||
560 | To compile this driver as a module, choose M here: the module | 560 | To compile this driver as a module, choose M here: the module |
561 | will be called snd-hda-intel. | 561 | will be called snd-ymfpci. |
562 | 562 | ||
563 | endmenu | 563 | endmenu |