On 4/21/2012 5:22 AM, Guillaume Clement wrote:
Hello,
I am using an USB soundcard (ID : 046d:0a24 : Logitech Speaker Lapdesk N550).
During playback, I have frequent messages like these :
delay: estimated 795, actual 662 delay: estimated 133, actual 0 delay: estimated 751, actual 662 delay: estimated 89, actual 0
When those messages appear, I am hearing some "cracks" from the soundcard.
I've tried to make some research on this, I only found some messages that hint about some interrupt problems. I'm not using any closed source driver and I can reproduce the issue with any computer running Linux.
On interesting thing to notice is that it happens only when the CPU is near idle. To workaround the problem, I can just do something like :
nice -n 20 dd if=/dev/zero of=/dev/null bs=1k count=500G
This would keep my CPU busy and I have no more messages nor cracks.
I'm the one who introduced this warning when I added support for a better delay estimate based on the frame counter instead of bytes submitted (back in September 2011). When writing new data the estimate using the frame counter and the byte count should be identical, but this message shows something goes wrong. Somehow I don't understand how a more precise delay would cause such errors. The delay is only important for pulseaudio, it shouldn't affect plain vanilla alsa. You could try and reverse the patch to see if this improves anything? If not, you have another problem in your setup... -Pierre