Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270836
b: refs/heads/master
c: 6f25e4e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 11, 2011
1 parent a3e5c17 commit 3136f84
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: 35f0678ef7fc3a85d032bc870d1d11af6089e843
refs/heads/master: 6f25e4eed9751460ee5f0ae9ff26e3a201261f71
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8983.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ static int wm8983_probe(struct snd_soc_codec *codec)
return ret;
}

ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0x8983);
ret = snd_soc_write(codec, WM8983_SOFTWARE_RESET, 0);
if (ret < 0) {
dev_err(codec->dev, "Failed to issue reset: %d\n", ret);
return ret;
Expand Down

0 comments on commit 3136f84

Please sign in to comment.