Magellan Linux

Diff of /tags/udev-141-r3/udev/udev-alsa.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 516 by niro, Sat Mar 22 18:13:36 2008 UTC revision 760 by niro, Fri Apr 24 14:19:13 2009 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/40-alsa.rules:  alsa specific rules for udev  # /etc/udev/rules/40-alsa.rules:  alsa specific rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-alsa.rules.magellan,v 1.1 2008-03-22 18:13:32 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-alsa.rules.magellan,v 1.2 2009-04-24 14:19:13 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 18  Line 18 
18  # file that can be run before this one.  # file that can be run before this one.
19  #  #
20    
21    SUBSYSTEM=="sound", GROUP="audio"
22  KERNEL=="controlC[0-9]*", NAME="snd/%k"  KERNEL=="controlC[0-9]*", NAME="snd/%k"
23  KERNEL=="hwC[D0-9]*", NAME="snd/%k"  KERNEL=="hwC[D0-9]*", NAME="snd/%k"
24  KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k"  KERNEL=="pcmC[D0-9cp]*", NAME="snd/%k"
# Line 25  KERNEL=="midiC[D0-9]*", NAME="snd/%k" Line 26  KERNEL=="midiC[D0-9]*", NAME="snd/%k"
26  KERNEL=="timer", NAME="snd/%k"  KERNEL=="timer", NAME="snd/%k"
27  KERNEL=="seq", NAME="snd/%k"  KERNEL=="seq", NAME="snd/%k"
28  KERNEL=="mixer0", SYMLINK+="mixer"  KERNEL=="mixer0", SYMLINK+="mixer"
 KERNEL=="dsp0", SYMLINK+="dsp"  
 KERNEL=="audio0", SYMLINK+="audio"  

Legend:
Removed from v.516  
changed lines
  Added in v.760