From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755321Ab2HYNmP (ORCPT ); Sat, 25 Aug 2012 09:42:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52807 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666Ab2HYNmI (ORCPT ); Sat, 25 Aug 2012 09:42:08 -0400 Date: Sat, 25 Aug 2012 15:42:05 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mengdong Lin Subject: Re: linux-next: build failure after merge of the final tree (sound tree related) In-Reply-To: <20120824172018.21db4ca1245f3aa28002a76b@canb.auug.org.au> References: <20120824172018.21db4ca1245f3aa28002a76b@canb.auug.org.au> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Fri, 24 Aug 2012 17:20:18 +1000, Stephen Rothwell wrote: > > Hi all, > > After merging the final tree, today's linux-next build (i386 defconfig) > failed like this: > > sound/pci/hda/hda_codec.c: In function 'snd_hda_codec_new': > sound/pci/hda/hda_codec.c:1323:7: error: 'struct hda_codec' has no member named 'd3_stop_clk' > sound/pci/hda/hda_codec.c:1326:12: error: 'struct hda_codec' has no member named 'd3_stop_clk' > sound/pci/hda/hda_codec.c: In function 'hda_set_power_state': > sound/pci/hda/hda_codec.c:3547:7: error: 'struct hda_codec' has no member named 'd3_stop_clk_ok' > sound/pci/hda/hda_codec.c:3573:11: error: 'struct hda_codec' has no member named 'd3_stop_clk' > sound/pci/hda/hda_codec.c:3574:8: error: 'struct hda_codec' has no member named 'd3_stop_clk_ok' > > Caused by commit b8dfc4624162 ("ALSA: hda - add runtime PM support"). > CONFIG_SND_HDA_POWER_SAVE is not set for this build. > > I have reverted that commit for today. This should have been fixed now. Sorry for inconvenience. Takashi