]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition"
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 7 May 2014 14:20:25 +0000 (16:20 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 12 May 2014 20:34:43 +0000 (21:34 +0100)
commitec43d9d5764e95e8d03e087fae70121a458334d3
tree478d4b24aff3a111c92f3f4bc080c2c11f2aba72
parentcb6d311b691b36f47cde892f46f0935bd1162f44
ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition"

This reverts commit f005920c906440c676e4161a7a326f50fa032b8e.

The patch claims that the patch is necessary to avoid double prefix addition
when calling snd_soc_dapm_add_route() from snd_soc_dapm_connect_dai_link_widgets().
But snd_soc_dapm_add_route() is called with the card's DAPM context, which does
not have a prefix, which means there is no prefix that could be added a second
time.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-dapm.c