ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2
authorMark Brown <broonie@kernel.org>
Fri, 23 Apr 2021 17:07:54 +0000 (18:07 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 23 Apr 2021 17:13:32 +0000 (18:13 +0100)
commit25c4a9b614f101bb9f3e687960815db7dc439c0f
treeeb40f3dbf26057ad9c8c1f4060567528a2661f4a
parenta1aee7f7b71155595a06f21f2d021b6a58d04017
ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2

A KernelCI bisection identified 59c35c44a9cf89 "ASoC: simple-card: add
simple_parse_node()" as causing simple-card to fail to instantiate on
kontron-sl28-var3-ads2 systems.  Since the merge window is expected to
open over the weekend drop that commit and subsequent ones which depend
on it for now in case other systems are affected too.

The boot log showed the error as:

<4>[    9.948821] sysfs: cannot create duplicate filename '/devices/platform/sound/(null)-wm8904-hifi'

(backtrace)

<3>[   10.191982] kobject_add_internal failed for (null)-wm8904-hifi with -EEXIST, don't try to register things with the same name in the same directory.

The dropped commits are:

73371bacf0475a20ab6 "ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()"
434392271afcff350fe "ASoC: simple-card: add simple_link_init()"
59c35c44a9cf89a83a9 "ASoC: simple-card: add simple_parse_node()"

Reported-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Reported-by: "kernelci.org bot" <bot@kernelci.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c
sound/soc/generic/simple-card.c