From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: ALSA sound/core/pcm_lib.c:318: BUG: pcmC0D0p:0, pos = 32768, buffer size = 32768 , period size = 2048 Date: Mon, 06 Sep 2010 09:16:18 +0200 Message-ID: <4C849542.4030409@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id A2D891037EA for ; Mon, 6 Sep 2010 09:15:50 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Patrick Doyle Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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