Update of /cvsroot/alsa/alsa-driver/include
In directory sc8-pr-cvs1:/tmp/cvs-serv19024/include

Modified Files:
        vx_core.h 
Log Message:
- fixed the capture.
- fixed the handling of async events.  now duplex mode is working.



Index: vx_core.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/vx_core.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vx_core.h   21 Mar 2003 10:31:01 -0000      1.6
+++ vx_core.h   21 Mar 2003 17:41:56 -0000      1.7
@@ -73,11 +73,10 @@
 
        int hbuf_size;          /* H-buffer size in bytes */
        int buffer_bytes;       /* the ALSA pcm buffer size in bytes */
-       int appl_ptr;           /* the current applicatin pointer in frames */
-       int hw_ptr;             /* the current hardware pointer in frames */
+       int period_bytes;       /* the ALSA pcm period size in bytes */
+       int hw_ptr;             /* the current hardware pointer in bytes */
        int position;           /* the current position in frames (playback only) */
        int transferred;        /* the transferred size (per period) in frames */
-       int chunk_transferred;  /* the transferred size (per period) in frames */
        int align;              /* size of alignment */
        u64 cur_count;          /* current sample position (for playback) */
 



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to