Update of /cvsroot/alsa/alsa-kernel/pci/korg1212
In directory sc8-pr-cvs1:/tmp/cvs-serv6112
Modified Files:
korg1212.c
Log Message:
Arnd Bergmann <[EMAIL PROTECTED]>
The korg1212 driver has a global variable named 'rc' that pollutes
the namespace. This makes it static.
Index: korg1212.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/korg1212/korg1212.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- korg1212.c 2 Dec 2002 16:58:08 -0000 1.22
+++ korg1212.c 6 Jan 2003 09:24:55 -0000 1.23
@@ -464,7 +464,7 @@
0x0002 // selects source as local clock at 48 kHz
};
-snd_korg1212rc rc;
+static snd_korg1212rc rc;
MODULE_DEVICE_TABLE(pci, snd_korg1212_ids);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog