Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273574
b: refs/heads/master
c: 0b7dd6a
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 1, 2011
1 parent 151bfd3 commit cacb1fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2af8de8c39cf58e5a5e40a9d5d71332da98e6ba7
refs/heads/master: 0b7dd6ad92b6cace35dc5d06d6e236c2751c85dc
17 changes: 8 additions & 9 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -2366,15 +2366,14 @@ static int sysclk_event(struct snd_soc_dapm_widget *w,

snd_soc_update_bits(codec, WM8962_FLL_CONTROL_1,
WM8962_FLL_ENA, WM8962_FLL_ENA);
if (wm8962->irq) {
timeout = msecs_to_jiffies(5);
timeout = wait_for_completion_timeout(&wm8962->fll_lock,
timeout);

if (timeout == 0)
dev_err(codec->dev,
"Timed out starting FLL\n");
}

timeout = msecs_to_jiffies(5);
timeout = wait_for_completion_timeout(&wm8962->fll_lock,
timeout);

if (wm8962->irq && timeout == 0)
dev_err(codec->dev,
"Timed out starting FLL\n");
}
break;

Expand Down

0 comments on commit cacb1fa

Please sign in to comment.