base-files: Fix alsa raw audio device hotplug rule

SVN-Revision: 25301
This commit is contained in:
Vasilis Tsiligiannis 2011-02-02 01:23:34 +00:00
parent 325ef30254
commit bd8a1549eb
1 changed files with 1 additions and 1 deletions

View 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
}