[Sound-open-firmware] [PATCH 2/2] interrupt: cannonlake: cleanup interrupt mask
Keyon Jie
yang.jie at linux.intel.com
Mon Mar 12 10:17:34 CET 2018
We don't have SOFTWARE1 interrupt on cannonlake, but have SOFTWARE10,
here correct it.
Signed-off-by: Keyon Jie <yang.jie at linux.intel.com>
---
src/platform/cannonlake/include/platform/interrupt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/platform/cannonlake/include/platform/interrupt.h b/src/platform/cannonlake/include/platform/interrupt.h
index 4735ddc..fcbac65 100644
--- a/src/platform/cannonlake/include/platform/interrupt.h
+++ b/src/platform/cannonlake/include/platform/interrupt.h
@@ -141,7 +141,6 @@
#define IRQ_MASK_SOFTWARE0 (1 << IRQ_NUM_SOFTWARE0)
#define IRQ_MASK_TIMER1 (1 << IRQ_NUM_TIMER1)
#define IRQ_MASK_EXT_LEVEL1 (1 << IRQ_NUM_EXT_LEVEL1)
-#define IRQ_MASK_SOFTWARE1 (1 << IRQ_NUM_SOFTWARE1)
#define IRQ_MASK_SOFTWARE2 (1 << IRQ_NUM_SOFTWARE2)
#define IRQ_MASK_TIMER2 (1 << IRQ_NUM_TIMER2)
#define IRQ_MASK_EXT_LEVEL2 (1 << IRQ_NUM_EXT_LEVEL2)
@@ -158,6 +157,7 @@
#define IRQ_MASK_EXT_LEVEL6 (1 << IRQ_NUM_EXT_LEVEL6)
#define IRQ_MASK_EXT_LEVEL7 (1 << IRQ_NUM_EXT_LEVEL7)
#define IRQ_MASK_SOFTWARE9 (1 << IRQ_NUM_SOFTWARE9)
+#define IRQ_MASK_SOFTWARE10 (1 << IRQ_NUM_SOFTWARE10)
void platform_interrupt_init(void);
--
2.14.1
More information about the Sound-open-firmware
mailing list