At Fri, 14 Feb 2003 12:31:13 +0100,
Abramo Bagnara wrote:
> 
> tomasz motylewski wrote:
> > 
> > On Fri, 14 Feb 2003, Takashi Iwai wrote:
> > 
> > > and since boundary = buffer_size as default, the above condition will
> > > be not satisfied (i.e. diff is equal with -(runtime->boundary/2) and
> > 
> > Is not boundary much bigger than buffer size? At least I have seen it in cs4281
> > driver some time ago. Is there any ALSA recommendation what value should be
> > used for boundary?
> 
>         runtime->boundary = runtime->buffer_size;
>         while (runtime->boundary * 2 <= LONG_MAX - runtime->buffer_size)
>                 runtime->boundary *= 2;

yep, right, we have the boundary size near to long_max/2.

please ignore my last message regarding this.


Takashi


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to