27 lines
326 B
Plaintext
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
|
|
}
|