Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193463
b: refs/heads/master
c: fd5722e
h: refs/heads/master
i:
  193461: da07762
  193459: 34aaf99
  193455: 831b5ba
v: v3
  • Loading branch information
Mark Brown committed May 11, 2010
1 parent d902da6 commit c543bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d11bb4a925613fa814ed4ae350440eb24ebff336
refs/heads/master: fd5722e5cdb233bbc47e782e10b3b5e3488a22fa
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,8 @@ static int wm8994_write(struct snd_soc_codec *codec, unsigned int reg,
if (!wm8994_volatile(reg))
wm8994->reg_cache[reg] = value;

dev_dbg(codec->dev, "0x%x = 0x%x\n", reg, value);

return wm8994_reg_write(codec->control_data, reg, value);
}

Expand Down

0 comments on commit c543bb1

Please sign in to comment.