aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 04:17:05 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:16:31 -0500
commit230b5c1a612ae903c560b55a15df287b0ff437ea (patch)
treea32df8002571f0f29b2f18c5f4d8b566e7cb4d8f /sound/isa
parent3e8731740e17f01ec1ecce556ccdc4c42279ce1b (diff)
[ALSA] Sort Kconfig entries
Modules: ISA,PCI drivers Sort Kconfig entries in alphabetical order. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa')
-rw-r--r--sound/isa/Kconfig158
1 files changed, 79 insertions, 79 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index 5d6c300ac0d..04cafd2d211 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
44config 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
58config 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
72config 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
44config SND_CS4231 83config 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
121config 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
82config SND_ES968 135config 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
250config 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
197config SND_OPTI92X_AD1848 263config 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
289config 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
302config 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
316config 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
330config 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
341config 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
355config 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
368config SND_SGALAXY 355config 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
379config 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
392endmenu 392endmenu