Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132854
b: refs/heads/master
c: 519cf2d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 18, 2009
1 parent c8a7a5a commit 636fb8f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 6bab83fd886564e96abcff62862732159535f600
refs/heads/master: 519cf2df5fb50c6d24412b2421ce2d1ff0346163
7 changes: 6 additions & 1 deletion trunk/sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,14 @@ static int wm8731_register(struct wm8731_priv *wm8731)

memcpy(codec->reg_cache, wm8731_reg, sizeof(wm8731_reg));

ret = wm8731_reset(codec);
if (ret < 0) {
dev_err(codec->dev, "Failed to issue reset\n");
return ret;
}

wm8731_dai.dev = codec->dev;

wm8731_reset(codec);
wm8731_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

/* Latch the update bits */
Expand Down

0 comments on commit 636fb8f

Please sign in to comment.