summaryrefslogtreecommitdiff
path: root/src/grp-udev/60-persistent-alsa.rules
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-07 23:06:35 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-07 23:06:35 -0400
commitfc37028d89f36352948b2302a57efdf25d63197a (patch)
tree702822ef25cb210e53db9583ec050d565833597f /src/grp-udev/60-persistent-alsa.rules
parente06d0b33aa068c316e2992bfc642a6a9c04334c6 (diff)
have udev rule in a subdirectory
Diffstat (limited to 'src/grp-udev/60-persistent-alsa.rules')
-rw-r--r--src/grp-udev/60-persistent-alsa.rules14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/grp-udev/60-persistent-alsa.rules b/src/grp-udev/60-persistent-alsa.rules
deleted file mode 100644
index 8154e2dbb5..0000000000
--- a/src/grp-udev/60-persistent-alsa.rules
+++ /dev/null
@@ -1,14 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION=="remove", GOTO="persistent_alsa_end"
-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}"
-
-IMPORT{builtin}="path_id"
-ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}"
-
-LABEL="persistent_alsa_end"