diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-18 19:31:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-19 13:10:01 +0100 |
commit | f8faadb6f204049252fe832d28df04640fa7e88e (patch) | |
tree | 6f626fb05c4dd8ee1b590ca480bae9130c810793 /sound | |
parent | dc56c5a862d1491dcdc561241371949cca6362e1 (diff) | |
download | linux-3.10-f8faadb6f204049252fe832d28df04640fa7e88e.tar.gz linux-3.10-f8faadb6f204049252fe832d28df04640fa7e88e.tar.bz2 linux-3.10-f8faadb6f204049252fe832d28df04640fa7e88e.zip |
ASoC: WM9081 interrupt status register is volatile
Not that we have interrupt handling in the driver at the minute.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 2b6a75ce3f5..81761388ccf 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c @@ -173,6 +173,7 @@ static int wm9081_volatile_register(struct snd_soc_codec *codec, unsigned int re { switch (reg) { case WM9081_SOFTWARE_RESET: + case WM9081_INTERRUPT_STATUS: return 1; default: return 0; |