Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371785
b: refs/heads/master
c: 576411b
h: refs/heads/master
i:
  371783: daf42c9
v: v3
  • Loading branch information
Mark Brown committed Mar 6, 2013
1 parent 02d5a1a commit 17dd467
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 9a412cdb1ab0ad984b76debfe562cb7a2c815371
refs/heads/master: 576411be200ee0e0801f1fe57d5e7ee787bb1a90
11 changes: 11 additions & 0 deletions trunk/sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,17 @@ static void arizona_enable_fll(struct arizona_fll *fll,
return;
}

/*
* Increase the bandwidth if we're not using a low frequency
* sync source.
*/
if (fll->sync_src >= 0 && fll->sync_freq > 100000)
regmap_update_bits(arizona->regmap, fll->base + 0x17,
ARIZONA_FLL1_SYNC_BW, 0);
else
regmap_update_bits(arizona->regmap, fll->base + 0x17,
ARIZONA_FLL1_SYNC_BW, ARIZONA_FLL1_SYNC_BW);

if (!arizona_is_enabled_fll(fll))
pm_runtime_get(arizona->dev);

Expand Down

0 comments on commit 17dd467

Please sign in to comment.