diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-11-19 06:52:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-19 11:18:05 +0100 |
commit | 683996cb2255373c2055e7b69584ac153eb49f42 (patch) | |
tree | 62b3f84ee6411ece465262e97965303515dbd870 /sound/soc/codecs/rt5677.h | |
parent | ASoC: rt5677: Follow the gpio naming rule to rename the irq function (diff) | |
download | linux-683996cb2255373c2055e7b69584ac153eb49f42.tar.xz linux-683996cb2255373c2055e7b69584ac153eb49f42.zip |
ASoC: rt5677: Set the slow charge of the vref in the end of the power sequences
Set the slow charge of the vref in the end of the power sequences
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index 2979d5a05789..a02f64c23596 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -1687,6 +1687,7 @@ struct rt5677_priv { bool dsp_vad_en; struct regmap_irq_chip_data *irq_data; bool is_dsp_mode; + bool is_vref_slow; }; #endif /* __RT5677_H__ */ |