base-files: Fix alsa raw audio device hotplug rule
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Wed, 2 Feb 2011 01:23:34 +0000 (01:23 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Wed, 2 Feb 2011 01:23:34 +0000 (01:23 +0000)
SVN-Revision: 25301

package/base-files/files/etc/hotplug2-common.rules

index bd30e5563262488dc49b33f7ab97a010bd2ed64f..dffca0b87f27c974275f903b9f4a84a05ae2c112 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
 }