1 # drivers/sound/Config.in
3 # 18 Apr 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
4 # More hacking for modularisation.
6 # Prompt user for primary drivers.
8 config SOUND_BCM_CS4297A
9 tristate "Crystal Sound CS4297a (for Swarm)"
10 depends on SOUND_PRIME && SIBYTE_SWARM
12 The BCM91250A has a Crystal CS4297a on synchronous serial
13 port B (in addition to the DB-9 serial port). Say Y or M
14 here to enable the sound chip instead of the UART. Also
15 note that CONFIG_KGDB should not be enabled at the same
16 time, since it also attempts to use this UART port.
19 tristate "SGI Visual Workstation Sound"
20 depends on SOUND_PRIME && X86_VISWS
22 Say Y or M if you have an SGI Visual Workstation and you want to be
23 able to use its on-board audio. Read
24 <file:Documentation/sound/oss/vwsnd> for more info on this driver's
28 tristate "SGI HAL2 sound (EXPERIMENTAL)"
29 depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL
31 Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to
32 use its on-board A2 audio system.
35 tristate "NEC Vrc5477 AC97 sound"
36 depends on SOUND_PRIME && DDB5477
38 Say Y here to enable sound support for the NEC Vrc5477 chip, an
39 integrated, multi-function controller chip for MIPS CPUs. Works
42 config SOUND_AU1550_AC97
43 tristate "Au1550/Au1200 AC97 Sound"
45 depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200)
48 tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core"
49 depends on SOUND_PRIME && PCI
51 Say Y or M if you have a PCI sound card utilizing the Trident
52 4DWave-DX/NX chipset or your mother board chipset has SiS 7018
53 or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded
54 in SiS960 Super South Bridge and SiS540/630 Single Chipset.
55 The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D,
56 M1535+ or M1535D+ South Bridge.
58 Use lspci -n to find out if your sound card or chipset uses
59 Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands
60 for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID
61 10B9:5451 stands for ALi5451.
63 This driver supports S/PDIF in/out (record/playback) for ALi 5451
64 embedded in ALi M1535+ and M1535D+. Note that they aren't all
65 enabled by default; you can enable them by saying Y to "/proc file
66 system support" and "Sysctl support", and after the /proc file
67 system has been mounted, executing the command
69 command what is enabled
71 echo 0>/proc/ALi5451 pcm out is also set to S/PDIF out. (Default).
73 echo 1>/proc/ALi5451 use S/PDIF out to output pcm data.
75 echo 2>/proc/ALi5451 use S/PDIF out to output non-pcm data.
78 echo 3>/proc/ALi5451 record from Ac97 in(MIC, Line in...).
81 echo 4>/proc/ALi5451 no matter Ac97 settings, record from S/PDIF
85 This driver differs slightly from OSS/Free, so PLEASE READ the
86 comments at the top of <file:drivers/sound/trident.c>.
89 tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
90 depends on SOUND_PRIME && (m || !STANDALONE)
92 Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
93 Monterey (not for the Pinnacle or Fiji).
95 See <file:Documentation/sound/oss/MultiSound> for important information
96 about this driver. Note that it has been discontinued, but the
97 Voyetra Turtle Beach knowledge base entry for it is still available
98 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
100 comment "Compiled-in MSND Classic support requires firmware during compilation."
101 depends on SOUND_PRIME && SOUND_MSNDCLAS=y
103 config MSNDCLAS_HAVE_BOOT
105 depends on SOUND_MSNDCLAS=y && !STANDALONE
108 config MSNDCLAS_INIT_FILE
109 string "Full pathname of MSNDINIT.BIN firmware file"
110 depends on SOUND_MSNDCLAS
111 default "/etc/sound/msndinit.bin"
113 The MultiSound cards have two firmware files which are required for
114 operation, and are not currently included. These files can be
115 obtained from Turtle Beach. See
116 <file:Documentation/sound/oss/MultiSound> for information on how to
119 config MSNDCLAS_PERM_FILE
120 string "Full pathname of MSNDPERM.BIN firmware file"
121 depends on SOUND_MSNDCLAS
122 default "/etc/sound/msndperm.bin"
124 The MultiSound cards have two firmware files which are required for
125 operation, and are not currently included. These files can be
126 obtained from Turtle Beach. See
127 <file:Documentation/sound/oss/MultiSound> for information on how to
131 int "MSND Classic IRQ 5, 7, 9, 10, 11, 12"
132 depends on SOUND_MSNDCLAS=y
135 Interrupt Request line for the MultiSound Classic and related cards.
138 hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000"
139 depends on SOUND_MSNDCLAS=y
142 Memory-mapped I/O base address for the MultiSound Classic and
146 hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
147 depends on SOUND_MSNDCLAS=y
150 I/O port address for the MultiSound Classic and related cards.
153 tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
154 depends on SOUND_PRIME && (m || !STANDALONE)
156 Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
157 See <file:Documentation/sound/oss/MultiSound> for important information
158 about this driver. Note that it has been discontinued, but the
159 Voyetra Turtle Beach knowledge base entry for it is still available
160 at <http://www.turtlebeach.com/site/kb_ftp/600.asp>.
162 comment "Compiled-in MSND Pinnacle support requires firmware during compilation."
163 depends on SOUND_PRIME && SOUND_MSNDPIN=y
165 config MSNDPIN_HAVE_BOOT
167 depends on SOUND_MSNDPIN=y
170 config MSNDPIN_INIT_FILE
171 string "Full pathname of PNDSPINI.BIN firmware file"
172 depends on SOUND_MSNDPIN
173 default "/etc/sound/pndspini.bin"
175 The MultiSound cards have two firmware files which are required
176 for operation, and are not currently included. These files can be
177 obtained from Turtle Beach. See
178 <file:Documentation/sound/oss/MultiSound> for information on how to
181 config MSNDPIN_PERM_FILE
182 string "Full pathname of PNDSPERM.BIN firmware file"
183 depends on SOUND_MSNDPIN
184 default "/etc/sound/pndsperm.bin"
186 The MultiSound cards have two firmware files which are required for
187 operation, and are not currently included. These files can be
188 obtained from Turtle Beach. See
189 <file:Documentation/sound/oss/MultiSound> for information on how to
193 int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12"
194 depends on SOUND_MSNDPIN=y
197 Interrupt request line for the primary synthesizer on MultiSound
198 Pinnacle and Fiji sound cards.
201 hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000"
202 depends on SOUND_MSNDPIN=y
205 Memory-mapped I/O base address for the primary synthesizer on
206 MultiSound Pinnacle and Fiji sound cards.
209 hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
210 depends on SOUND_MSNDPIN=y
213 Memory-mapped I/O base address for the primary synthesizer on
214 MultiSound Pinnacle and Fiji sound cards.
216 config MSNDPIN_DIGITAL
217 bool "MSND Pinnacle has S/PDIF I/O"
218 depends on SOUND_MSNDPIN=y
220 If you have the S/PDIF daughter board for the Pinnacle or Fiji,
221 answer Y here; otherwise, say N. If you have this, you will be able
222 to play and record from the S/PDIF port (digital signal). See
223 <file:Documentation/sound/oss/MultiSound> for information on how to make
224 use of this capability.
226 config MSNDPIN_NONPNP
227 bool "MSND Pinnacle non-PnP Mode"
228 depends on SOUND_MSNDPIN=y
230 The Pinnacle and Fiji card resources can be configured either with
231 PnP, or through a configuration port. Say Y here if your card is NOT
232 in PnP mode. For the Pinnacle, configuration in non-PnP mode allows
233 use of the IDE and joystick peripherals on the card as well; these
234 do not show up when the card is in PnP mode. Specifying zero for any
235 resource of a device will disable the device. If you are running the
236 card in PnP mode, you must say N here and use isapnptools to
237 configure the card's resources.
239 comment "MSND Pinnacle DSP section will be configured to above parameters."
240 depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
243 hex "MSND Pinnacle config port 250,260,270"
244 depends on MSNDPIN_NONPNP
247 This is the port which the Pinnacle and Fiji uses to configure the
248 card's resources when not in PnP mode. If your card is in PnP mode,
249 then be sure to say N to the previous option, "MSND Pinnacle Non-PnP
252 comment "Pinnacle-specific Device Configuration (0 disables)"
253 depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP
255 config MSNDPIN_MPU_IO
256 hex "MSND Pinnacle MPU I/O (e.g. 330)"
257 depends on MSNDPIN_NONPNP
260 Memory-mapped I/O base address for the Kurzweil daughterboard
261 synthesizer on MultiSound Pinnacle and Fiji sound cards.
263 config MSNDPIN_MPU_IRQ
264 int "MSND Pinnacle MPU IRQ (e.g. 9)"
265 depends on MSNDPIN_NONPNP
268 Interrupt request number for the Kurzweil daughterboard
269 synthesizer on MultiSound Pinnacle and Fiji sound cards.
271 config MSNDPIN_IDE_IO0
272 hex "MSND Pinnacle IDE I/O 0 (e.g. 170)"
273 depends on MSNDPIN_NONPNP
276 CD-ROM drive 0 memory-mapped I/O base address for the MultiSound
277 Pinnacle and Fiji sound cards.
279 config MSNDPIN_IDE_IO1
280 hex "MSND Pinnacle IDE I/O 1 (e.g. 376)"
281 depends on MSNDPIN_NONPNP
284 CD-ROM drive 1 memory-mapped I/O base address for the MultiSound
285 Pinnacle and Fiji sound cards.
287 config MSNDPIN_IDE_IRQ
288 int "MSND Pinnacle IDE IRQ (e.g. 15)"
289 depends on MSNDPIN_NONPNP
292 Interrupt request number for the IDE CD-ROM interface on the
293 MultiSound Pinnacle and Fiji sound cards.
295 config MSNDPIN_JOYSTICK_IO
296 hex "MSND Pinnacle joystick I/O (e.g. 200)"
297 depends on MSNDPIN_NONPNP
300 Memory-mapped I/O base address for the joystick port on MultiSound
301 Pinnacle and Fiji sound cards.
304 int "MSND buffer size (kB)"
305 depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y)
308 Configures the size of each audio buffer, in kilobytes, for
309 recording and playing in the MultiSound drivers (both the Classic
310 and Pinnacle). Larger values reduce the chance of data overruns at
311 the expense of overall latency. If unsure, use the default.
314 tristate "OSS sound modules"
315 depends on SOUND_PRIME && ISA_DMA_API && VIRT_TO_BUS
317 OSS is the Open Sound System suite of sound card drivers. They make
318 sound programming easier since they provide a common API. Say Y or
319 M here (the module will be called sound) if you haven't found a
320 driver for your sound card above, then pick your driver from the
323 config SOUND_TRACEINIT
324 bool "Verbose initialisation"
327 Verbose soundcard initialization -- affects the format of autoprobe
328 and initialization messages at boot time.
331 bool "Persistent DMA buffers"
334 Linux can often have problems allocating DMA buffers for ISA sound
335 cards on machines with more than 16MB of RAM. This is because ISA
336 DMA buffers must exist below the 16MB boundary and it is quite
337 possible that a large enough free block in this region cannot be
338 found after the machine has been running for a while. If you say Y
339 here the DMA buffers (64Kb) will be allocated at boot time and kept
340 until the shutdown. This option is only useful if you said Y to
341 "OSS sound modules", above. If you said M to "OSS sound modules"
342 then you can get the persistent DMA buffer functionality by passing
343 the command-line argument "dmabuf=1" to the sound module.
345 Say Y unless you have 16MB or more RAM or a PCI sound card.
348 tristate "Ensoniq SoundScape support"
350 depends on VIRT_TO_BUS
352 Answer Y if you have a sound card based on the Ensoniq SoundScape
353 chipset. Such cards are being manufactured at least by Ensoniq, Spea
354 and Reveal (Reveal makes also other cards).
356 If you compile the driver into the kernel, you have to add
357 "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command
362 tristate "Loopback MIDI device support"
365 Support for MIDI loopback on port 1 or 2.
368 tristate "MediaTrix AudioTrix Pro support"
371 Answer Y if you have the AudioTriX Pro sound card manufactured
374 config TRIX_HAVE_BOOT
375 bool "Have TRXPRO.HEX firmware file"
376 depends on SOUND_TRIX=y && !STANDALONE
378 The MediaTrix AudioTrix Pro has an on-board microcontroller which
379 needs to be initialized by downloading the code from the file
380 TRXPRO.HEX in the DOS driver directory. If you don't have the
381 TRXPRO.HEX file handy you may skip this step. However, the SB and
382 MPU-401 modes of AudioTrix Pro will not work without this file!
384 config TRIX_BOOT_FILE
385 string "Full pathname of TRXPRO.HEX firmware file"
386 depends on TRIX_HAVE_BOOT
387 default "/etc/sound/trxpro.hex"
389 Enter the full pathname of your TRXPRO.HEX file, starting from /.
392 tristate "Microsoft Sound System support"
395 Again think carefully before answering Y to this question. It's
396 safe to answer Y if you have the original Windows Sound System card
397 made by Microsoft or Aztech SG 16 Pro (or NX16 Pro). Also you may
398 say Y in case your card is NOT among these:
400 ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
401 Ensoniq SoundScape (and compatibles made by Reveal and Spea),
402 Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
403 Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
404 Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
405 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
406 Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
407 SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
408 Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
409 Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
410 Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
411 notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
412 synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
414 For cards having native support in VoxWare, consult the card
415 specific instructions in <file:Documentation/sound/oss/README.OSS>.
416 Some drivers have their own MSS support and saying Y to this option
417 will cause a conflict.
419 If you compile the driver into the kernel, you have to add
420 "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command
424 tristate "MPU-401 support (NOT for SB16)"
427 Be careful with this question. The MPU401 interface is supported by
428 all sound cards. However, some natively supported cards have their
429 own driver for MPU401. Enabling this MPU401 option with these cards
430 will cause a conflict. Also, enabling MPU401 on a system that
431 doesn't really have a MPU401 could cause some trouble. If your card
432 was in the list of supported cards, look at the card specific
433 instructions in the <file:Documentation/sound/oss/README.OSS> file. It
434 is safe to answer Y if you have a true MPU401 MIDI interface card.
436 If you compile the driver into the kernel, you have to add
437 "mpu401=<io>,<irq>" to the kernel command line.
440 tristate "ProAudioSpectrum 16 support"
443 Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
444 16 or Logitech SoundMan 16 sound card. Answer N if you have some
445 other card made by Media Vision or Logitech since those are not
446 PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>.
447 It is not necessary to add Sound Blaster support separately; it
448 is included in PAS support.
450 If you compile the driver into the kernel, you have to add
451 "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2>
452 to the kernel command line.
455 bool "Enable PAS16 joystick port"
456 depends on SOUND_PAS=y
458 Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick
462 tristate "PSS (AD1848, ADSP-2115, ESC614) support"
465 Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven
466 ADSP-16 or some other card based on the PSS chipset (AD1848 codec +
467 ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on
468 how to compile it into the kernel or as a module see the file
469 <file:Documentation/sound/oss/PSS>.
471 If you compile the driver into the kernel, you have to add
472 "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel
476 bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)"
479 Answer Y for Beethoven ADSP-16. You may try to say Y also for other
480 cards if they have master volume, bass, treble, and you can't
481 control it under Linux. If you answer N for Beethoven ADSP-16, you
482 can't control master volume, bass, treble and synth volume.
484 If you said M to "PSS support" above, you may enable or disable this
485 PSS mixer with the module parameter pss_mixer. For more information
486 see the file <file:Documentation/sound/oss/PSS>.
489 bool "Have DSPxxx.LD firmware file"
490 depends on SOUND_PSS && !STANDALONE
492 If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y
493 to include this file. Without this file the synth device (OPL) may
497 string "Full pathname of DSPxxx.LD firmware file"
498 depends on PSS_HAVE_BOOT
499 default "/etc/sound/dsp001.ld"
501 Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file,
505 tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
508 Answer Y if you have an original Sound Blaster card made by Creative
509 Labs or a 100% hardware compatible clone (like the Thunderboard or
510 SM Games). For an unknown card you may answer Y if the card claims
511 to be Sound Blaster-compatible.
513 Please read the file <file:Documentation/sound/oss/Soundblaster>.
515 You should also say Y here for cards based on the Avance Logic
516 ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and
517 for cards based on ESS chips (read
518 <file:Documentation/sound/oss/ESS1868> and
519 <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE
520 64, say Y here and also to "AWE32 synth" below and read
521 <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave
522 card, say Y here and read <file:Documentation/sound/oss/mwave>.
524 If you compile the driver into the kernel and don't want to use
525 isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
528 You can say M here to compile this driver as a module; the module is
532 tristate "Yamaha FM synthesizer (YM3812/OPL-3) support"
535 Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
536 Answering Y is usually a safe and recommended choice, however some
537 cards may have software (TSR) FM emulation. Enabling FM support with
538 these cards may cause trouble (I don't currently know of any such
539 cards, however). Please read the file
540 <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip.
542 If you compile the driver into the kernel, you have to add
543 "opl3=<io>" to the kernel command line.
547 config SOUND_UART6850
548 tristate "6850 UART support"
551 This option enables support for MIDI interfaces based on the 6850
552 UART chip. This interface is rarely found on sound cards. It's safe
553 to answer N to this question.
555 If you compile the driver into the kernel, you have to add
556 "uart6850=<io>,<irq>" to the kernel command line.
559 tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
562 Answer Y if you have a Gallant's Audio Excel DSP 16 card. This
563 driver supports Audio Excel DSP 16 but not the III nor PnP versions
566 The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or
567 a Microsoft Sound System card, so you should have said Y to either
568 "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
569 or "Microsoft Sound System support", above, and you need to answer
570 the "MSS emulation" and "SBPro emulation" questions below
571 accordingly. You should say Y to one and only one of these two
574 Read the <file:Documentation/sound/oss/README.OSS> file and the head of
575 <file:drivers/sound/aedsp16.c> as well as
576 <file:Documentation/sound/oss/AudioExcelDSP16> to get more information
577 about this driver and its configuration.
580 bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
581 depends on SOUND_AEDSP16
583 The SC6600 is the new version of DSP mounted on the Audio Excel DSP
584 16 cards. Find in the manual the FCC ID of your audio card and
585 answer Y if you have an SC6600 DSP.
588 bool "Activate SC-6600 Joystick Interface"
591 Say Y here in order to use the joystick interface of the Audio Excel
595 int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
599 This is used to activate the CD-ROM interface of the Audio Excel
600 DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no
603 config SC6600_CDROMBASE
604 hex "SC-6600 CDROM Interface I/O Address"
608 Base I/O port address for the CD-ROM interface of the Audio Excel
612 prompt "Audio Excel DSP 16"
614 depends on SOUND_AEDSP16
620 Answer Y if you want your audio card to emulate Microsoft Sound
621 System. You should then say Y to "Microsoft Sound System support"
622 and say N to "Audio Excel DSP 16 (SBPro emulation)".
625 bool "SBPro emulation"
628 Answer Y if you want your audio card to emulate Sound Blaster Pro.
629 You should then say Y to "100% Sound Blaster compatibles
630 (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS
633 If you compile the driver into the kernel, you have to add
634 "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel
640 tristate "VIDC 16-bit sound"
641 depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS
643 16-bit support for the VIDC onboard sound hardware found on Acorn
646 config SOUND_WAVEARTIST
647 tristate "Netwinder WaveArtist"
648 depends on ARM && SOUND_OSS && ARCH_NETWINDER
650 Say Y here to include support for the Rockwell WaveArtist sound
651 system. This driver is mainly for the NetWinder.
654 tristate "XpressAudio Sound Blaster emulation"
657 config SOUND_SH_DAC_AUDIO
658 tristate "SuperH DAC audio support"
659 depends on SOUND_PRIME && CPU_SH3
661 config SOUND_SH_DAC_AUDIO_CHANNEL
664 depends on SOUND_SH_DAC_AUDIO