Update of /cvsroot/alsa/alsa-driver/acore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31749/alsa-driver/acore

Modified Files:
        sgbuf.c 
Log Message:
sync with alsa-kernel

Index: sgbuf.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/sgbuf.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sgbuf.c     6 Mar 2004 16:55:12 -0000       1.8
+++ sgbuf.c     8 Mar 2004 09:20:39 -0000       1.9
@@ -109,8 +109,7 @@
                vfree(vmaddr); /* don't use wrapper */
 }
 
-int snd_free_sgbuf_pages(const struct snd_dma_device *dev,
-                        struct snd_dma_buffer *dmab)
+int snd_free_sgbuf_pages(struct snd_dma_buffer *dmab)
 {
        struct snd_sg_buf *sgbuf = dmab->private_data;
 
@@ -173,7 +172,7 @@
        return dmab->area;
 
  _failed:
-       snd_free_sgbuf_pages(dev, dmab); /* free the table */
+       snd_free_sgbuf_pages(dmab); /* free the table */
        return NULL;
 }
 



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