]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe
authorMark Brown <broonie@kernel.org>
Thu, 18 Dec 2014 11:46:38 +0000 (11:46 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 19 Dec 2014 11:19:40 +0000 (11:19 +0000)
commite3b1e6a19e09877b91517dfe304a2b3f6b2138fc
tree97ddcc5907612a8c28aac14cb79f7d5aab8fcc48
parent1810afd3e1ded09c53d4e966dddce3c7d484521f
ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe

This reverts commit f8781db8aeb18d (ASoC: dapm: Augment existing card
DAPM routes in snd_soc_of_parse_audio_routing) since it is broken for
deferred probing as it ends up storing data allocated with devm_ over
multiple instantiations of the device.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c