From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754044AbYFUTYt (ORCPT ); Sat, 21 Jun 2008 15:24:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755193AbYFUTYX (ORCPT ); Sat, 21 Jun 2008 15:24:23 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:60767 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbYFUTYU (ORCPT ); Sat, 21 Jun 2008 15:24:20 -0400 From: "Rafael J. Wysocki" To: Takashi Iwai Subject: Re: linux-next: Tree for June 20: [regression] No sound on SB600 Date: Sat, 21 Jun 2008 21:25:41 +0200 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML References: <20080620172507.b7301bd1.sfr@canb.auug.org.au> <200806211728.10445.rjw@sisk.pl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806212125.42472.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday, 21 of June 2008, Takashi Iwai wrote: > At Sat, 21 Jun 2008 17:28:09 +0200, > Rafael J. Wysocki wrote: > > > > On Friday, 20 of June 2008, Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since next-20080619: > > > > > > The net tree lost its conflict against Linus' tree. > > > > > > The bkl-removal tree lost a conflict. > > > > On one of my test boxes with the ATI chipset (SB600 south bridge) there's no > > sound output. Bisection shows that the following commit causes this to happen > > and reverting the commit fixes the problem for me: > > > > commit cf97e6678f1e1e7bbdb566c36771540123832a31 > > Author: Takashi Iwai > > Date: Mon Jun 16 15:47:26 2008 +0200 > > > > ALSA: hda - Fix wrong volumes in AD1988 auto-probe mode > > > > Don't create mixer volume elements for Headphone and Speaker if they > > use the same DAC as normal line-outs on AD1988. Otherwise the amp > > value gets screwed up, e.g. > > https://bugzilla.novell.com/show_bug.cgi?id=398255 > > > > Signed-off-by: Takashi Iwai > > > > Please let me know if you need any additional information. > > Could you run alsa-info.sh with --no-upload option and attach the > output for both states with and without that commit? The script is > found at > http://www.alsa-project.org/alsa-info.sh > Also, show the relevant kernel message from snd-hda-intel (informing > the auto-parsing of pins, etc), too. dmesg outputs and the outputs of 'alsa-info.sh --no-upload' for the kernel with the patch applied (1) and with the reverted (2) are at: http://www.sisk.pl/kernel/debug/20080620/box2/dmesg-1.log http://www.sisk.pl/kernel/debug/20080620/box2/alsa-info-1.txt http://www.sisk.pl/kernel/debug/20080620/box2/dmesg-2.log http://www.sisk.pl/kernel/debug/20080620/box2/alsa-info-2.txt Thanks, Rafael