mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +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
|
next-event
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVICENAME ~~ (^controlC[0-9]$|^pcmC0D0|^timer$) {
|
DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {
|
||||||
makedev /dev/snd/%DEVICENAME% 0644
|
makedev /dev/snd/%DEVICENAME% 0644
|
||||||
next-event
|
next-event
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user