Update of /cvsroot/alsa/alsa-driver/pcmcia/pdaudiocf
In directory sc8-pr-cvs1:/tmp/cvs-serv12507

Modified Files:
        pdaudiocf_pcm.c 
Log Message:
Changed max buffer size to 512kB

Index: pdaudiocf_pcm.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pcmcia/pdaudiocf/pdaudiocf_pcm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdaudiocf_pcm.c     15 Jul 2003 15:17:47 -0000      1.2
+++ pdaudiocf_pcm.c     29 Jul 2003 14:12:36 -0000      1.3
@@ -242,7 +242,7 @@
        .rate_max =             192000,
        .channels_min =         1,
        .channels_max =         2,
-       .buffer_bytes_max =     (128*1024),
+       .buffer_bytes_max =     (512*1024),
        .period_bytes_min =     8*1024,
        .period_bytes_max =     (64*1024),
        .periods_min =          2,



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