Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120181
b: refs/heads/master
c: e775f6c
h: refs/heads/master
i:
  120179: 4e08a1e
v: v3
  • Loading branch information
Mark Brown committed Oct 30, 2008
1 parent d4efb42 commit 5437f48
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: 1b340bd7e444f20eb2df88c65fa34960c4736ee9
refs/heads/master: e775f6c0fb6ac25ab8845d4ad1e17b4b015487f0
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,8 @@ int wm9713_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) != wm9713_reg[0])
return -EIO;
return 0;
Expand Down

0 comments on commit 5437f48

Please sign in to comment.