Re: [PATCH 1/3] ASoC: alc5623: Convert codec->hw_read toregmap_read

From: Mark Brown
Date: Thu Oct 13 2011 - 19:32:53 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/