Skip to content

Commit

Permalink
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kerne…
Browse files Browse the repository at this point in the history
…l/git/broonie/sound-2.6 into topic/asoc
  • Loading branch information
Takashi Iwai committed Sep 23, 2010
2 parents 391d8a0 + 0077ca0 commit 42c39a6
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 42c39a6

Please sign in to comment.