Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148277
b: refs/heads/master
c: 63c26ba
h: refs/heads/master
i:
  148275: 571cb26
v: v3
  • Loading branch information
Marek Vasut authored and Mark Brown committed May 14, 2009
1 parent 79cb805 commit b6b3eb6
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: c13cb78ace34ef9e4cfa2a2fae9a7772d90d6ace
refs/heads/master: 63c26baa2aa624b023892d66ed696525fc787560
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ static int wm9712_reset(struct snd_soc_codec *codec, int try_warm)
}

soc_ac97_ops.reset(codec->ac97);
if (soc_ac97_ops.warm_reset)
soc_ac97_ops.warm_reset(codec->ac97);
if (ac97_read(codec, 0) != wm9712_reg[0])
goto err;
return 0;
Expand Down

0 comments on commit b6b3eb6

Please sign in to comment.