]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8996: Inline wm8996_reset() and optimise cache-only usage
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 11 Jun 2012 10:41:16 +0000 (18:41 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 25 Jun 2012 08:55:01 +0000 (09:55 +0100)
commitafe767df01db85cb08e7becadc49ed0717b0287f
tree6f23bd4a3d65d00134b272dd44ef2376b4fea0c9
parent3afada6e6cc69a55f454ea0e89a75440bea14c22
ASoC: wm8996: Inline wm8996_reset() and optimise cache-only usage

There is only one caller and this allows us to cleanly leave the CODEC
with the internal LDO powered down which is the default state we're
looking for and means that we can robustly disable the register cache
only when we either disable the LDO or power down the external
regulators.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8996.c