mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
Store/restore alsa settings correctly.
Update asound.state to enable microphone by default.
This commit is contained in:
@@ -4,9 +4,9 @@ START=99
|
||||
STOP=99
|
||||
|
||||
start() {
|
||||
/usr/sbin/alsactl restore
|
||||
/usr/sbin/alsactl restore -f /etc/asound.state
|
||||
}
|
||||
|
||||
stop() {
|
||||
/usr/sbin/alsactl store
|
||||
/usr/sbin/alsactl store -f /etc/asound.state
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user