From: Kuninori Morimoto Date: Thu, 21 Apr 2011 01:33:36 +0000 (+0900) Subject: ASoC: sh: fsi: add fsi_is_clk_master function X-Git-Tag: v3.0-rc1~347^2~1^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9ebad8214bba404255d1b209a038dc739c37b7;p=pandora-kernel.git ASoC: sh: fsi: add fsi_is_clk_master function If FSI port is clock master, it use set_rate function which is callback from platform, and it is not necessary to call it if FSI port is clock slave. Current FSI driver called this callback if platform provide it. This patch modify it. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed