From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Alsa Issue - Sound playback starts on left speaker only Date: Wed, 25 Jun 2008 11:29:32 +0200 Message-ID: References: <6AA7F928714999469B70E7707C87F82C531570@TW-EVS02.corelcorp.corel.ics> <4860AF67.7060507@cox.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id AB8F924B35 for ; Wed, 25 Jun 2008 11:29:32 +0200 (CEST) In-Reply-To: <4860AF67.7060507@cox.net> 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: stan Cc: alsa-devel@alsa-project.org, Ashwin.Chandra@corel.com List-Id: alsa-devel@alsa-project.org At Tue, 24 Jun 2008 01:25:11 -0700, stan wrote: > > Ashwin.Chandra@corel.com wrote: > > > > > > Hello, > > > > I am having an issue with my playback application where upon playback > > start, only the left speaker is outputted. But if I mute and unmute > > (either through my application or using alsamixer), the sound playback > > resumes on both left and right speakers. This only happens on a > > particular system too (out of 5 systems). But I know it is my issue > > because mplayer or smplayer works fine. > > > > > > > > I believe I am setting the correct HW params (ie. 2 channels), etc. > > > > > > > > Any ideas? > > > > > > > > Thanks! > > > > > The ICE1724 driver has exactly this behavior. It is a known bug and has > been there for years. > You don't say what chip is having the problem, but I would guess that > this is it. Most people > just program a script to adjust the volume at startup to cure it. Well, this is likely a different problem. The case of envy24* drivers, the problem is the initialization of the registers via I2C/SPI. But, in the case of HD-audio, this can't be the case. I fixed a similar case with VIA HD-audio codecs by limiting the supported PCM formats to 16. The 24 bit format was buggy on them. Possibly a similar situation. Takashi