diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-11-19 13:52:20 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-19 10:18:05 +0000 |
commit | 683996cb2255373c2055e7b69584ac153eb49f42 (patch) | |
tree | 62b3f84ee6411ece465262e97965303515dbd870 /sound/soc/codecs/rt5677.h | |
parent | 35d40d10e95f52569570dc4e26da19f072aa256d (diff) |
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__ */ |