mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-11-01 00:51:08 +03:00
282988c4f8
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
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"
|
|
KERNEL=="dsp0", SYMLINK+="dsp"
|
|
KERNEL=="audio0", SYMLINK+="audio"
|