From: Charles Keepax Date: Fri, 7 Mar 2014 16:34:20 +0000 (+0000) Subject: ASoC: arizona: Move calculation of FLL configuration X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f785a8bc33a98c4c384a653b9bff9c0cc3591d;p=pandora-kernel.git ASoC: arizona: Move calculation of FLL configuration Currently the FLL configuration is calculated before it is known which FLL path the configuration will be applied to. Newer versions of the IP have differences in the configuration required for each FLL path, which makes it complicated to calculate the FLL configuration in advance. This patch simply checks the validity of a requested input and output frequency before we know which FLL path they will be applied to and saves the actual calculation of the configuration until we know where the settings will be applied. Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed