]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Use a normal cache sync for WM8903
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 2 Dec 2011 18:23:37 +0000 (18:23 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 3 Dec 2011 10:59:45 +0000 (10:59 +0000)
commitd4764fde1259063f3ad3490294648a5c94700c1d
tree6b82204d900297b27229bc01be40cc394d215665
parentbd52392f959f95c585a2eec44dc5d2f4e0820061
ASoC: Use a normal cache sync for WM8903

The driver used to use a complicated method to sync the register cache
after having brought the bias level up to standby in resume due to the
use of the write sequencer to manage the initial power up. Now that we
don't use the write sequencer there is no need for this and we can just
use snd_soc_cache_sync() directly.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
sound/soc/codecs/wm8903.c