Skip to content

Commit

Permalink
ASoC: Fix multi-componentism
Browse files Browse the repository at this point in the history
Spot the build testing.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 22, 2010
1 parent d47372e commit 0077ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static int snd_soc_8_16_write(struct snd_soc_codec *codec, unsigned int reg,
data[2] = value & 0xff;

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

if (codec->cache_only) {
Expand Down

0 comments on commit 0077ca0

Please sign in to comment.