[Sound-open-firmware] [PATCH 1/4] interrupt-map: add cpu param for IRQ

Jie, Yang yang.jie at intel.com
Tue Sep 19 09:46:39 CEST 2017


Sorry, this is a duplicate one, please ignore it.

Thanks,
~Keyon


>-----Original Message-----
>From: Keyon Jie [mailto:yang.jie at linux.intel.com]
>Sent: Tuesday, September 19, 2017 3:47 PM
>To: sound-open-firmware at alsa-project.org; liam.r.girdwood at linux.intel.com
>Cc: Jie, Yang <yang.jie at intel.com>; Keyon Jie <yang.jie at linux.intel.com>
>Subject: [PATCH 1/4] interrupt-map: add cpu param for IRQ
>
>Signed-off-by: Keyon Jie <yang.jie at linux.intel.com>
>---
> src/include/reef/interrupt-map.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/src/include/reef/interrupt-map.h b/src/include/reef/interrupt-map.h
>index a292279..1856e95 100644
>--- a/src/include/reef/interrupt-map.h
>+++ b/src/include/reef/interrupt-map.h
>@@ -43,6 +43,7 @@
> #define REEF_IRQ(_bit, _level, _cpu, _number) \
> 	((_bit << REEF_IRQ_BIT_SHIFT) \
> 	| (_level << REEF_IRQ_LEVEL_SHIFT)\
>+	| (_cpu << REEF_IRQ_CPU_SHIFT)\
> 	| (_number << REEF_IRQ_NUM_SHIFT))
>
> #ifdef CONFIG_IRQ_MAP
>--
>2.11.0



More information about the Sound-open-firmware mailing list