From 3a518d8befeeb0e3aeeea5b6dab5a4bcc9233397 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 6 Mar 2013 00:09:59 +0800 Subject: [PATCH] --- yaml --- r: 371787 b: refs/heads/master c: eca2e8e24a0c712c2613ce5704e9e73b693d2e98 h: refs/heads/master i: 371785: 17dd467925edb0873290285ea237074fcae36adb 371783: daf42c944ce00b44ae1622c87543823fef961594 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/arizona.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0fee5f0b51d1..c55574e412ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f113d7d2606003e485c4e8452977750d916dbc6 +refs/heads/master: eca2e8e24a0c712c2613ce5704e9e73b693d2e98 diff --git a/trunk/sound/soc/codecs/arizona.c b/trunk/sound/soc/codecs/arizona.c index 8b7855df99de..53ddd529769c 100644 --- a/trunk/sound/soc/codecs/arizona.c +++ b/trunk/sound/soc/codecs/arizona.c @@ -1187,6 +1187,9 @@ static void arizona_enable_fll(struct arizona_fll *fll, arizona_apply_fll(arizona, fll->base, sync, fll->sync_src, false); + + regmap_update_bits(arizona->regmap, fll->base + 0x11, + ARIZONA_FLL1_SYNC_ENA, 0); } else { arizona_fll_err(fll, "No clocks provided\n"); return;