From: Vasilis Tsiligiannis Date: Wed, 2 Feb 2011 01:23:34 +0000 (+0000) Subject: [package] base-files: Fix alsa raw audio device hotplug rule X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9facbe0144865fad1905f46058f96681650c9d48 [package] base-files: Fix alsa raw audio device hotplug rule SVN-Revision: 25301 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index bd30e55632..dffca0b87f 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -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 }