From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757591AbbKSC62 (ORCPT ); Wed, 18 Nov 2015 21:58:28 -0500 Received: from mga02.intel.com ([134.134.136.20]:5127 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755813AbbKSC61 (ORCPT ); Wed, 18 Nov 2015 21:58:27 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,316,1444719600"; d="scan'208";a="689029127" Date: Thu, 19 Nov 2015 08:32:09 +0530 From: Vinod Koul To: Stephen Rothwell Cc: Mark Brown , Liam Girdwood , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mengdong Lin , Harsha Priya , Conrad Cooke , Naveen M , Sathya Prakash M R , Yong Zhi , "Fang, Yang A" , Sathyanarayana Nujella Subject: Re: linux-next: build failure after merge of the sound-asoc tree Message-ID: <20151119030209.GA25173@localhost> References: <20151119113528.7262d470@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151119113528.7262d470@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 19, 2015 at 11:35:28AM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/soc/fsl/fsl-asoc-card.c: In function 'fsl_asoc_card_late_probe': > sound/soc/fsl/fsl-asoc-card.c:420:38: error: 'struct snd_soc_card' has no member named 'rtd' > struct snd_soc_dai *codec_dai = card->rtd[0].codec_dai; > ^ > sound/soc/fsl/fsl-asoc-card.c:427:37: error: 'struct snd_soc_card' has no member named 'rtd' > struct snd_soc_codec *codec = card->rtd[0].codec; > ^ > > Caused by commit > > 5015920a1732 ("ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()") > > sound/soc/intel/boards/skl_nau88l25_ssm4567.c: In function 'skl_get_codec_dai': > sound/soc/intel/boards/skl_nau88l25_ssm4567.c:43:13: error: 'struct snd_soc_card' has no member named 'rtd' > rtd = card->rtd + i; > ^ > > Caused by commit > > a86d505783e4 ("ASoC: Intel: Skylake: Adding nau88l25+ssm4567 machine driver") Okay both went it same time, I will send a patch for this Somehow Feng's bot missed this... -- ~Vinod