commit | 8a713da8d1ce9ceaf738b32e2b24f22d4432f886 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Dec 03 12:33:55 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Jan 21 21:15:38 2012 +0000 |
tree | c0fb13d21f18ed19c82e4d9214d440e34b0c474b | |
parent | 278047fd654dde7ed95c8604fcefeeacc5c0bb2b [diff] |
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>