Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132856
b: refs/heads/master
c: ce3bdaa
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 19, 2009
1 parent a842969 commit 96fb928
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c6f2981170272cce2c192087a16dd74dbde25ed2
refs/heads/master: ce3bdaa8710c10eec5a6dae67aaf73088d0ced4f
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,10 @@ static int wm8731_register(struct wm8731_priv *wm8731)
reg = wm8731_read_reg_cache(codec, WM8731_RINVOL);
wm8731_write(codec, WM8731_RINVOL, reg & ~0x0100);

/* Disable bypass path by default */
reg = wm8731_read_reg_cache(codec, WM8731_APANA);
wm8731_write(codec, WM8731_APANA, reg & ~0x4);

wm8731_codec = codec;

ret = snd_soc_register_codec(codec);
Expand Down

0 comments on commit 96fb928

Please sign in to comment.