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

Modified Files:
        pcm_oss.h 
Log Message:
- accept partial fragment contents by default
- fill buffer ahead with silence to reduce clicks by default
- both new features can be turned off using proc interface


Index: pcm_oss.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/pcm_oss.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pcm_oss.h   25 Nov 2002 18:15:04 -0000      1.5
+++ pcm_oss.h   24 Jul 2003 20:50:21 -0000      1.6
@@ -30,7 +30,9 @@
        unsigned int disable:1,
                     direct:1,
                     block:1,
-                    nonblock:1;
+                    nonblock:1,
+                    wholefrag:1,
+                    nosilence:1;
        unsigned int periods;
        unsigned int period_size;
        snd_pcm_oss_setup_t *next;



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to