Skip to content

Commit 0077ca0

Browse files
committed
ASoC: Fix multi-componentism
Spot the build testing. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
1 parent d47372e commit 0077ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/soc-cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ static int snd_soc_8_16_write(struct snd_soc_codec *codec, unsigned int reg,
204204
data[2] = value & 0xff;
205205

206206
if (!snd_soc_codec_volatile_register(codec, reg)
207-
&& reg < codec->driver->reg_cache_size)
207+
&& reg < codec->reg_cache_size)
208208
reg_cache[reg] = value;
209209

210210
if (codec->cache_only) {

0 commit comments

Comments
 (0)