2016-11-14 00:28:05

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the sound-asoc tree

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.

--
Cheers,
Stephen Rothwell


2016-11-14 09:47:32

by Richard Fitzgerald

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the sound-asoc tree

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.
>