linuxOS_AP05/debian/test/usr/share/alsa/alsa.conf.d/50-oss.conf
2025-09-26 09:40:02 +08:00

27 lines
326 B
Plaintext

pcm.oss {
@args [ DEVICE ]
@args.DEVICE {
type string
default "/dev/dsp"
}
type oss
port $DEVICE
hint {
show {
@func refer
name defaults.namehint.basic
}
description "Open Sound System"
}
}
ctl.oss {
@args [ DEVICE ]
@args.DEVICE {
type string
default "/dev/mixer"
}
type oss
device $DEVICE
}