Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283698
b: refs/heads/master
c: 0469e7b
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 8, 2011
1 parent c0f9c21 commit 9984031
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 620c36ae661354aff4f1213b8eda6e181a39fb1e
refs/heads/master: 0469e7b98cde0579d16ce5868eccccfec1bc043e
6 changes: 6 additions & 0 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -4038,6 +4038,12 @@ static int wm8962_probe(struct snd_soc_codec *codec)
/* Stereo control for EQ */
snd_soc_update_bits(codec, WM8962_EQ1, WM8962_EQ_SHARED_COEFF, 0);

/* Don't debouce interrupts so we don't need SYSCLK */
snd_soc_update_bits(codec, WM8962_IRQ_DEBOUNCE,
WM8962_FLL_LOCK_DB | WM8962_PLL3_LOCK_DB |
WM8962_PLL2_LOCK_DB | WM8962_TEMP_SHUT_DB,
0);

wm8962_add_widgets(codec);

/* Save boards having to disable DMIC when not in use */
Expand Down

0 comments on commit 9984031

Please sign in to comment.