[PATCH 1/1] ASoC: fsl_ssi: add CCSR_SSI_SOR to volatile register list

From: Caleb Crome
Date: Mon Apr 25 2016 - 14:02:38 EST


Due to caching, SOR wasn't written when it should have been. This
patch simply adds SOR to the volatile list.

Signed-off-by: Caleb Crome <caleb@xxxxxxxxx>
---
sound/soc/fsl/fsl_ssi.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
index 216e3cb..2f3bf9c 100644
--- a/sound/soc/fsl/fsl_ssi.c
+++ b/sound/soc/fsl/fsl_ssi.c
@@ -151,6 +151,7 @@ static bool fsl_ssi_volatile_reg(struct device *dev, unsigned int reg)
case CCSR_SSI_SACDAT:
case CCSR_SSI_SATAG:
case CCSR_SSI_SACCST:
+ case CCSR_SSI_SOR:
return true;
default:
return false;
--
1.9.1