mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 00:24:12 +00:00
base-files: Fix alsa raw audio device hotplug rule
SVN-Revision: 25301
This commit is contained in:
parent
325ef30254
commit
bd8a1549eb
@ -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…
x
Reference in New Issue
Block a user