mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-01-09 12:30:14 +02:00
27 lines
254 B
Plaintext
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
|
||
|
}
|