]> bbs.cooldavid.org Git - net-next-2.6.git/blame - sound/oss/Kconfig
Net: ipv4: netfilter: Makefile: Remove deprecated kbuild goal definitions
[net-next-2.6.git] / sound / oss / Kconfig
CommitLineData
1da177e4
LT
1# 18 Apr 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
2# More hacking for modularisation.
3#
4# Prompt user for primary drivers.
cecd1ca0 5
1da177e4
LT
6config SOUND_BCM_CS4297A
7 tristate "Crystal Sound CS4297a (for Swarm)"
72860b0f 8 depends on SIBYTE_SWARM
1da177e4
LT
9 help
10 The BCM91250A has a Crystal CS4297a on synchronous serial
11 port B (in addition to the DB-9 serial port). Say Y or M
12 here to enable the sound chip instead of the UART. Also
13 note that CONFIG_KGDB should not be enabled at the same
14 time, since it also attempts to use this UART port.
15
1da177e4
LT
16config SOUND_VWSND
17 tristate "SGI Visual Workstation Sound"
72860b0f 18 depends on X86_VISWS
1da177e4
LT
19 help
20 Say Y or M if you have an SGI Visual Workstation and you want to be
21 able to use its on-board audio. Read
22 <file:Documentation/sound/oss/vwsnd> for more info on this driver's
23 capabilities.
24
1da177e4 25config SOUND_AU1550_AC97
bb12b76e 26 tristate "Au1550/Au1200 AC97 Sound"
72860b0f 27 depends on SOC_AU1550 || SOC_AU1200
1da177e4 28
1da177e4
LT
29config SOUND_MSNDCLAS
30 tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
72860b0f 31 depends on (m || !STANDALONE) && ISA
1da177e4
LT
32 help
33 Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
34 Monterey (not for the Pinnacle or Fiji).
35
36 See <file:Documentation/sound/oss/MultiSound> for important information
37 about this driver. Note that it has been discontinued, but the
38 Voyetra Turtle Beach knowledge base entry for it is still available
39 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
40
41comment "Compiled-in MSND Classic support requires firmware during compilation."
42 depends on SOUND_PRIME && SOUND_MSNDCLAS=y
43
44config MSNDCLAS_HAVE_BOOT
45 bool
46 depends on SOUND_MSNDCLAS=y && !STANDALONE
47 default y
48
49config MSNDCLAS_INIT_FILE
50 string "Full pathname of MSNDINIT.BIN firmware file"
51 depends on SOUND_MSNDCLAS
52 default "/etc/sound/msndinit.bin"
53 help
54 The MultiSound cards have two firmware files which are required for
55 operation, and are not currently included. These files can be
56 obtained from Turtle Beach. See
57 <file:Documentation/sound/oss/MultiSound> for information on how to
58 obtain this.
59
60config MSNDCLAS_PERM_FILE
61 string "Full pathname of MSNDPERM.BIN firmware file"
62 depends on SOUND_MSNDCLAS
63 default "/etc/sound/msndperm.bin"
64 help
65 The MultiSound cards have two firmware files which are required for
66 operation, and are not currently included. These files can be
67 obtained from Turtle Beach. See
68 <file:Documentation/sound/oss/MultiSound> for information on how to
69 obtain this.
70
71config MSNDCLAS_IRQ
72 int "MSND Classic IRQ 5, 7, 9, 10, 11, 12"
73 depends on SOUND_MSNDCLAS=y
74 default "5"
75 help
76 Interrupt Request line for the MultiSound Classic and related cards.
77
78config MSNDCLAS_MEM
79 hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000"
80 depends on SOUND_MSNDCLAS=y
81 default "D0000"
82 help
83 Memory-mapped I/O base address for the MultiSound Classic and
84 related cards.
85
86config MSNDCLAS_IO
87 hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
88 depends on SOUND_MSNDCLAS=y
89 default "290"
90 help
91 I/O port address for the MultiSound Classic and related cards.
92
93config SOUND_MSNDPIN
94 tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji"
72860b0f 95 depends on (m || !STANDALONE) && ISA
1da177e4
LT
96 help
97 Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji.
98 See <file:Documentation/sound/oss/MultiSound> for important information
99 about this driver. Note that it has been discontinued, but the
100 Voyetra Turtle Beach knowledge base entry for it is still available
101 at <http://www.turtlebeach.com/site/kb_ftp/600.asp>.
102
103comment "Compiled-in MSND Pinnacle support requires firmware during compilation."
104 depends on SOUND_PRIME && SOUND_MSNDPIN=y
105
106config MSNDPIN_HAVE_BOOT
107 bool
108 depends on SOUND_MSNDPIN=y
109 default y
110
111config MSNDPIN_INIT_FILE
112 string "Full pathname of PNDSPINI.BIN firmware file"
113 depends on SOUND_MSNDPIN
114 default "/etc/sound/pndspini.bin"
115 help
116 The MultiSound cards have two firmware files which are required
117 for operation, and are not currently included. These files can be
118 obtained from Turtle Beach. See
119 <file:Documentation/sound/oss/MultiSound> for information on how to
120 obtain this.
121
122config MSNDPIN_PERM_FILE
123 string "Full pathname of PNDSPERM.BIN firmware file"
124 depends on SOUND_MSNDPIN
125 default "/etc/sound/pndsperm.bin"
126 help
127 The MultiSound cards have two firmware files which are required for
128 operation, and are not currently included. These files can be
129 obtained from Turtle Beach. See
130 <file:Documentation/sound/oss/MultiSound> for information on how to
131 obtain this.
132
133config MSNDPIN_IRQ
134 int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12"
135 depends on SOUND_MSNDPIN=y
136 default "5"
137 help
138 Interrupt request line for the primary synthesizer on MultiSound
139 Pinnacle and Fiji sound cards.
140
141config MSNDPIN_MEM
142 hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000"
143 depends on SOUND_MSNDPIN=y
144 default "D0000"
145 help
146 Memory-mapped I/O base address for the primary synthesizer on
147 MultiSound Pinnacle and Fiji sound cards.
148
149config MSNDPIN_IO
150 hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0"
151 depends on SOUND_MSNDPIN=y
152 default "290"
153 help
154 Memory-mapped I/O base address for the primary synthesizer on
155 MultiSound Pinnacle and Fiji sound cards.
156
157config MSNDPIN_DIGITAL
158 bool "MSND Pinnacle has S/PDIF I/O"
159 depends on SOUND_MSNDPIN=y
160 help
161 If you have the S/PDIF daughter board for the Pinnacle or Fiji,
162 answer Y here; otherwise, say N. If you have this, you will be able
163 to play and record from the S/PDIF port (digital signal). See
164 <file:Documentation/sound/oss/MultiSound> for information on how to make
165 use of this capability.
166
167config MSNDPIN_NONPNP
168 bool "MSND Pinnacle non-PnP Mode"
169 depends on SOUND_MSNDPIN=y
170 help
171 The Pinnacle and Fiji card resources can be configured either with
172 PnP, or through a configuration port. Say Y here if your card is NOT
173 in PnP mode. For the Pinnacle, configuration in non-PnP mode allows
174 use of the IDE and joystick peripherals on the card as well; these
175 do not show up when the card is in PnP mode. Specifying zero for any
176 resource of a device will disable the device. If you are running the
177 card in PnP mode, you must say N here and use isapnptools to
178 configure the card's resources.
179
180comment "MSND Pinnacle DSP section will be configured to above parameters."
72860b0f 181 depends on SOUND_MSNDPIN=y && MSNDPIN_NONPNP
1da177e4
LT
182
183config MSNDPIN_CFG
184 hex "MSND Pinnacle config port 250,260,270"
185 depends on MSNDPIN_NONPNP
186 default "250"
187 help
188 This is the port which the Pinnacle and Fiji uses to configure the
189 card's resources when not in PnP mode. If your card is in PnP mode,
190 then be sure to say N to the previous option, "MSND Pinnacle Non-PnP
191 Mode".
192
193comment "Pinnacle-specific Device Configuration (0 disables)"
72860b0f 194 depends on SOUND_MSNDPIN=y && MSNDPIN_NONPNP
1da177e4
LT
195
196config MSNDPIN_MPU_IO
197 hex "MSND Pinnacle MPU I/O (e.g. 330)"
198 depends on MSNDPIN_NONPNP
199 default "0"
200 help
201 Memory-mapped I/O base address for the Kurzweil daughterboard
202 synthesizer on MultiSound Pinnacle and Fiji sound cards.
203
204config MSNDPIN_MPU_IRQ
205 int "MSND Pinnacle MPU IRQ (e.g. 9)"
206 depends on MSNDPIN_NONPNP
207 default "0"
208 help
209 Interrupt request number for the Kurzweil daughterboard
210 synthesizer on MultiSound Pinnacle and Fiji sound cards.
211
212config MSNDPIN_IDE_IO0
213 hex "MSND Pinnacle IDE I/O 0 (e.g. 170)"
214 depends on MSNDPIN_NONPNP
215 default "0"
216 help
217 CD-ROM drive 0 memory-mapped I/O base address for the MultiSound
218 Pinnacle and Fiji sound cards.
219
220config MSNDPIN_IDE_IO1
221 hex "MSND Pinnacle IDE I/O 1 (e.g. 376)"
222 depends on MSNDPIN_NONPNP
223 default "0"
224 help
225 CD-ROM drive 1 memory-mapped I/O base address for the MultiSound
226 Pinnacle and Fiji sound cards.
227
228config MSNDPIN_IDE_IRQ
229 int "MSND Pinnacle IDE IRQ (e.g. 15)"
230 depends on MSNDPIN_NONPNP
231 default "0"
232 help
233 Interrupt request number for the IDE CD-ROM interface on the
234 MultiSound Pinnacle and Fiji sound cards.
235
236config MSNDPIN_JOYSTICK_IO
237 hex "MSND Pinnacle joystick I/O (e.g. 200)"
238 depends on MSNDPIN_NONPNP
239 default "0"
240 help
241 Memory-mapped I/O base address for the joystick port on MultiSound
242 Pinnacle and Fiji sound cards.
243
244config MSND_FIFOSIZE
245 int "MSND buffer size (kB)"
72860b0f 246 depends on SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y
1da177e4
LT
247 default "128"
248 help
249 Configures the size of each audio buffer, in kilobytes, for
250 recording and playing in the MultiSound drivers (both the Classic
251 and Pinnacle). Larger values reduce the chance of data overruns at
252 the expense of overall latency. If unsure, use the default.
253
72860b0f 254menuconfig SOUND_OSS
1da177e4 255 tristate "OSS sound modules"
72860b0f 256 depends on ISA_DMA_API && VIRT_TO_BUS
1da177e4
LT
257 help
258 OSS is the Open Sound System suite of sound card drivers. They make
259 sound programming easier since they provide a common API. Say Y or
260 M here (the module will be called sound) if you haven't found a
261 driver for your sound card above, then pick your driver from the
262 list below.
263
72860b0f
TI
264if SOUND_OSS
265
1da177e4
LT
266config SOUND_TRACEINIT
267 bool "Verbose initialisation"
1da177e4
LT
268 help
269 Verbose soundcard initialization -- affects the format of autoprobe
270 and initialization messages at boot time.
271
272config SOUND_DMAP
273 bool "Persistent DMA buffers"
1da177e4
LT
274 ---help---
275 Linux can often have problems allocating DMA buffers for ISA sound
276 cards on machines with more than 16MB of RAM. This is because ISA
277 DMA buffers must exist below the 16MB boundary and it is quite
278 possible that a large enough free block in this region cannot be
279 found after the machine has been running for a while. If you say Y
280 here the DMA buffers (64Kb) will be allocated at boot time and kept
281 until the shutdown. This option is only useful if you said Y to
282 "OSS sound modules", above. If you said M to "OSS sound modules"
283 then you can get the persistent DMA buffer functionality by passing
284 the command-line argument "dmabuf=1" to the sound module.
285
286 Say Y unless you have 16MB or more RAM or a PCI sound card.
287
1da177e4
LT
288config SOUND_VMIDI
289 tristate "Loopback MIDI device support"
1da177e4
LT
290 help
291 Support for MIDI loopback on port 1 or 2.
292
293config SOUND_TRIX
294 tristate "MediaTrix AudioTrix Pro support"
1da177e4
LT
295 help
296 Answer Y if you have the AudioTriX Pro sound card manufactured
297 by MediaTrix.
298
299config TRIX_HAVE_BOOT
300 bool "Have TRXPRO.HEX firmware file"
301 depends on SOUND_TRIX=y && !STANDALONE
302 help
303 The MediaTrix AudioTrix Pro has an on-board microcontroller which
304 needs to be initialized by downloading the code from the file
305 TRXPRO.HEX in the DOS driver directory. If you don't have the
306 TRXPRO.HEX file handy you may skip this step. However, the SB and
307 MPU-401 modes of AudioTrix Pro will not work without this file!
308
309config TRIX_BOOT_FILE
310 string "Full pathname of TRXPRO.HEX firmware file"
311 depends on TRIX_HAVE_BOOT
312 default "/etc/sound/trxpro.hex"
313 help
314 Enter the full pathname of your TRXPRO.HEX file, starting from /.
315
316config SOUND_MSS
317 tristate "Microsoft Sound System support"
1da177e4
LT
318 ---help---
319 Again think carefully before answering Y to this question. It's
320 safe to answer Y if you have the original Windows Sound System card
321 made by Microsoft or Aztech SG 16 Pro (or NX16 Pro). Also you may
322 say Y in case your card is NOT among these:
323
324 ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16,
325 Ensoniq SoundScape (and compatibles made by Reveal and Spea),
326 Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max,
327 Gravis Ultrasound with 16 bit option, Logitech Sound Man 16,
328 Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi
329 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft
330 Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid
331 SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro
332 Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface,
333 Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound
334 Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M
335 notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM
336 synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface.
337
338 For cards having native support in VoxWare, consult the card
339 specific instructions in <file:Documentation/sound/oss/README.OSS>.
340 Some drivers have their own MSS support and saying Y to this option
341 will cause a conflict.
342
343 If you compile the driver into the kernel, you have to add
344 "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command
345 line.
346
347config SOUND_MPU401
348 tristate "MPU-401 support (NOT for SB16)"
1da177e4
LT
349 ---help---
350 Be careful with this question. The MPU401 interface is supported by
351 all sound cards. However, some natively supported cards have their
352 own driver for MPU401. Enabling this MPU401 option with these cards
353 will cause a conflict. Also, enabling MPU401 on a system that
354 doesn't really have a MPU401 could cause some trouble. If your card
355 was in the list of supported cards, look at the card specific
356 instructions in the <file:Documentation/sound/oss/README.OSS> file. It
357 is safe to answer Y if you have a true MPU401 MIDI interface card.
358
359 If you compile the driver into the kernel, you have to add
360 "mpu401=<io>,<irq>" to the kernel command line.
361
1da177e4
LT
362config SOUND_PAS
363 tristate "ProAudioSpectrum 16 support"
1da177e4
LT
364 ---help---
365 Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio
366 16 or Logitech SoundMan 16 sound card. Answer N if you have some
367 other card made by Media Vision or Logitech since those are not
368 PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>.
369 It is not necessary to add Sound Blaster support separately; it
370 is included in PAS support.
371
372 If you compile the driver into the kernel, you have to add
373 "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2>
374 to the kernel command line.
375
376config PAS_JOYSTICK
377 bool "Enable PAS16 joystick port"
378 depends on SOUND_PAS=y
379 help
380 Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick
381 port.
382
383config SOUND_PSS
384 tristate "PSS (AD1848, ADSP-2115, ESC614) support"
1da177e4
LT
385 help
386 Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven
387 ADSP-16 or some other card based on the PSS chipset (AD1848 codec +
388 ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on
389 how to compile it into the kernel or as a module see the file
390 <file:Documentation/sound/oss/PSS>.
391
392 If you compile the driver into the kernel, you have to add
393 "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel
394 command line.
395
396config PSS_MIXER
44c09201 397 bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)"
1da177e4
LT
398 depends on SOUND_PSS
399 help
400 Answer Y for Beethoven ADSP-16. You may try to say Y also for other
401 cards if they have master volume, bass, treble, and you can't
402 control it under Linux. If you answer N for Beethoven ADSP-16, you
403 can't control master volume, bass, treble and synth volume.
404
405 If you said M to "PSS support" above, you may enable or disable this
406 PSS mixer with the module parameter pss_mixer. For more information
407 see the file <file:Documentation/sound/oss/PSS>.
408
409config PSS_HAVE_BOOT
410 bool "Have DSPxxx.LD firmware file"
411 depends on SOUND_PSS && !STANDALONE
412 help
413 If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y
414 to include this file. Without this file the synth device (OPL) may
415 not work.
416
417config PSS_BOOT_FILE
418 string "Full pathname of DSPxxx.LD firmware file"
419 depends on PSS_HAVE_BOOT
420 default "/etc/sound/dsp001.ld"
421 help
422 Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file,
423 starting from /.
424
425config SOUND_SB
426 tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
1da177e4
LT
427 ---help---
428 Answer Y if you have an original Sound Blaster card made by Creative
429 Labs or a 100% hardware compatible clone (like the Thunderboard or
430 SM Games). For an unknown card you may answer Y if the card claims
431 to be Sound Blaster-compatible.
432
433 Please read the file <file:Documentation/sound/oss/Soundblaster>.
434
435 You should also say Y here for cards based on the Avance Logic
436 ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and
437 for cards based on ESS chips (read
438 <file:Documentation/sound/oss/ESS1868> and
439 <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE
440 64, say Y here and also to "AWE32 synth" below and read
441 <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave
442 card, say Y here and read <file:Documentation/sound/oss/mwave>.
443
444 If you compile the driver into the kernel and don't want to use
445 isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel
446 command line.
447
448 You can say M here to compile this driver as a module; the module is
449 called sb.
450
1da177e4
LT
451config SOUND_YM3812
452 tristate "Yamaha FM synthesizer (YM3812/OPL-3) support"
1da177e4
LT
453 ---help---
454 Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4).
455 Answering Y is usually a safe and recommended choice, however some
456 cards may have software (TSR) FM emulation. Enabling FM support with
457 these cards may cause trouble (I don't currently know of any such
458 cards, however). Please read the file
459 <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip.
460
461 If you compile the driver into the kernel, you have to add
462 "opl3=<io>" to the kernel command line.
463
464 If unsure, say Y.
465
1da177e4
LT
466config SOUND_UART6850
467 tristate "6850 UART support"
1da177e4
LT
468 help
469 This option enables support for MIDI interfaces based on the 6850
470 UART chip. This interface is rarely found on sound cards. It's safe
471 to answer N to this question.
472
473 If you compile the driver into the kernel, you have to add
474 "uart6850=<io>,<irq>" to the kernel command line.
475
476config SOUND_AEDSP16
477 tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)"
1da177e4
LT
478 ---help---
479 Answer Y if you have a Gallant's Audio Excel DSP 16 card. This
480 driver supports Audio Excel DSP 16 but not the III nor PnP versions
481 of this card.
482
483 The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or
484 a Microsoft Sound System card, so you should have said Y to either
485 "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support"
486 or "Microsoft Sound System support", above, and you need to answer
487 the "MSS emulation" and "SBPro emulation" questions below
488 accordingly. You should say Y to one and only one of these two
489 questions.
490
491 Read the <file:Documentation/sound/oss/README.OSS> file and the head of
889c94a1 492 <file:sound/oss/aedsp16.c> as well as
1da177e4
LT
493 <file:Documentation/sound/oss/AudioExcelDSP16> to get more information
494 about this driver and its configuration.
495
496config SC6600
497 bool "SC-6600 based audio cards (new Audio Excel DSP 16)"
498 depends on SOUND_AEDSP16
499 help
500 The SC6600 is the new version of DSP mounted on the Audio Excel DSP
501 16 cards. Find in the manual the FCC ID of your audio card and
502 answer Y if you have an SC6600 DSP.
503
504config SC6600_JOY
505 bool "Activate SC-6600 Joystick Interface"
506 depends on SC6600
507 help
508 Say Y here in order to use the joystick interface of the Audio Excel
509 DSP 16 card.
510
511config SC6600_CDROM
512 int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)"
513 depends on SC6600
514 default "4"
515 help
516 This is used to activate the CD-ROM interface of the Audio Excel
517 DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no
518 CD-ROM present.
519
520config SC6600_CDROMBASE
521 hex "SC-6600 CDROM Interface I/O Address"
522 depends on SC6600
523 default "0"
524 help
525 Base I/O port address for the CD-ROM interface of the Audio Excel
526 DSP 16 card.
527
1da177e4
LT
528config SOUND_VIDC
529 tristate "VIDC 16-bit sound"
72860b0f 530 depends on ARM && (ARCH_ACORN || ARCH_CLPS7500)
1da177e4
LT
531 help
532 16-bit support for the VIDC onboard sound hardware found on Acorn
533 machines.
534
535config SOUND_WAVEARTIST
536 tristate "Netwinder WaveArtist"
72860b0f 537 depends on ARM && ARCH_NETWINDER
1da177e4
LT
538 help
539 Say Y here to include support for the Rockwell WaveArtist sound
540 system. This driver is mainly for the NetWinder.
541
1da177e4
LT
542config SOUND_KAHLUA
543 tristate "XpressAudio Sound Blaster emulation"
544 depends on SOUND_SB
545
72860b0f
TI
546endif # SOUND_OSS
547