mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
Revert "nanonote-files: add software volume control"
make arecord not working
This reverts commit 28188074d9.
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user