# JLdL 06Oct04.
#
# The sound card is a Creative ISA-PNP Sound Blaster AWE64.
alias char-major-14 sb
alias sound-slot-0 char-major-14
#
# The synth0 is the internal SB uart.
alias synth0 uart401
#
# At some point kmod complained it could not find these.
alias sound-slot-1 char-major-14
alias sound-service-0-0 char-major-14
alias sound-service-0-3 char-major-14
alias sound-service-1-3 char-major-14
# 
# Load opl3 after sb.
post-install sb /sbin/modprobe "-k" "opl3"
# Load awe_wave after opl3.
post-install opl3 /sbin/modprobe "-k" "awe_wave"
# Load the main AWE sound sample.
post-install awe_wave /usr/bin/sfxload /usr/local/lib/awe/synthgm.sbk
#
# Options for everything.
options sb io=0x220 irq=10 dma=1 dma16=5 mpu_io=0x330
options opl3 io=0x388
options awe_wave io=0x0620
#
# Make the sound module keep the DMA buffer below 16 MB.
options sound dmabuf=1
