# Sound hardware defaults.
# Service enable/start policy lives in /etc/services.conf.

SOUND_SERVICE=sound
SOUND_DEVICE=/dev/dsp
SOUND_DRIVER=sb
SOUND_RATE=22222
SOUND_CHANNELS=1
SOUND_SB_PORT=0x220
SOUND_SB_IRQ=5
SOUND_SB_DMA=1
SOUND_DRIVER_MODE=interrupt

# OPTi/MAD16 cards can be forced into Sound Blaster mode before SB probing.
# Keep this off by default for real SB cards and enable it only when the
# board requires register bringup.  Blank route fields reuse the SB route.
SOUND_OPTI_SB_MODE=on
SOUND_OPTI_SB_PORT=
SOUND_OPTI_SB_IRQ=
SOUND_OPTI_SB_DMA=

# Older tools and kernels use the MAD16 names.  Keep them in sync with the
# OPTi names so either spelling describes the same optional bringup.
SOUND_MAD16=on
SOUND_MAD16_PORT=
SOUND_MAD16_IRQ=
SOUND_MAD16_DMA=
