From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754949Ab3BGJCA (ORCPT ); Thu, 7 Feb 2013 04:02:00 -0500 Received: from cantor2.suse.de ([195.135.220.15]:47540 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752527Ab3BGJB6 (ORCPT ); Thu, 7 Feb 2013 04:01:58 -0500 Date: Thu, 07 Feb 2013 10:01:57 +0100 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, moderated for non-subscribers , linux-next@vger.kernel.org Subject: Re: mmotm 2013-02-06-17-13 uploaded (alsa) In-Reply-To: <511342C9.5070604@infradead.org> References: <20130207011444.21C8231C15E@corp2gmr1-1.hot.corp.google.com> <511342C9.5070604@infradead.org> 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.2 (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, 06 Feb 2013 21:59:37 -0800, Randy Dunlap wrote: > > On 02/06/13 17:14, akpm@linux-foundation.org wrote: > > The mm-of-the-moment snapshot 2013-02-06-17-13 has been uploaded to > > > > http://www.ozlabs.org/~akpm/mmotm/ > > > > mmotm-readme.txt says > > > > README for mm-of-the-moment: > > > > http://www.ozlabs.org/~akpm/mmotm/ > > > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > > more than once a week. > > > > on i386: (from linux-next.patch) > > > CC [M] sound/pci/hda/patch_via.o > sound/pci/hda/patch_via.c: In function 'is_aa_path_mute': > sound/pci/hda/patch_via.c:360:27: error: 'struct hda_gen_spec' has no member named 'num_loopbacks' > sound/pci/hda/patch_via.c:361:17: error: 'struct hda_gen_spec' has no member named 'loopback_list' > make[4]: *** [sound/pci/hda/patch_via.o] Error 1 > > > > Full randconfig file is attached. Oh, it's again an unsatisfied CONFIG_PM ifdef. Fixed now. Thanks! Takashi