On Fri, Dec 02, 2011 at 07:07:10PM +0000, Mark Brown wrote:
This is a random collection of WM8903 updates that I started coding because I was looking at the driver and spotted a few style issues but haven't actually tested yet. I'm pushing them out now mostly because Stephen is also working on the driver and I want to avoid collisions. There's also a patch to convert to devm_kzalloc() that I posted earlier but that's trivial enough.
It's pretty nice that even though I added a readable register function for regmap listing every register in the chip the overall diffstat is neutral, mostly as a result of the more efficient cache specification format that regmap has.
Resending after rebasing onto -next, sorry about the noise...
Mark Brown (6): ASoC: Use table based control init for WM8903 ASoC: WM8903 only supports I2C so don't ifdef it ASoC: Use a normal cache sync for WM8903 ASoC: Don't resync WM8903 register cache on reset ASoC: Convert WM8903 to direct regmap API usage ASoC: Move initial WM8903 identification and reset to I2C probe
sound/soc/codecs/wm8903.c | 449 +++++++++++++++++++++++---------------------- 1 files changed, 225 insertions(+), 224 deletions(-)