]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ASoC: adapt multi-componentism again
authorTakashi Iwai <tiwai@suse.de>
Thu, 23 Sep 2010 05:40:16 +0000 (07:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 Sep 2010 05:41:37 +0000 (07:41 +0200)
Go back to the new world order.

(Also fixed indentation.)

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/soc-cache.c

index d4f11fbaf0f225607c37bea50fb4b2cd120c5e32..8a3f11cbcb2a2fcc72b61514ee168fd116c98d5d 100644 (file)
@@ -203,9 +203,9 @@ static int snd_soc_8_16_write(struct snd_soc_codec *codec, unsigned int reg,
        data[1] = (value >> 8) & 0xff;
        data[2] = value & 0xff;
 
-       if (!snd_soc_codec_volatile_register(codec, reg)
-               && reg < codec->reg_cache_size)
-                       reg_cache[reg] = value;
+       if (!snd_soc_codec_volatile_register(codec, reg) &&
+           reg < codec->driver->reg_cache_size)
+               reg_cache[reg] = value;
 
        if (codec->cache_only) {
                codec->cache_sync = 1;