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