Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371788
b: refs/heads/master
c: 86cd684
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Mar 8, 2013
1 parent 3a518d8 commit af19f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eca2e8e24a0c712c2613ce5704e9e73b693d2e98
refs/heads/master: 86cd684fcb3220f4aa20cf9e32fd1059373a608a
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ int arizona_set_fll_refclk(struct arizona_fll *fll, int source,
if (fll->ref_src == source && fll->ref_freq == Fref)
return 0;

if (fll->fout) {
if (fll->fout && Fref > 0) {
ret = arizona_calc_fll(fll, &ref, Fref, fll->fout);
if (ret != 0)
return ret;
Expand All @@ -1265,7 +1265,7 @@ int arizona_set_fll_refclk(struct arizona_fll *fll, int source,
fll->ref_src = source;
fll->ref_freq = Fref;

if (fll->fout) {
if (fll->fout && Fref > 0) {
arizona_enable_fll(fll, &ref, &sync);
}

Expand Down

0 comments on commit af19f65

Please sign in to comment.