26 Mar
2011
26 Mar
'11
1:48 p.m.
On Sat, Mar 26, 2011 at 03:36:15AM -0400, Mike Frysinger wrote:
From: Cliff Cai cliff.cai@analog.com
Signed-off-by: Cliff Cai cliff.cai@analog.com Signed-off-by: Mike Frysinger vapier@gentoo.org
The conversion itself is good but one thing:
- for (i = 0; i < ARRAY_SIZE(ssm2602_reg); i++)
snd_soc_write(codec, i, cache[i]);
The core cache sync stuff would be good here - that can be fixed in an incremental patch if Liam is OK with this version.