1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
systemd/rules/packages/40-alsa.rules

11 lines
348 B
Plaintext
Raw Normal View History

2007-08-10 14:40:17 +04:00
# do not edit this file, it will be overwritten on update
2008-12-22 18:19:38 +03:00
SUBSYSTEM=="sound", GROUP="audio"
2007-08-10 14:40:17 +04:00
KERNEL=="controlC[0-9]*", NAME="snd/%k"
KERNEL=="hwC[D0-9]*", NAME="snd/%k"
KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k"
KERNEL=="midiC[D0-9]*", NAME="snd/%k"
KERNEL=="timer", NAME="snd/%k"
KERNEL=="seq", NAME="snd/%k"
KERNEL=="mixer0", SYMLINK+="mixer"