Re: [PATCH 3/9] ASoC: codecs: wm8523: Fix register cacheincoherency

From: Mark Brown
Date: Fri Dec 24 2010 - 10:59:31 EST


On Fri, Dec 24, 2010 at 02:47:58PM +0100, Lars-Peter Clausen wrote:

> /* Change some default settings - latch VU and enable ZC */
> - wm8523->reg_cache[WM8523_DAC_GAINR] |= WM8523_DACR_VU;
> - wm8523->reg_cache[WM8523_DAC_CTRL3] |= WM8523_ZC;
> + reg_cache[WM8523_DAC_GAINR] |= WM8523_DACR_VU;
> + reg_cache[WM8523_DAC_CTRL3] |= WM8523_ZC;

All the drivers where you're making this substitution should in
principle be changed to use snd_soc_update_bits() since we now have
support for multiple cache memory formats so may not have this flat in
memory structure, though for the sake of getting the fixes in it's
probably best to ignore that and fix it up later.
--
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/