From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754810Ab0CJMzH (ORCPT ); Wed, 10 Mar 2010 07:55:07 -0500 Received: from mga11.intel.com ([192.55.52.93]:55496 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754660Ab0CJMzC (ORCPT ); Wed, 10 Mar 2010 07:55:02 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,614,1262592000"; d="scan'208";a="779566708" Date: Wed, 10 Mar 2010 20:54:56 +0800 From: Wu Fengguang To: VDR User Cc: Jaroslav Kysela , Wei Ni , Takashi Iwai , alsa-devel , Jaroslav Kysela , linux-kernel , akpm , Pavel Hofman Subject: Re: [alsa-devel] [PATCH]Support MCP89 and GT21x hdmi audio Message-ID: <20100310125456.GA18509@localhost> References: <6B4D417B830BC44B8026029FD256F7F1C16B1AD557@HKMAIL01.nvidia.com> <6B4D417B830BC44B8026029FD256F7F1C16B1AD558@HKMAIL01.nvidia.com> <6B4D417B830BC44B8026029FD256F7F1C16B1AD562@HKMAIL01.nvidia.com> <20100308044614.GA29026@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Could you do strace for ALSA ioctls? At least having the error code might > > help to identify this issue. > > I don't know how but I'm willing to try if you want to tell me how to > do it. Please keep in mind, I'm just an end-user -- not a developer > or even c coder. The most I've done is run xine in gdb to help supply > bug info to those devs. strace -o alsa-strace speaker-test -Dhw:0,3 -t wav -c2 -l1 Or strace -o alsa-strace mplayer -ao alsa:device=hw=0.3 XXXXXXXX.mp3 Do you see error messages when playing via other audio devices, eg. mplayer -ao alsa:device=hw=0.0 XXXXXXXX.mp3 ? Thanks, Fengguang