From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032887Ab2CPPJC (ORCPT ); Fri, 16 Mar 2012 11:09:02 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57248 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965352Ab2CPPI7 (ORCPT ); Fri, 16 Mar 2012 11:08:59 -0400 Date: Fri, 16 Mar 2012 16:08:55 +0100 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , alsa-devel@alsa-project.org Subject: Re: linux-next: Tree for Mar 16 (sound) In-Reply-To: <4F6355B2.5080909@xenotime.net> References: <20120316183909.16b0eff551201344d0ead529@canb.auug.org.au> <4F6355B2.5080909@xenotime.net> 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 Fri, 16 Mar 2012 08:01:06 -0700, Randy Dunlap wrote: > > [1 ] > On 03/16/2012 12:39 AM, Stephen Rothwell wrote: > > > Hi all, > > > > Changes since 20120315: > > > > The sound tree lost its build failure. > > > > > on i386: > > sound/pci/hda/patch_sigmatel.c: In function 'patch_stac92hd83xxx': > sound/pci/hda/patch_sigmatel.c:5589:6: error: 'stac92xx_set_power_state' undeclared (first use in this function) > sound/pci/hda/patch_sigmatel.c:5589:6: note: each undeclared identifier is reported only once for each function it appears in > sound/pci/hda/patch_sigmatel.c:5591:19: error: 'struct hda_codec_ops' has no member named 'pre_resume' > sound/pci/hda/patch_sigmatel.c:5591:33: error: 'stac92xx_pre_resume' undeclared (first use in this function) > /home/rddunlap/lnx/next/linux-next-20120316/sound/pci/hda/patch_sigmatel.c: In function 'patch_stac92hd71bxx': > sound/pci/hda/patch_sigmatel.c:5896:6: error: 'stac92xx_set_power_state' undeclared (first use in this function) > sound/pci/hda/patch_sigmatel.c:5898:19: error: 'struct hda_codec_ops' has no member named 'pre_resume' > sound/pci/hda/patch_sigmatel.c:5898:33: error: 'stac92xx_pre_resume' undeclared (first use in this function) I seem to have overlooked the case CONFIG_PM=n. Fixed now. thanks, Takashi