On Sat, 29 Jun 2002, Joern Nettingsmeier wrote:

> i'm tracking down a nasty problem i have with jack. is there any way to
> increase the periods-per-hardware-buffer setting on an sblive for
> capture ? jackd refuses to do that, and i wonder whether it's a hardware
> limitation.

I had similar problem with cs4281 driver. I had to port forward an old patch
for 0.5.12 driver to increase this.

The problem is that if the hardware supports just "buffer full" and "half
full" than it is easiest to implement just 2 periods. Getting more requires
more intelligent interrupt handler.

Look into the source code for your driver. May be you will find a place where
this limit is enforced.

Best regards,
--
Tomasz Motylewski



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to