fixed 1677
SVN-Revision: 9314
This commit is contained in:
parent
80b7ff39f9
commit
58b8ecdf0d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ DEVICENAME ~~ (ppp) {
|
||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
||||||
DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
|
DEVICENAME ~~ (controlC[0-9]|pcmC0D0*|timer) {
|
||||||
nothrottle
|
nothrottle
|
||||||
makedev /dev/snd/%DEVICENAME% 0644
|
makedev /dev/snd/%DEVICENAME% 0644
|
||||||
next
|
next
|
||||||
|
|
Loading…
Reference in a new issue