Update of /cvsroot/alsa/alsa-driver/pci/mixart
In directory sc8-pr-cvs1:/tmp/cvs-serv1436/pci/mixart

Modified Files:
        mixart.c 
Log Message:
fixed the pipe latency to 256.


Index: mixart.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/mixart/mixart.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mixart.c    19 Jan 2004 19:01:04 -0000      1.3
+++ mixart.c    21 Jan 2004 17:53:47 -0000      1.4
@@ -263,7 +263,7 @@
 
                streaming_group_req.stream_count = stream_count;
                streaming_group_req.channel_count = 2;
-               streaming_group_req.latency = 128; /* 256; */
+               streaming_group_req.latency = 256;
                streaming_group_req.connector = pipe->uid_left_connector;  /* the left 
connector */
 
                for (i=0; i<stream_count; i++) {



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to