Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216578
b: refs/heads/master
c: 005d65f
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Sep 23, 2010
1 parent 037bc55 commit cca1388
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: db49c146a8c0e8d49c0ff029c2496d47660dfb28
refs/heads/master: 005d65fbac28e6cf32c76e95163012eb326f37e4
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static int snd_soc_8_8_write(struct snd_soc_codec *codec, unsigned int reg,
data[0] = reg;
data[1] = value & 0xff;

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

Expand Down

0 comments on commit cca1388

Please sign in to comment.