Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182814
b: refs/heads/master
c: 1050563
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 4, 2010
1 parent a6dac8c commit bc6cd71
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: e0fb28e079b50f891b6c9db1c2bb25fef3268cf4
refs/heads/master: 10505634bfa74871118a21eef8617acad00e4019
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8961.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,9 @@ static int wm8961_resume(struct platform_device *pdev)
int i;

for (i = 0; i < codec->reg_cache_size; i++) {
if (reg_cache[i] == wm8961_reg_defaults[i])
continue;

if (i == WM8961_SOFTWARE_RESET)
continue;

Expand Down

0 comments on commit bc6cd71

Please sign in to comment.