Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193403
b: refs/heads/master
c: 7add84a
h: refs/heads/master
i:
  193401: 213b0ed
  193399: f817bf6
v: v3
  • Loading branch information
Mark Brown committed Apr 21, 2010
1 parent 12b1336 commit 4ff3be6
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ee839a2127a4f74505c5597966919ca57413f4de
refs/heads/master: 7add84aa779b4f7ca39484a82a11e01d7acd4dca
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,11 @@ static int wm8994_set_fll(struct snd_soc_dai *dai, int id, int src,
}

switch (src) {
case 0:
/* Allow no source specification when stopping */
if (freq_out)
return -EINVAL;
break;
case WM8994_FLL_SRC_MCLK1:
case WM8994_FLL_SRC_MCLK2:
case WM8994_FLL_SRC_LRCLK:
Expand Down

0 comments on commit 4ff3be6

Please sign in to comment.