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

16 lines
199 B
Bash
Executable File

#!/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
}