Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8faadb6 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: WM9081 interrupt status register is volatile



Not that we have interrupt handling in the driver at the minute.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent dc56c5a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;