Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182813
b: refs/heads/master
c: e0fb28e
h: refs/heads/master
i:
  182811: 3918d52
v: v3
  • Loading branch information
Mark Brown committed Jan 4, 2010
1 parent 2e2c19c commit a6dac8c
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: d11c5ab186310389b8e573be00279bab0a565d30
refs/heads/master: e0fb28e079b50f891b6c9db1c2bb25fef3268cf4
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8776.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ static int wm8776_resume(struct platform_device *pdev)

/* Sync reg_cache with the hardware */
for (i = 0; i < ARRAY_SIZE(wm8776_reg); i++) {
if (cache[i] == wm8776_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 a6dac8c

Please sign in to comment.