From: Kuninori Morimoto Date: Tue, 6 Nov 2012 02:30:38 +0000 (-0800) Subject: ASoC: fsi: add master clock control functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~40^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6f6d85210c4d0265cf48e9958c04e08595055a;p=pandora-kernel.git ASoC: fsi: add master clock control functions Current FSI driver required set_rate() platform callback function to set audio clock if it was master mode, because it seemed that CPG/FSI-DIV clocks calculation depend on platform/board/cpu. But it was calculable regardless of platform. This patch supports audio clock calculation method, but the sampling rate under 32kHz is not supported at this point. Old type set_rate() is still supported now, but it will be deleted on next version Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed