]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: arizona: Calculate FLL gain last
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 7 Mar 2014 16:34:23 +0000 (16:34 +0000)
committerMark Brown <broonie@linaro.org>
Sun, 9 Mar 2014 08:28:07 +0000 (08:28 +0000)
commit5a3935c7643966e4172e7a704a48a35f9b4dc668
tree29319d73672a3def02aeb4d7bccbc10de9779fac
parentf641aec62c948c7754429136ad176824fbb97238
ASoC: arizona: Calculate FLL gain last

No part of the FLL calculation depends on the value determined for the
gain but the gain does depend on other values. In preparation for future
updates this patch moves the gain to be the last thing calculated.

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