1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-06 04:55:27 +03:00
openwrt-packages/nanonote-files/script-files/etc/asound.conf
2011-08-23 09:29:43 +08:00

27 lines
254 B
Plaintext

pcm.!default {
type plug
slave {
pcm "softvol"
}
}
pcm.softvol {
type softvol
slave {
pcm "dmix"
}
control {
name "PCM"
card 0
count 1
}
}
# For OSS emulation
pcm.dsp0 {
type plug
slave.pcm "softvol"
}
ctl.mixer0 {
type hw
card 0
}