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

Modified Files:
        pcm_oss.h 
Log Message:
Added period_frames to fix poll behavior

Index: pcm_oss.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm_oss.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pcm_oss.h   29 Dec 2003 17:42:17 -0000      1.9
+++ pcm_oss.h   17 Feb 2004 14:51:09 -0000      1.10
@@ -50,6 +50,7 @@
        unsigned int maxfrags;
        unsigned int subdivision;               /* requested subdivision */
        size_t period_bytes;                    /* requested period size */
+       size_t period_frames;                   /* period frames for poll */
        size_t period_ptr;                      /* actual write pointer to period */
        unsigned int periods;
        size_t buffer_bytes;                    /* requested buffer size */



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