ASoC: Fix multi-componentism

Spot the build testing.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

+1 -1
+1 -1
sound/soc/soc-cache.c
··· 204 204 data[2] = value & 0xff; 205 205 206 206 if (!snd_soc_codec_volatile_register(codec, reg) 207 - && reg < codec->driver->reg_cache_size) 207 + && reg < codec->reg_cache_size) 208 208 reg_cache[reg] = value; 209 209 210 210 if (codec->cache_only) {