mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02:00
[package] base-files: Fix alsa raw audio device hotplug rule
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25301 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ab17079a99
commit
4afdf2ad81
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user