summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2015-02-16 13:06:45 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-18 14:11:10 +0100
commitca729fdf691420fac264199140519c2f746d74c9 (patch)
tree060493ef4719fe883c120e34bd0f35ded6fe9eea
parent770728324034609df329e0622f5d474ac91889b0 (diff)
downloadlinux-stable-ca729fdf691420fac264199140519c2f746d74c9.tar.gz
ASoC: rt5670: Set RT5670_IRQ_CTRL1 non volatile
commit 850529249d7cce02e9bfae9476d09c8c51410d28 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--sound/soc/codecs/rt5670.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c
index 1e574c85b9c8..f4b869c638cc 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)
case RT5670_ADC_EQ_CTRL1:
case RT5670_EQ_CTRL1:
case RT5670_ALC_CTRL_1:
- case RT5670_IRQ_CTRL1:
case RT5670_IRQ_CTRL2:
case RT5670_INT_IRQ_ST:
case RT5670_IL_CMD: