Explorar o código

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>
Mark Brown %!s(int64=14) %!d(string=hai) anos
pai
achega
f8faadb6f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      sound/soc/codecs/wm9081.c

+ 1 - 0
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;