From 313da5421c7ab1c8a4911a56797b2af7f2bf80fc Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 28 Nov 2012 11:50:34 +0000 Subject: [PATCH] --- yaml --- r: 342677 b: refs/heads/master c: 50fcfe45d70b0059d53904e5245be65e1a8bca7c h: refs/heads/master i: 342675: 5d39741d8f71fcaf5d2035b4300e985d1aecc2b8 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 ba4a491172a1..8f47b485a8ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1cbe4bcae342973e36447aa03a609bc25804f416 +refs/heads/master: 50fcfe45d70b0059d53904e5245be65e1a8bca7c diff --git a/trunk/sound/soc/codecs/arizona.c b/trunk/sound/soc/codecs/arizona.c index d49764388f1c..bf6844389ebf 100644 --- a/trunk/sound/soc/codecs/arizona.c +++ b/trunk/sound/soc/codecs/arizona.c @@ -985,6 +985,9 @@ int arizona_set_fll(struct arizona_fll *fll, int source, if (ena) pm_runtime_put_autosuspend(arizona->dev); + fll->fref = Fref; + fll->fout = Fout; + return 0; }