mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-10 19:15:56 +07:00
11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
SUBSYSTEM=="sound", GROUP="audio"
|
|
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"
|