Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
In directory sc8-pr-cvs1:/tmp/cvs-serv18040/emu10k1

Modified Files:
        emuproc.c 
Log Message:
Art Haas <[EMAIL PROTECTED]>
Here is a set of patches for files in sound/pci that convert the files
to use C99 initializers. The patches are against the current BK.


Index: emuproc.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emuproc.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- emuproc.c   7 Jan 2003 10:36:31 -0000       1.12
+++ emuproc.c   1 Mar 2003 19:03:22 -0000       1.13
@@ -232,7 +232,7 @@
 }
 
 static struct snd_info_entry_ops snd_emu10k1_proc_ops_fx8010 = {
-       read: snd_emu10k1_fx8010_read,
+       .read = snd_emu10k1_fx8010_read,
 };
 
 int __devinit snd_emu10k1_proc_init(emu10k1_t * emu)



-------------------------------------------------------
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

Reply via email to