ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / sound / oss / Kconfig
1 # drivers/sound/Config.in
2 #
3 # 18 Apr 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
4 # More hacking for modularisation.
5 #
6 # Prompt user for primary drivers.
7 config SOUND_BT878
8         tristate "BT878 audio dma"
9         depends on SOUND_PRIME!=n && SOUND
10         ---help---
11           Audio DMA support for bt878 based grabber boards.  As you might have
12           already noticed, bt878 is listed with two functions in /proc/pci.
13           Function 0 does the video stuff (bt848 compatible), function 1 does
14           the same for audio data.  This is a driver for the audio part of
15           the chip.  If you say 'Y' here you get a oss-compatible dsp device
16           where you can record from.  If you want just watch TV you probably
17           don't need this driver as most TV cards handle sound with a short
18           cable from the TV card to your sound card's line-in.
19
20           To compile this driver as a module, choose M here: the module will
21           be called btaudio.
22
23 config SOUND_CMPCI
24         tristate "C-Media PCI (CMI8338/8738)"
25         depends on SOUND_PRIME!=n && SOUND && PCI
26         help
27           Say Y or M if you have a PCI sound card using the CMI8338
28           or the CMI8738 chipset.  Data on these chips are available at
29           <http://www.cmedia.com.tw/>.
30
31           A userspace utility to control some internal registers of these
32           chips is available at
33           <http://member.nifty.ne.jp/Breeze/softwares/unix/cmictl-e.html>.
34
35 config SOUND_CMPCI_FM
36         bool "Enable legacy FM"
37         depends on SOUND_CMPCI
38         help
39           Say Y here to enable the legacy FM (frequency-modulation) synthesis
40           support on a card using the CMI8338 or CMI8378 chipset.
41           Say N here if you don't need this.
42
43 config SOUND_CMPCI_FMIO
44         hex "FM I/O 388, 3C8, 3E0, 3E8"
45         depends on SOUND_CMPCI_FM
46         default "388"
47         help
48           Set the base I/O address for FM synthesis control on a card using
49           the CMI8338 or CMI8378 chipset.
50           The default is 388; other choices are 3c8, 3e0, or 3e8.
51
52 config SOUND_CMPCI_MIDI
53         bool "Enable legacy MPU-401"
54         depends on SOUND_CMPCI
55         help
56           Say Y here to enable the legacy MP401 MIDI synthesis support on a
57           card using the CMI8338 or CMI8378 chipset.
58           Say N here if you don't need this.
59
60 config SOUND_CMPCI_MPUIO
61         hex "MPU-401 I/O 330, 320, 310, 300"
62         depends on SOUND_CMPCI_MIDI
63         default "330"
64         help
65           Set the base I/O address for MP401 MIDI synthesis control on a card
66           using the CMI8338 or CMI8378 chipset.
67           The default is 330; other choices are 320, 310, or 300.
68
69 config SOUND_CMPCI_JOYSTICK
70         bool "Enable joystick"
71         depends on SOUND_CMPCI
72         help
73           Say here in order to enable the joystick port on a sound crd using
74           the CMI8338 or the CMI8738 chipset.  Data on these chips are
75           available at <http://www.cmedia.com.tw/>.
76
77 config SOUND_CMPCI_CM8738
78         bool "Support CMI8738 based audio cards"
79         depends on SOUND_CMPCI
80         help
81           Say Y or M if you have a PCI sound card using the CMI8338
82           or the CMI8378 chipset.  Data on this chip is available at
83           <http://www.cmedia.com.tw/doc8738.htm>.
84
85           A userspace utility to control some internal registers of these
86           chips is available at
87           <http://member.nifty.ne.jp/Breeze/softwares/unix/cmictl-e.html>.
88
89 config SOUND_CMPCI_SPDIFINVERSE
90         bool "Inverse S/PDIF in for CMI8738"
91         depends on SOUND_CMPCI_CM8738
92         help
93           Say Y here to have the driver invert the signal presented on SPDIF IN
94           of a card using the CMI8338 or CMI8378 chipset.
95           Say N here if you don't need this.
96
97 config SOUND_CMPCI_SPDIFLOOP
98         bool "Enable S/PDIF loop for CMI8738"
99         depends on SOUND_CMPCI_CM8738
100         help
101           Enable loopback from SPDIF in to SPDIF out.  For discussion, see
102           "The 8738 Audio SPDIF In/Out Technical Data" on the technical
103           support page at <http://www.cmedia.com.tw/>.
104
105           A userspace utility to control even more internal registers of these
106           chips is available at
107           <http://member.nifty.ne.jp/Breeze/softwares/unix/cmictl-e.html>.
108           This package will among other things help you enable SPDIF 
109           out/in/loop/monitor.
110
111 config SOUND_CMPCI_SPEAKERS
112         int "Number of speakers 2, 4, 5, 6"
113         depends on SOUND_CMPCI_CM8738
114         default "2"
115         help
116           Specify the number of speaker channels you want the card to drive,
117           as an integer.
118
119 config SOUND_CMPCI_LINE_REAR
120         bool "Use Line-in as Read-out"
121         depends on SOUND_CMPCI_CM8738 && SOUND_CMPCI_SPEAKERS!=2
122         help
123           Say Y here to enable using line-in jack as an output jack for a rear
124           speaker.  Say N here if you don't need this.
125
126 config SOUND_CMPCI_LINE_BASS
127         bool "Use Line-in as Bass"
128         depends on SOUND_CMPCI_CM8738 && SOUND_CMPCI_SPEAKERS!=2
129         help
130           Say Y here to enable using line-in jack as an output jack for a bass
131           speaker.  Say N here if you don't need this.
132
133 config SOUND_EMU10K1
134         tristate "Creative SBLive! (EMU10K1)"
135         depends on SOUND_PRIME!=n && SOUND && PCI
136         ---help---
137           Say Y or M if you have a PCI sound card using the EMU10K1 chipset,
138           such as the Creative SBLive!, SB PCI512 or Emu-APS.
139
140           For more information on this driver and the degree of support for
141           the different card models please check:
142
143                 <http://sourceforge.net/projects/emu10k1/>
144
145           It is now possible to load dsp microcode patches into the EMU10K1
146           chip.  These patches are used to implement real time sound
147           processing effects which include for example: signal routing,
148           bass/treble control, AC3 passthrough, ...
149           Userspace tools to create new patches and load/unload them can be
150           found in the emu-tools package at the above URL.
151
152 config MIDI_EMU10K1
153         bool "Creative SBLive! MIDI (EXPERIMENTAL)"
154         depends on SOUND_EMU10K1 && EXPERIMENTAL
155         help
156           Say Y if you want to be able to use the OSS /dev/sequencer
157           interface.  This code is still experimental.
158
159 config SOUND_FUSION
160         tristate "Crystal SoundFusion (CS4280/461x)"
161         depends on SOUND_PRIME!=n && SOUND
162         help
163           This module drives the Crystal SoundFusion devices (CS4280/46xx
164           series) when wired as native sound drivers with AC97 codecs.  If
165           this driver does not work try the CS4232 driver.
166
167 config SOUND_CS4281
168         tristate "Crystal Sound CS4281"
169         depends on SOUND_PRIME!=n && SOUND
170         help
171           Picture and feature list at
172           <http://www.pcbroker.com/crystal4281.html>.
173
174 config SOUND_ES1370
175         tristate "Ensoniq AudioPCI (ES1370)"
176         depends on SOUND_PRIME!=n && SOUND && PCI && SOUND_GAMEPORT
177         help
178           Say Y or M if you have a PCI sound card utilizing the Ensoniq
179           ES1370 chipset, such as Ensoniq's AudioPCI (non-97). To find
180           out if your sound card uses an ES1370 without removing your
181           computer's cover, use lspci -n and look for the PCI ID
182           1274:5000. Since Ensoniq was bought by Creative Labs,
183           Sound Blaster 64/PCI models are either ES1370 or ES1371 based.
184           This driver differs slightly from OSS/Free, so PLEASE READ
185           <file:Documentation/sound/oss/es1370>.
186
187 config SOUND_ES1371
188         tristate "Creative Ensoniq AudioPCI 97 (ES1371)"
189         depends on SOUND_PRIME!=n && SOUND && PCI && SOUND_GAMEPORT
190         help
191           Say Y or M if you have a PCI sound card utilizing the Ensoniq
192           ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if
193           your sound card uses an ES1371 without removing your computer's
194           cover, use lspci -n and look for the PCI ID 1274:1371. Since
195           Ensoniq was bought by Creative Labs, Sound Blaster 64/PCI
196           models are either ES1370 or ES1371 based. This driver differs
197           slightly from OSS/Free, so PLEASE READ
198           <file:Documentation/sound/oss/es1371>.
199
200 config SOUND_ESSSOLO1
201         tristate "ESS Technology Solo1"
202         depends on SOUND_PRIME!=n && SOUND && SOUND_GAMEPORT
203         help
204           Say Y or M if you have a PCI sound card utilizing the ESS Technology
205           Solo1 chip. To find out if your sound card uses a
206           Solo1 chip without removing your computer's cover, use
207           lspci -n and look for the PCI ID 125D:1969. This driver
208           differs slightly from OSS/Free, so PLEASE READ
209           <file:Documentation/sound/oss/solo1>.
210
211 config SOUND_MAESTRO
212         tristate "ESS Maestro, Maestro2, Maestro2E driver"
213         depends on SOUND_PRIME!=n && SOUND
214         help
215           Say Y or M if you have a sound system driven by ESS's Maestro line
216           of PCI sound chips.  These include the Maestro 1, Maestro 2, and
217           Maestro 2E.  See <file:Documentation/sound/oss/Maestro> for more
218           details.
219
220 config SOUND_MAESTRO3
221         tristate "ESS Maestro3/Allegro driver (EXPERIMENTAL)"
222         depends on SOUND_PRIME!=n && SOUND && PCI && EXPERIMENTAL
223         help
224           Say Y or M if you have a sound system driven by ESS's Maestro 3
225           PCI sound chip.
226
227 config SOUND_ICH
228         tristate "Intel ICH (i8xx) audio support"
229         depends on SOUND_PRIME!=n && PCI
230         help
231           Support for integral audio in Intel's I/O Controller Hub (ICH)
232           chipset, as used on the 810/820/840 motherboards.
233
234 config SOUND_HARMONY
235         tristate "PA Harmony audio driver"
236         depends on GSC_LASI && SOUND
237
238 config SOUND_SONICVIBES
239         tristate "S3 SonicVibes"
240         depends on SOUND_PRIME!=n && SOUND && SOUND_GAMEPORT
241         help
242           Say Y or M if you have a PCI sound card utilizing the S3
243           SonicVibes chipset. To find out if your sound card uses a
244           SonicVibes chip without removing your computer's cover, use
245           lspci -n and look for the PCI ID 5333:CA00. This driver
246           differs slightly from OSS/Free, so PLEASE READ
247           <file:Documentation/sound/oss/sonicvibes>.
248
249 config SOUND_VWSND
250         tristate "SGI Visual Workstation Sound"
251         depends on SOUND_PRIME!=n && X86_VISWS && SOUND
252         help
253           Say Y or M if you have an SGI Visual Workstation and you want to be
254           able to use its on-board audio.  Read
255           <file:Documentation/sound/oss/vwsnd> for more info on this driver's
256           capabilities.
257
258 config SOUND_HAL2
259         tristate "SGI HAL2 sound (EXPERIMENTAL)"
260         depends on SGI_IP22 && SOUND && EXPERIMENTAL
261
262 config SOUND_VRC5477
263         tristate "NEC Vrc5477 AC97 sound"
264         depends on SOUND_PRIME!=n && DDB5477 && SOUND
265         help
266           Say Y here to enable sound support for the NEC Vrc5477 chip, an
267           integrated, multi-function controller chip for MIPS CPUs.  Works
268           with the AC97 codec.
269
270 config SOUND_TRIDENT
271         tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"
272         depends on SOUND_PRIME!=n && SOUND && SOUND_GAMEPORT
273         ---help---
274           Say Y or M if you have a PCI sound card utilizing the Trident
275           4DWave-DX/NX chipset or your mother board chipset has SiS 7018
276           or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded
277           in SiS960 Super South Bridge and SiS540/630 Single Chipset.
278           The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D,
279           M1535+ or M1535D+ South Bridge.
280
281           Use lspci -n to find out if your sound card or chipset uses
282           Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands
283           for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID
284           10B9:5451 stands for ALi5451.
285
286           This driver supports S/PDIF in/out (record/playback) for ALi 5451
287           embedded in ALi M1535+ and M1535D+. Note that they aren't all
288           enabled by default; you can enable them by saying Y to "/proc file
289           system support" and "Sysctl support", and after the /proc file
290           system has been mounted, executing the command
291
292                 command                 what is enabled
293
294           echo 0>/proc/ALi5451  pcm out is also set to S/PDIF out. (Default).
295
296           echo 1>/proc/ALi5451  use S/PDIF out to output pcm data.
297
298           echo 2>/proc/ALi5451  use S/PDIF out to output non-pcm data.
299           (AC3...).
300
301           echo 3>/proc/ALi5451  record from Ac97 in(MIC, Line in...).
302           (Default).
303
304           echo 4>/proc/ALi5451  no matter Ac97 settings, record from S/PDIF
305           in.
306
307
308           This driver differs slightly from OSS/Free, so PLEASE READ the
309           comments at the top of <file:drivers/sound/trident.c>.
310
311 config SOUND_MSNDCLAS
312         tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
313         depends on SOUND_PRIME!=n && SOUND && (m || !STANDALONE)
314         help
315           Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
316           Monterey (not for the Pinnacle or Fiji).
317
318           See <file:Documentation/sound/oss/MultiSound> for important information
319           about this driver.  Note that it has been discontinued, but the
320           Voyetra Turtle Beach knowledge base entry for it is still available
321           at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
322
323 comment "Compiled-in MSND Classic support requires firmware during compilation."
324         depends on SOUND_PRIME && SOUND_MSNDCLAS=y
325
326 config MSNDCLAS_HAVE_BOOT
327         bool
328         depends on SOUND_MSNDCLAS=y && !STANDALONE
329         default y
330
331 config MSNDCLAS_INIT_FILE
332         string "Full pathname of MSNDINIT.BIN firmware file"
333         depends on SOUND_MSNDCLAS
334         default "/etc/sound/msndinit.bin"
335         help
336           The MultiSound cards have two firmware files which are required for
337           operation, and are not currently included. These files can be
338           obtained from Turtle Beach. See
339           <file:Documentation/sound/oss/MultiSound> for information on how to
340           obtain this.
341
342 config MSNDCLAS_PERM_FILE
343         string "Full pathname of MSNDPERM.BIN firmware file"
344         depends on SOUND_MSNDCLAS
345         default "/etc/sound/msndperm.bin"
346         help
347           The MultiSound cards have two firmware files which are required for
348           operation, and are not currently included. These files can be
349           obtained from Turtle Beach. See
350           <file:Documentation/sound/oss/MultiSound> for information on how to
351           obtain this.
352
353 config MSNDCLAS_IRQ
354         int "MSND Classic IRQ 5, 7, 9, 10, 11, 12"
355         depends on SOUND_MSNDCLAS=y
356         default "5"
357         help
358           Interrupt Request line for the MultiSound Classic and related cards.
359
360 config MSNDCLAS_MEM
361         hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000"
362         depends on SOUND_MSNDCLAS=y
363         default "D0000"
364         help
365           Memory-mapped I/O base address for the MultiSound Classic and
366           related cards.
367
368 config MSNDCLAS_IO
369         hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
370         depends on SOUND_MSNDCLAS=y
371         default "290"
372         help
373           I/O port address for the MultiSound Classic and related cards.
374
375 config SOUND_MSNDPIN
376         tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
377         depends on SOUND_PRIME!=n && SOUND && (m || !STANDALONE)
378         help
379           Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
380           See <file:Documentation/sound/oss/MultiSound> for important information
381           about this driver. Note that it has been discontinued, but the
382           Voyetra Turtle Beach knowledge base entry for it is still available
383           at <http://www.turtlebeach.com/site/kb_ftp/600.asp>.
384
385 comment "Compiled-in MSND Pinnacle support requires firmware during compilation."
386         depends on SOUND_PRIME && SOUND_MSNDPIN=y
387
388 config MSNDPIN_HAVE_BOOT
389         bool
390         depends on SOUND_MSNDPIN=y
391         default y
392
393 config MSNDPIN_INIT_FILE
394         string "Full pathname of PNDSPINI.BIN firmware file"
395         depends on SOUND_MSNDPIN
396         default "/etc/sound/pndspini.bin"
397         help
398           The MultiSound cards have two firmware files which are required
399           for operation, and are not currently included. These files can be
400           obtained from Turtle Beach. See
401           <file:Documentation/sound/oss/MultiSound> for information on how to
402           obtain this.
403
404 config MSNDPIN_PERM_FILE
405         string "Full pathname of PNDSPERM.BIN firmware file"
406         depends on SOUND_MSNDPIN
407         default "/etc/sound/pndsperm.bin"
408         help
409           The MultiSound cards have two firmware files which are required for
410           operation, and are not currently included. These files can be
411           obtained from Turtle Beach. See
412           <file:Documentation/sound/oss/MultiSound> for information on how to
413           obtain this.
414
415 config MSNDPIN_IRQ
416         int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12"
417         depends on SOUND_MSNDPIN=y
418         default "5"
419         help
420           Interrupt request line for the primary synthesizer on MultiSound
421           Pinnacle and Fiji sound cards.
422
423 config MSNDPIN_MEM
424         hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000"
425         depends on SOUND_MSNDPIN=y
426         default "D0000"
427         help
428           Memory-mapped I/O base address for the primary synthesizer on
429           MultiSound Pinnacle and Fiji sound cards.
430
431 config MSNDPIN_IO
432         hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
433         depends on SOUND_MSNDPIN=y
434         default "290"
435         help
436           Memory-mapped I/O base address for the primary synthesizer on
437           MultiSound Pinnacle and Fiji sound cards.
438
439 config MSNDPIN_DIGITAL
440         bool "MSND Pinnacle has S/PDIF I/O"
441         depends on SOUND_MSNDPIN=y
442         help
443           If you have the S/PDIF daughter board for the Pinnacle or Fiji,
444           answer Y here; otherwise, say N. If you have this, you will be able
445           to play and record from the S/PDIF port (digital signal). See
446           <file:Documentation/sound/oss/MultiSound> for information on how to make
447           use of this capability.
448
449 config MSNDPIN_NONPNP
450         bool "MSND Pinnacle non-PnP Mode"
451         depends on SOUND_MSNDPIN=y
452         help
453           The Pinnacle and Fiji card resources can be configured either with
454           PnP, or through a configuration port. Say Y here if your card is NOT
455           in PnP mode. For the Pinnacle, configuration in non-PnP mode allows
456           use of the IDE and joystick peripherals on the card as well; these
457           do not show up when the card is in PnP mode. Specifying zero for any
458           resource of a device will disable the device. If you are running the
459           card in PnP mode, you must say N here and use isapnptools to
460           configure the card's resources.
461
462 comment "MSND Pinnacle DSP section will be configured to above parameters."
463         depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
464
465 config MSNDPIN_CFG
466         hex "MSND Pinnacle config port 250,260,270"
467         depends on MSNDPIN_NONPNP
468         default "250"
469         help
470           This is the port which the Pinnacle and Fiji uses to configure the
471           card's resources when not in PnP mode. If your card is in PnP mode,
472           then be sure to say N to the previous option, "MSND Pinnacle Non-PnP
473           Mode".
474
475 comment "Pinnacle-specific Device Configuration (0 disables)"
476         depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
477
478 config MSNDPIN_MPU_IO
479         hex "MSND Pinnacle MPU I/O (e.g. 330)"
480         depends on MSNDPIN_NONPNP
481         default "0"
482         help
483           Memory-mapped I/O base address for the Kurzweil daughterboard
484           synthesizer on MultiSound Pinnacle and Fiji sound cards.
485
486 config MSNDPIN_MPU_IRQ
487         int "MSND Pinnacle MPU IRQ (e.g. 9)"
488         depends on MSNDPIN_NONPNP
489         default "0"
490         help
491           Iinterrupt request number for the Kurzweil daughterboard
492           synthesizer on MultiSound Pinnacle and Fiji sound cards.
493
494 config MSNDPIN_IDE_IO0
495         hex "MSND Pinnacle IDE I/O 0 (e.g. 170)"
496         depends on MSNDPIN_NONPNP
497         default "0"
498         help
499           CD-ROM drive 0 memory-mapped I/O base address for the MultiSound
500           Pinnacle and Fiji sound cards.
501
502 config MSNDPIN_IDE_IO1
503         hex "MSND Pinnacle IDE I/O 1 (e.g. 376)"
504         depends on MSNDPIN_NONPNP
505         default "0"
506         help
507           CD-ROM drive 1 memory-mapped I/O base address for the MultiSound
508           Pinnacle and Fiji sound cards.
509
510 config MSNDPIN_IDE_IRQ
511         int "MSND Pinnacle IDE IRQ (e.g. 15)"
512         depends on MSNDPIN_NONPNP
513         default "0"
514         help
515           Interrupt request number for the IDE CD-ROM interface on the
516           MultiSound Pinnacle and Fiji sound cards.
517
518 config MSNDPIN_JOYSTICK_IO
519         hex "MSND Pinnacle joystick I/O (e.g. 200)"
520         depends on MSNDPIN_NONPNP
521         default "0"
522         help
523           Memory-mapped I/O base address for the joystick port on MultiSound
524           Pinnacle and Fiji sound cards.
525
526 config MSND_FIFOSIZE
527         int "MSND buffer size (kB)"
528         depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y)
529         default "128"
530         help
531           Configures the size of each audio buffer, in kilobytes, for
532           recording and playing in the MultiSound drivers (both the Classic
533           and Pinnacle). Larger values reduce the chance of data overruns at
534           the expense of overall latency. If unsure, use the default.
535
536 config SOUND_VIA82CXXX
537         tristate "VIA 82C686 Audio Codec"
538         depends on SOUND_PRIME!=n && PCI
539         help
540           Say Y here to include support for the audio codec found on VIA
541           82Cxxx-based chips. Typically these are built into a motherboard.
542
543           DO NOT select Sound Blaster or Adlib with this driver, unless
544           you have a Sound Blaster or Adlib card in addition to your VIA
545           audio chip.
546
547 config MIDI_VIA82CXXX
548         bool "VIA 82C686 MIDI"
549         depends on SOUND_VIA82CXXX
550         help
551           Answer Y to use the MIDI interface of the Via686. You may need to
552           enable this in the BIOS before it will work. This is for connection
553           to external MIDI hardware, and is not required for software playback
554           of MIDI files.
555
556 config SOUND_OSS
557         tristate "OSS sound modules"
558         depends on SOUND_PRIME!=n && SOUND
559         help
560           OSS is the Open Sound System suite of sound card drivers.  They make
561           sound programming easier since they provide a common API.  Say Y or
562           M here (the module will be called sound) if you haven't found a
563           driver for your sound card above, then pick your driver from the
564           list below.
565
566 config SOUND_TRACEINIT
567         bool "Verbose initialisation"
568         depends on SOUND_OSS
569         help
570           Verbose soundcard initialization -- affects the format of autoprobe
571           and initialization messages at boot time.
572
573 config SOUND_DMAP
574         bool "Persistent DMA buffers"
575         depends on SOUND_OSS
576         ---help---
577           Linux can often have problems allocating DMA buffers for ISA sound
578           cards on machines with more than 16MB of RAM. This is because ISA
579           DMA buffers must exist below the 16MB boundary and it is quite
580           possible that a large enough free block in this region cannot be
581           found after the machine has been running for a while. If you say Y
582           here the DMA buffers (64Kb) will be allocated at boot time and kept
583           until the shutdown. This option is only useful if you said Y to
584           "OSS sound modules", above. If you said M to "OSS sound modules"
585           then you can get the persistent DMA buffer functionality by passing
586           the command-line argument "dmabuf=1" to the sound module.
587
588           Say Y unless you have 16MB or more RAM or a PCI sound card.
589
590 config SOUND_AD1816
591         tristate "AD1816(A) based cards (EXPERIMENTAL)"
592         depends on EXPERIMENTAL && SOUND_OSS
593         help
594           Say M here if you have a sound card based on the Analog Devices
595           AD1816(A) chip.
596
597           If you compile the driver into the kernel, you have to add
598           "ad1816=<io>,<irq>,<dma>,<dma2>" to the kernel command line.
599
600 config SOUND_AD1889
601         tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)"
602         depends on EXPERIMENTAL && SOUND_OSS
603         help
604           Say M here if you have a sound card based on the Analog Devices
605           AD1889 chip.
606
607 config SOUND_SGALAXY
608         tristate "Aztech Sound Galaxy (non-PnP) cards"
609         depends on SOUND_OSS
610         help
611           This module initializes the older non Plug and Play sound galaxy
612           cards from Aztech. It supports the Waverider Pro 32 - 3D and the
613           Galaxy Washington 16.
614
615           If you compile the driver into the kernel, you have to add
616           "sgalaxy=<io>,<irq>,<dma>,<dma2>,<sgbase>" to the kernel command
617           line.
618
619 config SOUND_ADLIB
620         tristate "Adlib Cards"
621         depends on SOUND_OSS
622         help
623           Includes ASB 64 4D. Information on programming AdLib cards is
624           available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>.
625
626 config SOUND_ACI_MIXER
627         tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)"
628         depends on SOUND_OSS
629         ---help---
630           ACI (Audio Command Interface) is a protocol used to communicate with
631           the microcontroller on some sound cards produced by miro and
632           Cardinal Technologies.  The main function of the ACI is to control
633           the mixer and to get a product identification.
634
635           This VoxWare ACI driver currently supports the ACI functions on the
636           miroSOUND PCM1-pro, PCM12 and PCM20 radio. On the PCM20 radio, ACI
637           also controls the radio tuner. This is supported in the video4linux
638           miropcm20 driver (say M or Y here and go back to "Multimedia
639           devices" -> "Radio Adapters").
640
641           This driver is also available as a module and will be called aci.
642
643 config SOUND_CS4232
644         tristate "Crystal CS4232 based (PnP) cards"
645         depends on SOUND_OSS
646         help
647           Say Y here if you have a card based on the Crystal CS4232 chip set,
648           which uses its own Plug and Play protocol.
649
650           If you compile the driver into the kernel, you have to add
651           "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel
652           command line.
653
654           See <file:Documentation/sound/oss/CS4232> for more information on
655           configuring this card.
656
657 config SOUND_SSCAPE
658         tristate "Ensoniq SoundScape support"
659         depends on SOUND_OSS
660         help
661           Answer Y if you have a sound card based on the Ensoniq SoundScape
662           chipset. Such cards are being manufactured at least by Ensoniq, Spea
663           and Reveal (Reveal makes also other cards).
664
665           If you compile the driver into the kernel, you have to add
666           "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command
667           line.
668
669 config SOUND_GUS
670         tristate "Gravis Ultrasound support"
671         depends on SOUND_OSS
672         help
673           Say Y here for any type of Gravis Ultrasound card, including the GUS
674           or GUS MAX.  See also <file:Documentation/sound/oss/ultrasound> for more
675           information on configuring this card with modules.
676
677           If you compile the driver into the kernel, you have to add
678           "gus=<io>,<irq>,<dma>,<dma2>" to the kernel command line.
679
680 config SOUND_GUS16
681         bool "16 bit sampling option of GUS (_NOT_ GUS MAX)"
682         depends on SOUND_GUS
683         help
684           Support for Gravis Ulstrasound (GUS) cards (other than the GUS),
685           sampling at 16-bit width.
686
687 config SOUND_GUSMAX
688         bool "GUS MAX support"
689         depends on SOUND_GUS
690         help
691           Support for Gravis Ulstrasound MAX.
692
693 config SOUND_VMIDI
694         tristate "Loopback MIDI device support"
695         depends on SOUND_OSS
696         help
697           Support for MIDI loopback on port 1 or 2.
698
699 config SOUND_TRIX
700         tristate "MediaTrix AudioTrix Pro support"
701         depends on SOUND_OSS
702         help
703           Answer Y if you have the AudioTriX Pro sound card manufactured
704           by MediaTrix.
705
706 config TRIX_HAVE_BOOT
707         bool "Have TRXPRO.HEX firmware file"
708         depends on SOUND_TRIX=y && !STANDALONE
709         help
710           The MediaTrix AudioTrix Pro has an on-board microcontroller which
711           needs to be initialized by downloading the code from the file
712           TRXPRO.HEX in the DOS driver directory. If you don't have the
713           TRXPRO.HEX file handy you may skip this step. However, the SB and
714           MPU-401 modes of AudioTrix Pro will not work without this file!
715
716 config TRIX_BOOT_FILE
717         string "Full pathname of TRXPRO.HEX firmware file"
718         depends on TRIX_HAVE_BOOT
719         default "/etc/sound/trxpro.hex"
720         help
721           Enter the full pathname of your TRXPRO.HEX file, starting from /.
722
723 config SOUND_MSS
724         tristate "Microsoft Sound System support"
725         depends on SOUND_OSS
726         ---help---
727           Again think carefully before answering Y to this question.  It's
728           safe to answer Y if you have the original Windows Sound System card
729           made by Microsoft or Aztech SG 16 Pro (or NX16 Pro).  Also you may
730           say Y in case your card is NOT among these:
731
732           ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
733           Ensoniq SoundScape (and compatibles made by Reveal and Spea),
734           Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
735           Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
736           Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
737           82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
738           Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
739           SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
740           Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
741           Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
742           Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
743           notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
744           synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
745
746           For cards having native support in VoxWare, consult the card
747           specific instructions in <file:Documentation/sound/oss/README.OSS>.
748           Some drivers have their own MSS support and saying Y to this option
749           will cause a conflict.
750
751           If you compile the driver into the kernel, you have to add
752           "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command
753           line.
754
755 config SOUND_MPU401
756         tristate "MPU-401 support (NOT for SB16)"
757         depends on SOUND_OSS
758         ---help---
759           Be careful with this question.  The MPU401 interface is supported by
760           all sound cards.  However, some natively supported cards have their
761           own driver for MPU401.  Enabling this MPU401 option with these cards
762           will cause a conflict.  Also, enabling MPU401 on a system that
763           doesn't really have a MPU401 could cause some trouble.  If your card
764           was in the list of supported cards, look at the card specific
765           instructions in the <file:Documentation/sound/oss/README.OSS> file.  It
766           is safe to answer Y if you have a true MPU401 MIDI interface card.
767
768           If you compile the driver into the kernel, you have to add
769           "mpu401=<io>,<irq>" to the kernel command line.
770
771 config SOUND_NM256
772         tristate "NM256AV/NM256ZX audio support"
773         depends on SOUND_OSS
774         help
775           Say M here to include audio support for the NeoMagic 256AV/256ZX
776           chipsets. These are the audio chipsets found in the Sony
777           Z505S/SX/DX, some Sony F-series, and the Dell Latitude CPi and CPt
778           laptops. It includes support for an AC97-compatible mixer and an
779           apparently proprietary sound engine.
780
781           See <file:Documentation/sound/oss/NM256> for further information.
782
783 config SOUND_MAD16
784         tristate "OPTi MAD16 and/or Mozart based cards"
785         depends on SOUND_OSS && SOUND_GAMEPORT
786         ---help---
787           Answer Y if your card has a Mozart (OAK OTI-601) or MAD16 (OPTi
788           82C928 or 82C929 or 82C931) audio interface chip. These chips are
789           quite common so it's possible that many no-name cards have one of
790           them. In addition the MAD16 chip is used in some cards made by known
791           manufacturers such as Turtle Beach (Tropez), Reveal (some models)
792           and Diamond (latest ones). Note however that the Tropez sound cards
793           have their own driver; if you have one of those, say N here and Y or
794           M to "Full support for Turtle Beach WaveFront", below.
795
796           If you compile the driver into the kernel, you have to add
797           "mad16=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the
798           kernel command line.
799
800           See also <file:Documentation/sound/oss/Opti> and
801           <file:Documentation/sound/oss/MAD16> for more information on setting
802           these cards up as modules.
803
804 config MAD16_OLDCARD
805         bool "Support MIDI in older MAD16 based cards (requires SB)"
806         depends on SOUND_MAD16
807         help
808           Answer Y (or M) if you have an older card based on the C928 or
809           Mozart chipset and you want to have MIDI support. If you enable this
810           option you also need to enable support for Sound Blaster.
811
812 config SOUND_PAS
813         tristate "ProAudioSpectrum 16 support"
814         depends on SOUND_OSS
815         ---help---
816           Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
817           16 or Logitech SoundMan 16 sound card. Answer N if you have some
818           other card made by Media Vision or Logitech since those are not
819           PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>.
820           It is not necessary to add Sound Blaster support separately; it
821           is included in PAS support.
822
823           If you compile the driver into the kernel, you have to add
824           "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2>
825           to the kernel command line.
826
827 config PAS_JOYSTICK
828         bool "Enable PAS16 joystick port"
829         depends on SOUND_PAS=y
830         help
831           Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick
832           port.
833
834 config SOUND_PSS
835         tristate "PSS (AD1848, ADSP-2115, ESC614) support"
836         depends on SOUND_OSS
837         help
838           Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven
839           ADSP-16 or some other card based on the PSS chipset (AD1848 codec +
840           ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on
841           how to compile it into the kernel or as a module see the file
842           <file:Documentation/sound/oss/PSS>.
843
844           If you compile the driver into the kernel, you have to add
845           "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel
846           command line.
847
848 config PSS_MIXER
849         bool "Enable PSS mixer (Beethoven ADSP-16 and other compatibile)"
850         depends on SOUND_PSS
851         help
852           Answer Y for Beethoven ADSP-16. You may try to say Y also for other
853           cards if they have master volume, bass, treble, and you can't
854           control it under Linux. If you answer N for Beethoven ADSP-16, you
855           can't control master volume, bass, treble and synth volume.
856
857           If you said M to "PSS support" above, you may enable or disable this
858           PSS mixer with the module parameter pss_mixer. For more information
859           see the file <file:Documentation/sound/oss/PSS>.
860
861 config PSS_HAVE_BOOT
862         bool "Have DSPxxx.LD firmware file"
863         depends on SOUND_PSS && !STANDALONE
864         help
865           If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y
866           to include this file. Without this file the synth device (OPL) may
867           not work.
868
869 config PSS_BOOT_FILE
870         string "Full pathname of DSPxxx.LD firmware file"
871         depends on PSS_HAVE_BOOT
872         default "/etc/sound/dsp001.ld"
873         help
874           Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file,
875           starting from /.
876
877 config SOUND_SB
878         tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
879         depends on SOUND_OSS
880         ---help---
881           Answer Y if you have an original Sound Blaster card made by Creative
882           Labs or a 100% hardware compatible clone (like the Thunderboard or
883           SM Games). For an unknown card you may answer Y if the card claims
884           to be Sound Blaster-compatible.
885
886           Please read the file <file:Documentation/sound/oss/Soundblaster>.
887
888           You should also say Y here for cards based on the Avance Logic
889           ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and
890           for cards based on ESS chips (read
891           <file:Documentation/sound/oss/ESS1868> and
892           <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE
893           64, say Y here and also to "AWE32 synth" below and read
894           <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave
895           card, say Y here and read <file:Documentation/sound/oss/mwave>.
896
897           If you compile the driver into the kernel and don't want to use
898           isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
899           command line.
900
901           You can say M here to compile this driver as a module; the module is
902           called sb.
903
904 config SOUND_AWE32_SYNTH
905         tristate "AWE32 synth"
906         depends on SOUND_OSS
907         help
908           Say Y here if you have a Sound Blaster SB32, AWE32-PnP, SB AWE64 or
909           similar sound card. See <file:Documentation/sound/oss/README.awe>,
910           <file:Documentation/sound/oss/AWE32> and the Soundblaster-AWE
911           mini-HOWTO, available from <http://www.tldp.org/docs.html#howto>
912           for more info.
913
914 config SOUND_WAVEFRONT
915         tristate "Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui) synth/soundcards"
916         depends on SOUND_OSS && m
917         help
918           Answer Y or M if you have a Tropez Plus, Tropez or Maui sound card
919           and read the files <file:Documentation/sound/oss/Wavefront> and
920           <file:Documentation/sound/oss/Tropez+>.
921
922 config SOUND_MAUI
923         tristate "Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers"
924         depends on SOUND_OSS
925         help
926           Say Y here if you have a Turtle Beach Wave Front, Maui, or Tropez
927           sound card.
928
929           If you compile the driver into the kernel, you have to add
930           "maui=<io>,<irq>" to the kernel command line.
931
932 config MAUI_HAVE_BOOT
933         bool "Have OSWF.MOT firmware file"
934         depends on SOUND_MAUI=y && !STANDALONE
935         help
936           Turtle Beach Maui and Tropez sound cards have a microcontroller
937           which needs to be initialized prior to use. OSWF.MOT is a file
938           distributed with the card's DOS/Windows drivers. Answer Y if you
939           have this file.
940
941 config MAUI_BOOT_FILE
942         string "Full pathname of OSWF.MOT firmware file"
943         depends on MAUI_HAVE_BOOT
944         default "/etc/sound/oswf.mot"
945         help
946           Enter the full pathname of your OSWF.MOT file, starting from /.
947
948 config SOUND_YM3812
949         tristate "Yamaha FM synthesizer (YM3812/OPL-3) support"
950         depends on SOUND_OSS
951         ---help---
952           Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
953           Answering Y is usually a safe and recommended choice, however some
954           cards may have software (TSR) FM emulation. Enabling FM support with
955           these cards may cause trouble (I don't currently know of any such
956           cards, however). Please read the file
957           <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip.
958
959           If you compile the driver into the kernel, you have to add
960           "opl3=<io>" to the kernel command line.
961
962           If unsure, say Y.
963
964 config SOUND_OPL3SA1
965         tristate "Yamaha OPL3-SA1 audio controller"
966         depends on SOUND_OSS
967         help
968           Say Y or M if you have a Yamaha OPL3-SA1 sound chip, which is
969           usually built into motherboards. Read
970           <file:Documentation/sound/oss/OPL3-SA> for details.
971
972           If you compile the driver into the kernel, you have to add
973           "opl3sa=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel
974           command line.
975
976 config SOUND_OPL3SA2
977         tristate "Yamaha OPL3-SA2 and SA3 based PnP cards"
978         depends on SOUND_OSS
979         help
980           Say Y or M if you have a card based on one of these Yamaha sound
981           chipsets or the "SAx", which is actually a SA3. Read
982           <file:Documentation/sound/oss/OPL3-SA2> for more information on
983           configuring these cards.
984
985           If you compile the driver into the kernel and do not also
986           configure in the optional ISA PnP support, you will have to add
987           "opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>" to the kernel
988           command line.
989
990 config SOUND_YMFPCI
991         tristate "Yamaha YMF7xx PCI audio (native mode)"
992         depends on SOUND_OSS && PCI
993         help
994           Support for Yamaha cards including the YMF711, YMF715, YMF718,
995           YMF719, YMF724, Waveforce 192XG, and Waveforce 192 Digital.
996
997 config SOUND_YMFPCI_LEGACY
998         bool "Yamaha PCI legacy ports support"
999         depends on SOUND_YMFPCI
1000         help
1001           Support for YMF7xx PCI cards emulating an MP401.
1002
1003 config SOUND_UART6850
1004         tristate "6850 UART support"
1005         depends on SOUND_OSS
1006         help
1007           This option enables support for MIDI interfaces based on the 6850
1008           UART chip. This interface is rarely found on sound cards. It's safe
1009           to answer N to this question.
1010
1011           If you compile the driver into the kernel, you have to add
1012           "uart6850=<io>,<irq>" to the kernel command line.
1013
1014 config SOUND_AEDSP16
1015         tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
1016         depends on SOUND_OSS
1017         ---help---
1018           Answer Y if you have a Gallant's Audio Excel DSP 16 card. This
1019           driver supports Audio Excel DSP 16 but not the III nor PnP versions
1020           of this card.
1021
1022           The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or
1023           a Microsoft Sound System card, so you should have said Y to either
1024           "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
1025           or "Microsoft Sound System support", above, and you need to answer
1026           the "MSS emulation" and "SBPro emulation" questions below
1027           accordingly. You should say Y to one and only one of these two
1028           questions.
1029
1030           Read the <file:Documentation/sound/oss/README.OSS> file and the head of
1031           <file:drivers/sound/aedsp16.c> as well as
1032           <file:Documentation/sound/oss/AudioExcelDSP16> to get more information
1033           about this driver and its configuration.
1034
1035 config SC6600
1036         bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
1037         depends on SOUND_AEDSP16
1038         help
1039           The SC6600 is the new version of DSP mounted on the Audio Excel DSP
1040           16 cards. Find in the manual the FCC ID of your audio card and
1041           answer Y if you have an SC6600 DSP.
1042
1043 config SC6600_JOY
1044         bool "Activate SC-6600 Joystick Interface"
1045         depends on SC6600
1046         help
1047           Say Y here in order to use the joystick interface of the Audio Excel
1048           DSP 16 card.
1049
1050 config SC6600_CDROM
1051         int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
1052         depends on SC6600
1053         default "4"
1054         help
1055           This is used to activate the CD-ROM interface of the Audio Excel
1056           DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no
1057           CD-ROM present.
1058
1059 config SC6600_CDROMBASE
1060         hex "SC-6600 CDROM Interface I/O Address"
1061         depends on SC6600
1062         default "0"
1063         help
1064           Base I/O port address for the CD-ROM interface of the Audio Excel
1065           DSP 16 card.
1066
1067 choice
1068         prompt "Audio Excel DSP 16"
1069         optional
1070         depends on SOUND_AEDSP16
1071
1072 config AEDSP16_MSS
1073         bool "MSS emulation"
1074         depends on SOUND_MSS
1075         help
1076           Answer Y if you want your audio card to emulate Microsoft Sound
1077           System. You should then say Y to "Microsoft Sound System support"
1078           and say N to "Audio Excel DSP 16 (SBPro emulation)".
1079
1080 config AEDSP16_SBPRO
1081         bool "SBPro emulation"
1082         depends on SOUND_SB
1083         help
1084           Answer Y if you want your audio card to emulate Sound Blaster Pro.
1085           You should then say Y to "100% Sound Blaster compatibles
1086           (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS
1087           emulation)".
1088
1089           If you compile the driver into the kernel, you have to add
1090           "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel
1091           command line.
1092
1093 endchoice
1094
1095 config AEDSP16_MPU401
1096         bool "Audio Excel DSP 16 (MPU401 emulation)"
1097         depends on SOUND_AEDSP16 && SOUND_MPU401
1098         help
1099           Answer Y if you want your audio card to emulate the MPU-401 midi
1100           interface. You should then also say Y to "MPU-401 support".
1101
1102           Note that the I/O base for MPU-401 support of aedsp16 is the same
1103           you have selected for "MPU-401 support". If you are using this
1104           driver as a module you have to specify the MPU I/O base address with
1105           the parameter 'mpu_base=0xNNN'.
1106
1107 config SOUND_VIDC
1108         tristate "VIDC 16-bit sound"
1109         depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS
1110         help
1111           16-bit support for the VIDC onboard sound hardware found on Acorn
1112           machines.
1113
1114 config SOUND_WAVEARTIST
1115         tristate "Netwinder WaveArtist"
1116         depends on ARM && SOUND_OSS && ARCH_NETWINDER
1117         help
1118           Say Y here to include support for the Rockwell WaveArtist sound
1119           system.  This driver is mainly for the NetWinder.
1120
1121 config SOUND_TVMIXER
1122         tristate "TV card (bt848) mixer support"
1123         depends on SOUND_PRIME!=n && SOUND && I2C
1124         help
1125           Support for audio mixer facilities on the BT848 TV frame-grabber
1126           card.
1127
1128 config SOUND_KAHLUA
1129         tristate "XpressAudio Sound Blaster emulation"
1130         depends on SOUND_SB
1131
1132 config SOUND_ALI5455
1133         tristate "ALi5455 audio support"
1134         depends on SOUND_PRIME!=n && PCI
1135
1136 config SOUND_FORTE
1137         tristate "ForteMedia FM801 driver"
1138         depends on SOUND_PRIME!=n && PCI
1139         help
1140           Say Y or M if you want driver support for the ForteMedia FM801 PCI
1141           audio controller (Abit AU10, Genius Sound Maker, HP Workstation
1142           zx2000, and others).
1143
1144 config SOUND_RME96XX
1145         tristate "RME Hammerfall (RME96XX) support"
1146         depends on SOUND_PRIME!=n && PCI
1147         help
1148           Say Y or M if you have a Hammerfall or Hammerfall light
1149           multichannel card from RME. If you want to acess advanced
1150           features of the card, read Documentation/sound/oss/rme96xx.
1151
1152 config SOUND_AD1980
1153         tristate "AD1980 front/back switch plugin"
1154         depends on SOUND_PRIME!=n
1155
1156 config SOUND_SH_DAC_AUDIO
1157         tristate "SuperH DAC audio support"
1158         depends on SOUND_PRIME!=n && SOUND && CPU_SH3
1159
1160 config SOUND_SH_DAC_AUDIO_CHANNEL
1161         int "    DAC channel"
1162         default "1"
1163         depends on SOUND_SH_DAC_AUDIO