Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21080/include

Modified Files:
        memalloc.h 
Log Message:
- fixed the lock up with SG-buffer handler.
- removed non-existing export symbol.
- clean up ifdefs.



Index: memalloc.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/memalloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- memalloc.h  2 Mar 2004 15:32:36 -0000       1.3
+++ memalloc.h  2 Mar 2004 18:06:50 -0000       1.4
@@ -84,7 +84,7 @@
        int tblsize;    /* allocated table size */
        struct snd_sg_page *table;      /* address table */
        struct page **page_table;       /* page table (for vmap/vunmap) */
-       const struct snd_dma_device *dev;
+       struct snd_dma_device dev;
 };
 
 /*
@@ -104,9 +104,6 @@
 }
 
 
-/* snd_dma_device management */
-void snd_dma_device_init(const struct snd_dma_device *dev, int type, void *data);
-
 /* allocate/release a buffer */
 int snd_dma_alloc_pages(const struct snd_dma_device *dev, size_t size,
                        struct snd_dma_buffer *dmab);



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to