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

Modified Files:
        pcm_oss.h 
Log Message:
Fixed oops in oss_sync() routine.


Index: pcm_oss.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm_oss.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pcm_oss.h   10 Sep 2003 13:51:30 -0000      1.7
+++ pcm_oss.h   29 Sep 2003 18:16:18 -0000      1.8
@@ -50,6 +50,7 @@
        unsigned int maxfrags;
        unsigned int subdivision;               /* requested subdivision */
        size_t period_bytes;                    /* requested period size */
+       size_t period_ptr;                      /* actual write pointer to period */
        unsigned int periods;
        size_t buffer_bytes;                    /* requested buffer size */
        size_t bytes;                           /* total # bytes processed */



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