diff options
author | Bard Liao <bardliao@realtek.com> | 2015-02-16 00:06:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-24 03:22:39 -0500 |
commit | 850529249d7cce02e9bfae9476d09c8c51410d28 (patch) | |
tree | d0a0d8223aede535c385b935f80b7a00a835335f /sound/soc | |
parent | e7a961c9578ce227d3c62c4cce9463b763a1e0c0 (diff) |
ASoC: rt5670: Set RT5670_IRQ_CTRL1 non volatile
RT5670_IRQ_CTRL1(0xbd) is a non volatile register. And we need to
restore its value after suspend/resume.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/rt5670.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c index d33f33ce865a..b651bc06cfdf 100644 --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c | |||
@@ -223,7 +223,6 @@ static bool rt5670_volatile_register(struct device *dev, unsigned int reg) | |||
223 | case RT5670_ADC_EQ_CTRL1: | 223 | case RT5670_ADC_EQ_CTRL1: |
224 | case RT5670_EQ_CTRL1: | 224 | case RT5670_EQ_CTRL1: |
225 | case RT5670_ALC_CTRL_1: | 225 | case RT5670_ALC_CTRL_1: |
226 | case RT5670_IRQ_CTRL1: | ||
227 | case RT5670_IRQ_CTRL2: | 226 | case RT5670_IRQ_CTRL2: |
228 | case RT5670_INT_IRQ_ST: | 227 | case RT5670_INT_IRQ_ST: |
229 | case RT5670_IL_CMD: | 228 | case RT5670_IL_CMD: |