[package] base-files: Fix alsa raw audio device hotplug rule
[openwrt.git] / package / base-files / files / etc / hotplug2-common.rules
index bd30e55..dffca0b 100644 (file)
@@ -18,7 +18,7 @@ DEVICENAME ~~ ^ppp {
        next-event
 }
 
-DEVICENAME ~~ (^controlC[0-9]$|^pcmC0D0|^timer$) {
+DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {
        makedev /dev/snd/%DEVICENAME% 0644
        next-event
 }