From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752850Ab2CNHWX (ORCPT ); Wed, 14 Mar 2012 03:22:23 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39819 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717Ab2CNHWU (ORCPT ); Wed, 14 Mar 2012 03:22:20 -0400 Date: Wed, 14 Mar 2012 08:22:19 +0100 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: <20120314180508.e0fd932c329317ab078c140f@canb.auug.org.au> References: <20120314180508.e0fd932c329317ab078c140f@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.3 (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 Wed, 14 Mar 2012 18:05:08 +1100, Stephen Rothwell wrote: > > Hi all, > > After merging the final tree, today's linux-next build (i386 defconfig) > failed like this: > > sound/pci/hda/patch_sigmatel.c: In function 'stac92xx_update_led_status': > sound/pci/hda/patch_sigmatel.c:5075:3: error: implicit declaration of function 'stac_vrefout_set' [-Werror=implicit-function-declaration] > > Caused by commit 2faa3bf15ba6 ("ALSA: hda - Rewrite the mute-LED hook > with vmaster hook in patch_sigmatel.c"). CONFIG_SND_HDA_POWER_SAVE is > not set for this build. > > I reverted that commit for today (and commits d2f344b5e0a9 "ALSA: hda - > Add "Mute-LED Mode" enum control" and f29735cbef4e "ALSA: hda - Add > expose_enum_ctl flag to snd_hda_add_vmaster_hook()" which conflict with > the revert). Oops, fixed now. thanks, Takashi