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)
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

Simple merge