Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257602
b: refs/heads/master
c: f0f5039
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 17, 2011
1 parent c6194b2 commit fa68d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1479c3fb5f0ca8410428006cb04ca27263beea25
refs/heads/master: f0f5039c3dcc6f80756128aa38f2a4f5b895bbf1
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,9 @@ static int _wm8994_set_fll(struct snd_soc_codec *codec, int id, int src,
(fll.clk_ref_div << WM8994_FLL1_REFCLK_DIV_SHIFT) |
(src - 1));

/* Clear any pending completion from a previous failure */
try_wait_for_completion(&wm8994->fll_locked[id]);

/* Enable (with fractional mode if required) */
if (freq_out) {
if (fll.k)
Expand Down

0 comments on commit fa68d0f

Please sign in to comment.