diff options
author | Bard Liao <bardliao@realtek.com> | 2015-02-16 13:06:45 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-24 17:22:39 +0900 |
commit | 850529249d7cce02e9bfae9476d09c8c51410d28 (patch) | |
tree | d0a0d8223aede535c385b935f80b7a00a835335f /sound | |
parent | e7a961c9578ce227d3c62c4cce9463b763a1e0c0 (diff) | |
download | linux-850529249d7cce02e9bfae9476d09c8c51410d28.tar.gz linux-850529249d7cce02e9bfae9476d09c8c51410d28.tar.bz2 linux-850529249d7cce02e9bfae9476d09c8c51410d28.zip |
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')
-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) 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: |