]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: arizona: Do not test ratio zero as it is not a valid setting
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 9 Jul 2014 16:41:43 +0000 (17:41 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 10 Jul 2014 10:09:14 +0000 (12:09 +0200)
commit4714bc015de147c2da5248762b2772c6dbf160eb
tree7c09b92c9cb43e560970c2a846b61b20558ee24f
parente73a2571988870372f7f2b6072a98f49e414be66
ASoC: arizona: Do not test ratio zero as it is not a valid setting

Zero is not a valid FRATIO for the FLL, as such we shouldn't test it
whilst refining the FRATIO. This patch does just that.

Reported-by: Ryo Tsutsui <ryo.tsutsui@wolfsonmicro.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/arizona.c