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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to