On Sun, 2016-06-05 at 21:05 +0200, Georg Chini wrote: > For USB devices the latency jitter strongly depends on device latency. Therefore > a boolean low_device_latency parameter is introduced to half the device latency. > Normally 1/3 of the configured end-to-end latency is used, with the parameter > this is changed to 1/6. In many situations the parameter can improve latency > stability but it will also lead to significantly higher CPU consumption. > > --- > src/modules/module-loopback.c | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) Looks good to me. -- Tanu