# --- ALSA portion ---
alias char-major-116 snd
alias snd-card-0 snd-via82xx
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# module options should go here
# index int array (min = 1, max = 8), description "Index value for VIA 82xx bridge."
# id string array (min = 1, max = 8), description "ID string for VIA 82xx bridge."
# enable int array (min = 1, max = 8), description "Enable audio part of VIA 82xx bridge."
# mpu_port long array (min = 1, max = 8), description "MPU-401 port. (VT82C686x only)"
# joystick int array (min = 1, max = 8), description "Enable joystick. (VT82C686x only)"
# ac97_clock int array (min = 1, max = 8), description "AC'97 codec clock (default 48000Hz)."
# dxs_support int array (min = 1, max = 8), description "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA)"
options snd major=116 cards_limit=1 device_mode=0666
options snd-via82xx index=0 dxs_support=3
|