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

Modified Files:
        pcm_oss.h 
Log Message:
Fixed comments in pcm_oss.h
Fixed sync() routine for the partial playback transfers


Index: pcm_oss.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm_oss.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pcm_oss.h   24 Jul 2003 20:50:21 -0000      1.6
+++ pcm_oss.h   10 Sep 2003 13:51:30 -0000      1.7
@@ -51,11 +51,11 @@
        unsigned int subdivision;               /* requested subdivision */
        size_t period_bytes;                    /* requested period size */
        unsigned int periods;
-       size_t buffer_bytes;                    /* requested period size */
+       size_t buffer_bytes;                    /* requested buffer size */
        size_t bytes;                           /* total # bytes processed */
        size_t mmap_bytes;
        char *buffer;                           /* vmallocated period */
-       size_t buffer_used;                     /* used length from buffer */
+       size_t buffer_used;                     /* used length from period buffer */
        snd_pcm_plugin_t *plugin_first;
        snd_pcm_plugin_t *plugin_last;
        unsigned int prev_hw_ptr_interrupt;



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