From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH]Support MCP89 and GT21x hdmi audio Date: Wed, 10 Mar 2010 20:54:56 +0800 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-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id 0F16D1038F8 for ; Wed, 10 Mar 2010 13:55:02 +0100 (CET) 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: VDR User Cc: Wei Ni , alsa-devel , Takashi Iwai , linux-kernel , Jaroslav Kysela , akpm , Pavel Hofman List-Id: alsa-devel@alsa-project.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