]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules.d/60-persistent-alsa.rules
test: make coverage runs happy with capsule@.service
[thirdparty/systemd.git] / rules.d / 60-persistent-alsa.rules
CommitLineData
dc544062
LP
1# do not edit this file, it will be overwritten on update
2
4b06c409 3ACTION=="remove", GOTO="persistent_alsa_end"
dc544062
LP
4SUBSYSTEM!="sound", GOTO="persistent_alsa_end"
5KERNEL!="controlC[0-9]*", GOTO="persistent_alsa_end"
6
d7867b31 7SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
2ba5c378
KS
8ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}"
9ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
dc544062 10
d7867b31 11IMPORT{builtin}="path_id"
873be895
YW
12ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}"
13ENV{ID_PATH_WITH_USB_REVISION}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH_WITH_USB_REVISION}"
dc544062
LP
14
15LABEL="persistent_alsa_end"