File cdemu-daemon.sysconfig of Package cdemu-daemon
1
# Module to insert
2
MODULE=vhba
3
4
# Number of devices
5
DEVICES=1
6
7
# Control device
8
CTL_DEVICE=/dev/vhba_ctl
9
10
# Audio backend: pulse, alsa, oss, null (any driver supported by libao)
11
AUDIO_BACKEND=null
12