From: Kuninori Morimoto Date: Mon, 29 Oct 2012 07:37:22 +0000 (-0700) Subject: ASoC: fsi: fsi_set_master_clk() was called from fsi_hw_xxx() only X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~40^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddeb2d701b76bb1fc299c0f9306c63109769bc33;p=pandora-kernel.git ASoC: fsi: fsi_set_master_clk() was called from fsi_hw_xxx() only Current FSI driver is using fsi_set_master_clk() if it needs system clock. But this function was called from fsi_hw_shutdown()/fsi_dai_trigger()/fsi_resume() without a sense of unity. Because of this, sound playback after suspend failed sometimes. To keep consistency, fsi_master_clk() was called from fsi_hw_start/stop() only now. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed