chiark / gitweb /
rules: Gentoo update
authorMatthias Schwarzott <zzam@gentoo.org>
Tue, 25 Sep 2007 15:52:42 +0000 (17:52 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 25 Sep 2007 15:52:42 +0000 (17:52 +0200)
etc/udev/gentoo/40-audio.rules [deleted file]
etc/udev/gentoo/65-permissions.rules

diff --git a/etc/udev/gentoo/40-audio.rules b/etc/udev/gentoo/40-audio.rules
deleted file mode 100644 (file)
index 8dfcb28..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-# alsa devices
-SUBSYSTEM=="sound", GROUP="audio"
-KERNEL=="controlC[0-9]*",      NAME="snd/%k"
-KERNEL=="hwC[D0-9]*",          NAME="snd/%k"
-KERNEL=="pcmC[D0-9cp]*",       NAME="snd/%k"
-KERNEL=="midiC[D0-9]*",                NAME="snd/%k"
-KERNEL=="timer",               NAME="snd/%k"
-KERNEL=="seq",                 NAME="snd/%k"
-
-# Do we need these? upstream has this in 40-alsa.rules, but we never had these
-#KERNEL=="mixer0",             SYMLINK+="mixer"
-#KERNEL=="dsp0",                       SYMLINK+="dsp"
-#KERNEL=="audio0",             SYMLINK+="audio"
-
-# sound devices
-KERNEL=="adsp|adsp[0-9]*",             NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
-KERNEL=="audio|audio[0-9]*",           NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
-KERNEL=="dsp|dsp[0-9]*",               NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
-KERNEL=="mixer|mixer[0-9]*",           NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
-KERNEL=="sequencer|sequencer[0-9]*",   NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
-
index 1cc31af9eed3ceaed3aea2c4672d20c26577de47..523c79d7f8d9a3b7adecb9a54a35159a74503516 100644 (file)
@@ -18,3 +18,5 @@ SUBSYSTEMS=="scsi", KERNEL=="sg[0-9]*", ATTRS{type}=="[18]", GROUP="tape", MODE=
 KERNEL=="ippp*|isdn*|dcbri*", GROUP="uucp"
 KERNEL=="pilot",       GROUP="uucp"
 
+# sound devices (sound=alsa, snd=oss)
+SUBSYSTEM=="sound|snd",        GROUP="audio"