Update of /cvsroot/alsa/alsa-kernel/core/ioctl32
In directory usw-pr-cvs1:/tmp/cvs-serv943

Modified Files:
        pcm32.c 
Log Message:
Fixed declaration

Index: pcm32.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/ioctl32/pcm32.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pcm32.c     12 Oct 2002 14:18:09 -0000      1.9
+++ pcm32.c     12 Oct 2002 15:35:37 -0000      1.10
@@ -230,7 +230,7 @@
        snd_pcm_file_t *pcm_file;
        snd_pcm_substream_t *substream;
        struct sndrv_xfern32 data32, *srcptr = (struct sndrv_xfern32*)arg;
-       void *bufs[] = NULL;
+       void *bufs = NULL;
        int err = 0, ch, i;
        u32 *bufptr;
        mm_segment_t oldseg;



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