summaryrefslogtreecommitdiff
path: root/alsactl/90-alsa-restore.rules.in
blob: 3ce9a6540d551cdfe1d10a43e7f767c27c551fe7 (plain)
1
2
3
4
5
6
7
8
ACTION=="add", SUBSYSTEM=="sound", KERNEL=="controlC*", KERNELS!="card*", GOTO="alsa_restore_go"
GOTO="alsa_restore_end"

LABEL="alsa_restore_go"
TEST!="/etc/alsa/state-daemon.conf", RUN+="@sbindir@/alsactl restore $attr{number}"
TEST=="/etc/alsa/state-daemon.conf", RUN+="@sbindir@/alsactl nrestore $attr{number}"

LABEL="alsa_restore_end"