]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Use regmap update bits operation for drivers using regmap
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 3 Dec 2011 12:33:55 +0000 (12:33 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 21 Jan 2012 21:15:38 +0000 (21:15 +0000)
commit4adfd474c5efdb4a220b85e5c0de6af9e02fc9e7
treec0fb13d21f18ed19c82e4d9214d440e34b0c474b
parentbbf2ab86b6fc84adcab39a5d6c00197fbd9acb03
ASoC: Use regmap update bits operation for drivers using regmap

If a driver is using regmap directly ensure that we're coherent with
non-ASoC register updates by using the regmap API directly to do our
read/modify/write cycles. This will bypass the ASoC cache but drivers
using regmap directly should not be using the ASoC cache.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c
sound/soc/soc-io.c