mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05: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…
	
		Reference in New Issue
	
	Block a user