14 Oct
2011
14 Oct
'11
1:32 a.m.
On Fri, Oct 14, 2011 at 06:39:43AM +0800, Axel Lin wrote:
codec->cache_bypass = 1;
for (i = 0 ; i < codec->driver->reg_cache_size ; i += step) {
snd_soc_read(codec, i);
cache[i] = val;
}
codec->cache_bypass = 0;
Oh, sorry - I misread this and this is what I'm expecting.