]> git.baikalelectronics.ru Git - kernel.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)
commit556bff9bb76c2d92e739b4930461bd6f4d36701f
tree97ddcc5907612a8c28aac14cb79f7d5aab8fcc48
parent5fa681612d5642e9be6c7b12e0c69c6c861b268f
ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe

This reverts commit ae894cbcfd8649 (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