]> 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)
commit2c750ce3e87a0923ea5bf8497cc513533e50a102
tree6b82204d900297b27229bc01be40cc394d215665
parent04fcdda850eabe4df0f2e2824c1f013a0aebb008
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