From mboxrd@z Thu Jan 1 00:00:00 1970 From: VDR User Subject: Re: [PATCH]Support MCP89 and GT21x hdmi audio Date: Thu, 11 Mar 2010 10:15:52 -0800 Message-ID: References: <6B4D417B830BC44B8026029FD256F7F1C16B1AD562@HKMAIL01.nvidia.com> <20100308044614.GA29026@localhost> <20100310125456.GA18509@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-px0-f181.google.com (mail-px0-f181.google.com [209.85.216.181]) by alsa0.perex.cz (Postfix) with ESMTP id 54D7B1039E2 for ; Thu, 11 Mar 2010 19:15:54 +0100 (CET) Received: by pxi11 with SMTP id 11so275pxi.16 for ; Thu, 11 Mar 2010 10:15:53 -0800 (PST) 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: Jaroslav Kysela Cc: Wei Ni , Takashi Iwai , alsa-devel , Jaroslav Kysela , linux-kernel , akpm , Wu Fengguang , Pavel Hofman List-Id: alsa-devel@alsa-project.org On Wed, Mar 10, 2010 at 11:30 PM, Jaroslav Kysela wrote: > On Wed, 10 Mar 2010, VDR User wrote: > >> [pid 22651] ioctl(21, 0x80044121, 0xb439d2cc) = -1 EPIPE (Broken pipe) >> pcm_hw.c: snd_pcm_hw_delay() SNDRV_PCM_IOCTL_DELAY failed. > > -EPIPE means underrun condition. > > Try 'echo 101 > /proc/asound/card0/pcm0p/xrun_debug' and send dmesg output > to check if the ring buffer pointer in the hda-intel driver does not return > wrong values. Replace card0 and pcm0p with right identifiers (look to 'aplay > -l' for right numbers). > > More info: http://www.alsa-project.org/main/index.php/XRUN_Debug Hi, thanks for your further reply. However, I don't see "CONFIG_SND_PCM_XRUN_DEBUG" anywhere in the kernel config (both in menuconfig or .config). Also, in order to use the snapshot I had to disable ALSA in my kernel anyways. I did try to enable it just to see if that option would appear somewhere but it did not. I am using stable kernel 2.6.33 btw. I don't see how I can create /proc/asound/card1/pcm3p/xrun_debug! Best regards, Derek