Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv5849/include

Modified Files:
        pcm.h trident.h version.h 
Log Message:
Fixed trident NX memory allocation for capture.
Improved capture workaround (IRQ ack).


Index: pcm.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- pcm.h       28 Feb 2003 16:59:56 -0000      1.27
+++ pcm.h       9 Mar 2003 23:16:11 -0000       1.28
@@ -351,7 +351,7 @@
        /* -- DMA -- */           
        unsigned char *dma_area;        /* DMA area */
        dma_addr_t dma_addr;            /* physical bus address (not accessible from 
main CPU) */
-       size_t dma_bytes;       /* size of DMA area */
+       size_t dma_bytes;               /* size of DMA area */
        void *dma_private;              /* private DMA data for the memory allocator */
 
 #if defined(CONFIG_SND_PCM_OSS) || defined(CONFIG_SND_PCM_OSS_MODULE)

Index: trident.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/trident.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- trident.h   25 Feb 2003 15:33:21 -0000      1.10
+++ trident.h   9 Mar 2003 23:16:11 -0000       1.11
@@ -365,10 +365,14 @@
        int running: 1,
             capture: 1,
             spdif: 1,
-            foldback: 1;
+            foldback: 1,
+            isync: 1;
        int foldback_chan;              /* foldback subdevice number */
        unsigned int stimer;            /* global sample timer (to detect spurious 
interrupts) */
        unsigned int spurious_threshold; /* spurious threshold */
+       unsigned int isync_mark;
+       unsigned int isync_max;
+       unsigned int isync_ESO;
 
        /* --- */
 

Index: version.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/version.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- version.h   5 Mar 2003 11:30:39 -0000       1.14
+++ version.h   9 Mar 2003 23:16:11 -0000       1.15
@@ -1,3 +1,3 @@
 /* include/version.h.  Generated by configure.  */
-#define CONFIG_SND_VERSION "0.9.0rc8a"
+#define CONFIG_SND_VERSION "0.9.0rc8d"
 #define CONFIG_SND_DATE ""



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to