Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182812
b: refs/heads/master
c: d11c5ab
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 4, 2010
1 parent 3918d52 commit 2e2c19c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5baf831541c61546c00e8d6f294cb10ed5d25e7d
refs/heads/master: d11c5ab186310389b8e573be00279bab0a565d30
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ static int wm8731_resume(struct platform_device *pdev)

/* Sync reg_cache with the hardware */
for (i = 0; i < ARRAY_SIZE(wm8731_reg); i++) {
if (cache[i] == wm8731_reg[i])
continue;

data[0] = (i << 1) | ((cache[i] >> 8) & 0x0001);
data[1] = cache[i] & 0x00ff;
codec->hw_write(codec->control_data, data, 2);
Expand Down

0 comments on commit 2e2c19c

Please sign in to comment.