From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755322Ab0JaLFV (ORCPT ); Sun, 31 Oct 2010 07:05:21 -0400 Received: from lo.gmane.org ([80.91.229.12]:40164 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755135Ab0JaLFT (ORCPT ); Sun, 31 Oct 2010 07:05:19 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Florian Mickler Subject: Re: [REGRESSION] no sound on T60 laptop (HDA Intel) Date: Sun, 31 Oct 2010 12:04:52 +0100 Message-ID: <20101031120452.31836af2@schatten.dmk.lab> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: f053214038.adsl.alicedsl.de In-Reply-To: X-Newsreader: Claws Mail 3.7.6cvs31 (GTK+ 2.20.1; x86_64-unknown-linux-gnu) Cc: alsa-devel@alsa-project.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 06 Oct 2010 10:26:38 +0200 Miklos Szeredi wrote: > On Wed, 06 Oct 2010, Takashi Iwai wrote: > > At Tue, 05 Oct 2010 22:35:28 +0200, > > Miklos Szeredi wrote: > > > > > > On Tue, 05 Oct 2010, Takashi Iwai wrote: > > > > In anyway, if this is reproducible, get alsa-info.sh output before and > > > > after suspend. It'll give more information of HD-audio and sound > > > > driver status. > > > > > > No significant difference before and after the suspend > > > > The important thing is to get the alsa-info output at the moment > > you don't get sound and you get sound. Just after the suspend is > > still in the power-saving mode, thus all the setup might be inactive. > > > > Anyway, could you attach alsa-info.sh output so that I can analyze? > > Attaching the files. > > > > ... > > > > > > Bisected it to commit 3f50ac6a0e "ALSA: hda - Fix stream and > > > channel-ids codec-bus wide" > > > > > > Reverting this on latest git fixes the sound. > > > > Could you get alsa-info.sh output before and after reverting this, too? > > (i.e. non-working and working states) > > Hmm, now there's no sound even with the revert. I guess reproducing > this is not completely reliable so the bisect gave a false result. Oh > well. > > Thanks, > Miklos > Did you get to the bottom of this?