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; }