From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933691Ab0CKSQK (ORCPT ); Thu, 11 Mar 2010 13:16:10 -0500 Received: from mail-pw0-f46.google.com ([209.85.160.46]:34082 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933702Ab0CKSPy (ORCPT ); Thu, 11 Mar 2010 13:15:54 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GnOvOwgcXTbdJxxq7krhy1UK+YTpI6vjAXOelEkBdXoGN6AbQL8DNwmvvA1nVzMTNm 2QkTEQcz77KlDufQRHma7Wk9/kVKYehIZ6iyx/n556IUrbELSxOJcFQXqBNCZXxHcUN9 0mtZnxt+yctMYw3f1uA2YOEpx0bpC8Y3s9hmM= MIME-Version: 1.0 In-Reply-To: References: <6B4D417B830BC44B8026029FD256F7F1C16B1AD562@HKMAIL01.nvidia.com> <20100308044614.GA29026@localhost> <20100310125456.GA18509@localhost> Date: Thu, 11 Mar 2010 10:15:52 -0800 Message-ID: Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio From: VDR User To: Jaroslav Kysela Cc: Wu Fengguang , Wei Ni , Takashi Iwai , alsa-devel , Jaroslav Kysela , linux-kernel , akpm , Pavel Hofman Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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