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

Modified Files:
        ice1712.h 
Log Message:
fixed compile warning; using unsigned int.



Index: ice1712.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ice1712.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ice1712.h   25 Feb 2003 15:05:07 -0000      1.10
+++ ice1712.h   28 Feb 2003 14:25:39 -0000      1.11
@@ -345,7 +345,7 @@
        unsigned char hoontech_boxbits[4];
        unsigned int hoontech_config;
        unsigned short hoontech_boxconfig[4];
-       int cur_rate;                   /* current rate */
+       unsigned int cur_rate;          /* current rate */
 
        unsigned int akm_codecs;
        akm4xxx_t *akm;



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