Update of /cvsroot/alsa/alsa-lib/src/hwdep
In directory sc8-pr-cvs1:/tmp/cvs-serv28347/hwdep

Modified Files:
        hwdep_hw.c 
Log Message:
fixes by Art Haas <[EMAIL PROTECTED]>:

rewritten with C99 struct initialization style.



Index: hwdep_hw.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/hwdep/hwdep_hw.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hwdep_hw.c  25 Feb 2003 12:45:45 -0000      1.9
+++ hwdep_hw.c  25 Jul 2003 17:02:02 -0000      1.10
@@ -95,12 +95,12 @@
 }
 
 static snd_hwdep_ops_t snd_hwdep_hw_ops = {
-       close: snd_hwdep_hw_close,
-       nonblock: snd_hwdep_hw_nonblock,
-       info: snd_hwdep_hw_info,
-       ioctl: snd_hwdep_hw_ioctl,
-       write: snd_hwdep_hw_write,
-       read: snd_hwdep_hw_read,
+       .close = snd_hwdep_hw_close,
+       .nonblock = snd_hwdep_hw_nonblock,
+       .info = snd_hwdep_hw_info,
+       .ioctl = snd_hwdep_hw_ioctl,
+       .write = snd_hwdep_hw_write,
+       .read = snd_hwdep_hw_read,
 };
 
 int snd_hwdep_hw_open(snd_hwdep_t **handle, const char *name, int card, int device, 
int mode)



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to