Update of /cvsroot/alsa/alsa-kernel/pci/mixart
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16773/mixart

Modified Files:
        mixart_core.c 
Log Message:
fixed the compile warning.


Index: mixart_core.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/mixart/mixart_core.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mixart_core.c       6 Mar 2004 16:51:30 -0000       1.5
+++ mixart_core.c       11 Mar 2004 13:13:32 -0000      1.6
@@ -92,7 +92,7 @@
        }
        size -= MSG_DESCRIPTOR_SIZE;
 
-       memcpy_fromio(resp->data, MIXART_MEM(mgr, msg_frame_address + MSG_HEADER_SIZE 
), size);
+       memcpy_fromio(resp->data, (void *)MIXART_MEM(mgr, msg_frame_address + 
MSG_HEADER_SIZE ), size);
        resp->size = size;
 
        /* swap if necessary */



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to