linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Suse 40-alsa.rules syntax fix
@ 2006-04-25  2:42 David Brown
  2006-04-25  2:59 ` Kay Sievers
  2006-04-25  3:01 ` David Brown
  0 siblings, 2 replies; 3+ messages in thread
From: David Brown @ 2006-04-25  2:42 UTC (permalink / raw)
  To: linux-hotplug

Here's a syntax fix for the 40-alsa.rules in the suse etc dir
found out these broke when 090 came out

diff --git a/etc/udev/suse/40-alsa.rules b/etc/udev/suse/40-alsa.rules
index 79888dd..87097a4 100644
--- a/etc/udev/suse/40-alsa.rules
+++ b/etc/udev/suse/40-alsa.rules
@@ -1,5 +1,5 @@
-SUBSYSTEM="sound",             GROUP="audio"
-SUBSYSTEM="snd",               GROUP="audio"
+SUBSYSTEM="sound",            GROUP="audio"
+SUBSYSTEM="snd",              GROUP="audio"
 KERNEL="controlC[0-9]*",      NAME="snd/%k"
 KERNEL="hwC[D0-9]*",          NAME="snd/%k"
 KERNEL="pcmC[D0-9cp]*",       NAME="snd/%k"


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-25  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-25  2:42 [PATCH] Suse 40-alsa.rules syntax fix David Brown
2006-04-25  2:59 ` Kay Sievers
2006-04-25  3:01 ` David Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).