From: Lars-Peter Clausen Date: Wed, 7 May 2014 14:20:25 +0000 (+0200) Subject: ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition" X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e9154c429abde956fad10f7c7e7e50d6a1da9f;p=pandora-kernel.git ASoC: dapm: Revert "ASoC: dapm: Fix double prefix addition" This reverts commit bd23c5b661858446267f4d6b2fb4edd8eb710dda. 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed