[alsa-devel] ALSA sound/core/pcm_lib.c:318: BUG: pcmC0D0p:0, pos = 32768, buffer size = 32768 , period size = 2048

Clemens Ladisch clemens at ladisch.de
Mon Sep 6 09:16:18 CEST 2010


Patrick Doyle wrote:
> pos = 32768, buffer size = 32768

This means that the driver's pointer callback returned a position that
is outside the buffer; in this case, the position is just after the end
of the buffer.


Regards,
Clemens


More information about the Alsa-devel mailing list