Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157584
b: refs/heads/master
c: 0c11f65
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 17, 2009
1 parent 1e70f3a commit 098c3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8aa2df53088f024b13cb005956bd6da94cc1fd2d
refs/heads/master: 0c11f655553c84bb695fdd5ea8b19d42b41b7133
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,10 @@ static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,

/* Fref must be <=13.5MHz */
div = 1;
fll_div->fll_clk_ref_div = 0;
while ((Fref / div) > 13500000) {
div *= 2;
fll_div->fll_clk_ref_div++;

if (div > 8) {
pr_err("Can't scale %dMHz input down to <=13.5MHz\n",
Expand Down

0 comments on commit 098c3ba

Please sign in to comment.