2021-06-15 07:34:41

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
modules_install) failed like this:

depmod: ERROR: Cycle detected: snd_soc_wcd938x -> snd_soc_wcd938x_sdw -> snd_soc_wcd938x
depmod: ERROR: Found 2 modules in dependency cycles!

Caused by commit

045442228868 ("ASoC: codecs: wcd938x: add audio routing and Kconfig")

(at least reverting the commit fixes the build).

I have reverted that commit for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2021-06-15 09:07:18

by Srinivas Kandagatla

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

Many Thanks Stephen for reporting this,

I can see that two symbols have been interdependent, I have a fix for
this, will send it today.

--srini


On 15/06/2021 08:32, Stephen Rothwell wrote:
> Hi all,
>
> After merging the sound-asoc tree, today's linux-next build (x86_64
> modules_install) failed like this:
>
> depmod: ERROR: Cycle detected: snd_soc_wcd938x -> snd_soc_wcd938x_sdw -> snd_soc_wcd938x
> depmod: ERROR: Found 2 modules in dependency cycles!
>
> Caused by commit
>
> 045442228868 ("ASoC: codecs: wcd938x: add audio routing and Kconfig")
>
> (at least reverting the commit fixes the build).
>
> I have reverted that commit for today.
>