]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb85078541402eb125b62fddb647244c13aa35f1
treeeb40f3dbf26057ad9c8c1f4060567528a2661f4a
parentafda78fefb8b45184a6d8eb10be40d6f85b75da1
ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2

A KernelCI bisection identified a1426c39ae13ee "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:

f8fa5b4e0eb9f85e9da "ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()"
0ead92087ad9485d5f4 "ASoC: simple-card: add simple_link_init()"
a1426c39ae13ee48ec4 "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