From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756385Ab0IUICb (ORCPT ); Tue, 21 Sep 2010 04:02:31 -0400 Received: from cantor.suse.de ([195.135.220.2]:42876 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755907Ab0IUIC1 (ORCPT ); Tue, 21 Sep 2010 04:02:27 -0400 Date: Tue, 21 Sep 2010 10:02:26 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build failure after merge of the final tree (sound tree related) In-Reply-To: <20100921164025.62ace513.sfr@canb.auug.org.au> References: <20100921164025.62ace513.sfr@canb.auug.org.au> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.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 Tue, 21 Sep 2010 16:40:25 +1000, Stephen Rothwell wrote: > > Hi , > > After merging the final tree, today's linux-next build (i386 defconfig) > failed like this: > > sound/pci/hda/patch_realtek.c: In function 'alc_resume': > sound/pci/hda/patch_realtek.c:4131: error: 'struct hda_codec_ops' has no member named 'check_power_status' > sound/pci/hda/patch_realtek.c:4132: error: 'struct hda_codec_ops' has no member named 'check_power_status' > sound/pci/hda/patch_realtek.c: In function 'alc269_resume': > sound/pci/hda/patch_realtek.c:14706: error: 'struct hda_codec_ops' has no member named 'check_power_status' > sound/pci/hda/patch_realtek.c:14707: error: 'struct hda_codec_ops' has no member named 'check_power_status' > > Caused by commit 0ec33d1f952934ea3251cefc6d108b47818eedd0 ("ALSA: hda - > Refactor ALC269 power-ups/downs in PM callbacks"). I have reverted that > commit for today. Thanks. This should have been fixed now on sound git tree. Takashi