From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Clemens Ladisch" Subject: Re: about sound/core/pcm_lib.c:1997: capture read error (DMA or IRQ trouble?) Date: Wed, 26 Sep 2007 08:24:20 +0200 Message-ID: <1190787860.12924.1212641403@webmail.messagingengine.com> 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 71B7F24131 for ; Wed, 26 Sep 2007 08:24:22 +0200 (CEST) Content-Disposition: inline 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: Akio , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Akio write: > after long time amr-wb codec loopback test. (above 90 hours) > I got the following kernel message. it comes from snd_pcm_lib_read1() > function. > ALSA sound/core/pcm_lib.c:1997: capture read error (DMA or IRQ trouble?) This error indicates that no interrupt has been received for ten seconds. I would have guessed that some 32-bit counter has overflowed, but at 48 kHz, a frame counter would overflow after slightly less than 25 hours. HTH Clemens