]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: fsl_esai: Fix incorrect condition within ratio range check for FP
authorNicolin Chen <Guangyu.Chen@freescale.com>
Tue, 6 May 2014 08:55:59 +0000 (16:55 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 12 May 2014 22:13:13 +0000 (23:13 +0100)
commit89e47f62cf3eea7ad5e3d7d72ea846be37d6e352
treec10e8835050654ae7efc97a56772e431f66527f2
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5
ASoC: fsl_esai: Fix incorrect condition within ratio range check for FP

The range here from 1 to 16 is confined to FP divider only while the
sck_div indicates if the calculation contains PSR and PM dividers. So
for the case using PSR and PM since the sck_div is true, the range of
ratio would simply become bigger than 16.

So this patch fixes the condition here and adds one line comments to
make the purpose here clear.

Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_esai.c