From: Koro Chen Date: Mon, 11 May 2015 02:36:53 +0000 (+0800) Subject: ASoC: dapm: Modify widget stream name according to prefix X-Git-Tag: omap-for-v4.3/legacy-v2-signed~321^2~5^2~2^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb6eb0a1287;p=pandora-kernel.git ASoC: dapm: Modify widget stream name according to prefix When there is prefix specified, currently we will add this prefix in widget->name, but not in widget->sname. it causes failure at snd_soc_dapm_link_dai_widgets: if (!w->sname || !strstr(w->sname, dai_w->name)) because dai_w->name has prefix added, but w->sname does not. We should also add prefix for stream name Signed-off-by: Koro Chen Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed