From: Kuninori Morimoto Date: Wed, 23 Apr 2014 05:59:12 +0000 (+0900) Subject: ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock X-Git-Tag: omap-for-v3.16/fixes-against-rc1~177^2~2^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836b31fe1a9791d84ed95783ed42ebd5719f7918;p=pandora-kernel.git ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock rsnd_soc_dai_trigger() will be called after rsnd_dai_pointer_update() function which is using rsnd_lock(). Thus, it should be called from outside of rsnd_lock(). Kernel will be hangup without this patch. Special thanks to Kataoka-san Reported-by: Ryo Kataoka Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed