Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
ACTION=="add", SUBSYSTEM=="sound", KERNEL=="controlC*", \
|
|
|
2 |
RUN+="/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main restore /dev/$name"
|
|
|
3 |
ACTION=="remove", SUBSYSTEM=="sound", KERNEL=="controlC*", \
|
|
|
4 |
RUN+="/sbin/alsactl -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf store /dev/$name"
|