Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230364
b: refs/heads/master
c: 249c515
h: refs/heads/master
v: v3
  • Loading branch information
Mario Becroft authored and Mark Brown committed Dec 10, 2010
1 parent cd6fa6f commit dc50834
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: 07a9e2b2fbdda631eeff54e4b8ebcaaea71be538
refs/heads/master: 249c5156b8a743e3df5386c5cb7ae3df1d754e50
4 changes: 4 additions & 0 deletions trunk/sound/soc/codecs/wm9081.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,10 @@ static int wm9081_set_fll(struct snd_soc_codec *codec, int fll_id,
reg5 |= fll_div.fll_clk_ref_div << WM9081_FLL_CLK_REF_DIV_SHIFT;
snd_soc_write(codec, WM9081_FLL_CONTROL_5, reg5);

/* Set gain to the recommended value */
snd_soc_update_bits(codec, WM9081_FLL_CONTROL_4,
WM9081_FLL_GAIN_MASK, 0);

/* Enable the FLL */
snd_soc_write(codec, WM9081_FLL_CONTROL_1, reg1 | WM9081_FLL_ENA);

Expand Down

0 comments on commit dc50834

Please sign in to comment.