chiark / gitweb /
rules: apply 'audio' group of the static snd/{seq,timer} nodes
[elogind.git] / rules / rules.d / 50-udev-default.rules
index cd745effe079b483398ce9151416d9f59218e16b..cacb533db80564fb453af440b5b01f68ea1e884c 100644 (file)
@@ -38,7 +38,8 @@ SUBSYSTEM=="graphics",                GROUP="video"
 SUBSYSTEM=="drm",              GROUP="video"
 
 # sound
-SUBSYSTEM=="sound",            GROUP="audio"
+SUBSYSTEM=="sound",            GROUP="audio", \
+  OPTIONS+="static_node=snd/seq", OPTIONS+="static_node=snd/timer"
 
 # DVB (video)
 SUBSYSTEM=="dvb", GROUP="video"