diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-05 12:55:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-10 11:11:22 +0100 |
commit | 20dc24a951f4792070803d8f1838c8ed3f4e5d57 (patch) | |
tree | b111a1254243eb8ae8901f1a3448802900c752e4 /sound/soc/codecs/wm8994.h | |
parent | 34ff0f95b1d7afc707f121ea3ae6b211fc176fbd (diff) | |
download | blackbird-op-linux-20dc24a951f4792070803d8f1838c8ed3f4e5d57.tar.gz blackbird-op-linux-20dc24a951f4792070803d8f1838c8ed3f4e5d57.zip |
ASoC: wm8994: Implement FLL bypass support
Later WM8994 class devices can bypass the FLL from BCLK. Do this
automatically when the FLL input and output frequencies match up.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.h')
-rw-r--r-- | sound/soc/codecs/wm8994.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.h b/sound/soc/codecs/wm8994.h index c724112998d8..91650bba205e 100644 --- a/sound/soc/codecs/wm8994.h +++ b/sound/soc/codecs/wm8994.h @@ -79,6 +79,7 @@ struct wm8994_priv { struct wm8994_fll_config fll[2], fll_suspend[2]; struct completion fll_locked[2]; bool fll_locked_irq; + bool fll_byp; int vmid_refcount; int active_refcount; |