Update of /cvsroot/alsa/alsa-driver/pcmcia/vx
In directory sc8-pr-cvs1:/tmp/cvs-serv24965

Modified Files:
        vxp_ops.c 
Log Message:
fixed compile warning.  added const.



Index: vxp_ops.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pcmcia/vx/vxp_ops.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vxp_ops.c   19 Feb 2003 15:38:38 -0000      1.4
+++ vxp_ops.c   28 Feb 2003 14:19:17 -0000      1.5
@@ -240,7 +240,7 @@
 /*
  * vxp_load_dsp - load_dsp callback
  */
-static int vxp_load_dsp(vx_core_t *vx, snd_hwdep_dsp_image_t *dsp)
+static int vxp_load_dsp(vx_core_t *vx, const snd_hwdep_dsp_image_t *dsp)
 {
        int err;
 



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