Mathieu Rondonneau wrote:
>       .period_bytes_min = 1092,
>       .period_bytes_max = 32768,
>       .periods_min      = 8,
>       .periods_max      = 512,
>
> When i start to send a file, I Don't know why:
> runtime->period_size = 8192
> runtime->periods: 8
> and the ¨count¨ parameter in the copy operator is 1024

These values fit into the constraints defined above.

> I tryed to change
> .period_bytes_min = 8192,
> .periods_min    = 1,
>
> but the ¨count¨ parameter, the ¨periode_size¨ and ¨periods¨ remain
> the same.

The same for these values.

> Is it possible to change the ¨count¨ parameter in the copy
> operator?

Apparently, your copy operator is to copy one period.

Probably you have to force another period size.

What's wrong with these parameters?


Regards,
Clemens





-------------------------------------------------------
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_id56&alloc_id438&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to