1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-01-23 14:11:06 +02:00

16 lines
199 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
START=01
STOP=01
start() {
/usr/sbin/alsactl restore -f /etc/asound.state
return 0
}
stop() {
/usr/sbin/alsactl store -f /etc/asound.state
killall gmenu2x
return 0
}