From: Stephen Warren Date: Tue, 19 Apr 2011 21:25:09 +0000 (-0600) Subject: ASoC: Tegra: Don't return mclk_changed from utils_set_rate X-Git-Tag: v3.0-rc1~347^2~1^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075413966a6ea389f78f4cc2e957708c1d6db8c5;p=pandora-kernel.git ASoC: Tegra: Don't return mclk_changed from utils_set_rate Only the clock programming code needs to know whether the clocks changed, and that is encapsulated within tegra_asoc_utils_set_rate(). The machine driver's call to snd_soc_dai_set_sysclk(codec_dai, ...) is safe irrespective of whether the clocks changed. (Applying Mark's TrimSlice review comments to the existing driver) Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed