From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: linux-next: sound tree build failure Date: Mon, 16 Mar 2009 11:41:21 +0100 Message-ID: References: <20090316213932.70ed9550.sfr@canb.auug.org.au> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from ns2.suse.de ([195.135.220.15]:52432 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754589AbZCPKmb (ORCPT ); Mon, 16 Mar 2009 06:42:31 -0400 In-Reply-To: <20090316213932.70ed9550.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, Eric Miao , Mark Brown At Mon, 16 Mar 2009 21:39:32 +1100, Stephen Rothwell wrote: > > Hi Takashi, > > Today's linux-next build (powerpc allyesconfig) failed like this: > > sound/soc/codecs/twl4030.c:1400: warning: braces around scalar initializer > sound/soc/codecs/twl4030.c:1400: warning: (near initialization for 'twl4030_dai.ops') > sound/soc/codecs/twl4030.c:1401: error: field name not in record or union initializer > sound/soc/codecs/twl4030.c:1401: error: (near initialization for 'twl4030_dai.ops') > sound/soc/codecs/twl4030.c:1401: warning: initialization from incompatible pointer type > sound/soc/codecs/twl4030.c:1402: error: field name not in record or union initializer > sound/soc/codecs/twl4030.c:1402: error: (near initialization for 'twl4030_dai.ops') > sound/soc/codecs/twl4030.c:1402: warning: excess elements in scalar initializer > sound/soc/codecs/twl4030.c:1402: warning: (near initialization for 'twl4030_dai.ops') > sound/soc/codecs/twl4030.c:1403: error: field name not in record or union initializer > sound/soc/codecs/twl4030.c:1403: error: (near initialization for 'twl4030_dai.ops') > sound/soc/codecs/twl4030.c:1403: warning: excess elements in scalar initializer > sound/soc/codecs/twl4030.c:1403: warning: (near initialization for 'twl4030_dai.ops') > > Caused by commit 6335d05548eece40092000aa91b64a50310d69d5 ("ASoC: make > ops a pointer in 'struct snd_soc_dai'") which missed a conversion (or a > later merge missed the fixup) ... Yep, I found a few other issues with that patch, too... > I have reverted commit 65ec1cd1e2c6228752d2f167b01e6d291014d249 ("ASoC: > Merge dai_ops factor out") (which merged in the above commit) for today. Thanks. Will fix up later. Takashi