#!/bin/sh /etc/rc.common

START=99
STOP=99

start() {
	/usr/sbin/alsactl restore
}

stop() {
	/usr/sbin/alsactl store
}
