From: Kuninori Morimoto Date: Mon, 23 May 2011 11:46:07 +0000 (+0900) Subject: ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt. X-Git-Tag: v3.1-rc1~271^2~2^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9478e0b60fb4a7adde72d4a86b826d396b607a61;p=pandora-kernel.git ASoC: sh: fsi: remove pm_runtime from fsi_dai_set_fmt. pm_runtime_get/put_sync were used to access FSI register in fsi_dai_set_fmt which is called when ALSA probe. But this register value will disappear after pm_runtime_put_sync if platform is supporting RuntimePM. To solve this issue, this patch adds new variable for format, and remove pm_runtime_get/put_sync from fsi_dai_set_fmt. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed