Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210996
b: refs/heads/master
c: 0077ca0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 22, 2010
1 parent f0182bb commit 84bd539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d47372e852391d0c6553dfbc7c4c56b89b527e13
refs/heads/master: 0077ca0b5c986477e33451b797b6e7dc92a8bbc0
2 changes: 1 addition & 1 deletion trunk/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 84bd539

Please sign in to comment.