Re: linux-next: build failure after merge of the sound-asoc tree

From: Richard Fitzgerald
Date: Mon Nov 14 2016 - 04:49:22 EST


Yes, it's because Mark applied a chain of patches but missed the first
patch in the chain that added the wm_coeff_base_reg() function

On Mon, 2016-11-14 at 11:28 +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/codecs/wm_adsp.c: In function 'wm_coeff_write_acked_control':
> sound/soc/codecs/wm_adsp.c:791:8: error: implicit declaration of function 'wm_coeff_base_reg' [-Werror=implicit-function-declaration]
> ret = wm_coeff_base_reg(ctl, &reg);
> ^
>
> Caused by commit
>
> f4f0c4c60c39 ("ASoC: wm_adsp: Signal firmware shutdown through event control")
>
> I have used the sound-asoc tree from next-20161111 for today.
>