1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:27:40 +03:00

nanonote-files: restore sound configure when boot

This commit is contained in:
Xiangfu Liu 2011-04-22 14:20:12 +08:00
parent ba3ac45158
commit ad4e848b13

View File

@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
START=99
STOP=99
start() {
/usr/sbin/alsactl restore
}
stop() {
/usr/sbin/alsactl store
}