1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00
systemd-stable/rules/60-persistent-alsa.rules

15 lines
616 B
Plaintext
Raw Normal View History

2009-06-16 22:26:20 +04:00
# do not edit this file, it will be overwritten on update
2010-04-12 18:52:41 +04:00
ACTION=="remove", GOTO="persistent_alsa_end"
2009-06-16 22:26:20 +04:00
SUBSYSTEM!="sound", GOTO="persistent_alsa_end"
KERNEL!="controlC[0-9]*", GOTO="persistent_alsa_end"
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}"
ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
2009-06-16 22:26:20 +04:00
IMPORT{builtin}="path_id"
2009-06-16 22:26:20 +04:00
ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}"
LABEL="persistent_alsa_end"