From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ALC882 on Abit AW9D-MAX Date: Tue, 10 Jul 2007 11:32:17 +0200 Message-ID: References: <20070412100959.GA8944@localdomain> <20070412211141.GA8625@localdomain> <20070420104946.GA22826@localdomain> <20070420111318.GA3134@localdomain> <20070709212054.GA8359@localdomain> 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 mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 56EF41038CC for ; Tue, 10 Jul 2007 11:32:22 +0200 (CEST) In-Reply-To: <20070709212054.GA8359@localdomain> 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: Dan Aloni Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 10 Jul 2007 00:20:54 +0300, Dan Aloni wrote: > > On Fri, Apr 20, 2007 at 04:28:09PM +0200, Takashi Iwai wrote: > > At Fri, 20 Apr 2007 14:13:18 +0300, > > Dan Aloni wrote: > > > > > > On Fri, Apr 20, 2007 at 01:00:03PM +0200, Takashi Iwai wrote: > > > > At Fri, 20 Apr 2007 13:49:47 +0300, > > > > Dan Aloni wrote: > > > [...] > > > > > case 4 originally does {1<=3,3<=2,2<=1}, my working fix effectively > > > > > adds {1<=2,2<=1}, which means we need to do {1<=1,3<=2,2<=3}, or just > > > > > {3<=2,2<=3}. > > > > > > > > > > Right? > > > > > > > > Sounds so. Could you attach the content of /proc/asound/card0/codec#* > > > > file to re-check? > > > > > > Okay. I got the following output *with* my fix applied: > > > > Thanks. Apparently the default pin config values are wrong, so it's a > > BIOS bug. > > > > I reread the pin-configuration spec and my last patch is correct. The > > configuration of 7.1 outputs is Front/CLFE/Rear/Side. So, I committed > > a patch to HG tree. > > > > Now about your fix. I think the best way is to override the pin > > default configuration. The patch below is the fix on the top of the > > latest ALSA HG tree. Use hg.alsa-project.org since > > hg-mirror.alsa-project.org seems (again) out of sync right now. > > The patch works great with 2.6.22. Thanks for confirmation. It's merged to ALSA HG tree now. Takashi