12 Mar
2012
12 Mar
'12
2:15 p.m.
On Mon, Mar 12, 2012 at 02:05:55PM +0200, Grazvydas Ignotas wrote:
On Sun, Mar 11, 2012 at 7:39 PM, Jarkko Nikula jarkko.nikula@bitmer.com wrote:
I think instead of limiting minimum period size to FIFO size we should find that boundary condition. Like if min buffer > FIFO + 1 period or something like that in order to keep possible to use small periods.
I was testing some hacks that force runtime->start_threshold to a bit above FIFO size with good results, however none of ASoC code ever touches it, so I guess it could be considered wrong thing to do, but it works with everything I tested so far, including OSS emulation.
That's more due to nothing ever particularly needing it before than due to it being a bad idea.