diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:23:13 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:23:13 +0200 |
commit | 0e0de4f197bf329fdfed876468d0c61e81021f52 (patch) | |
tree | 7be982ea0f6606c03b842b0540da74d4b85a7cff /fw | |
parent | 838c430635b146a545033bf4f4552c02958508f2 (diff) |
new stereo audio driver
Diffstat (limited to 'fw')
-rw-r--r-- | fw/fe310/eos/irq_def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fw/fe310/eos/irq_def.h b/fw/fe310/eos/irq_def.h index ea3e7a8..fc16489 100644 --- a/fw/fe310/eos/irq_def.h +++ b/fw/fe310/eos/irq_def.h @@ -1,12 +1,12 @@ #define IRQ_PRIORITY_I2S_SD 7 -#define IRQ_PRIORITY_I2S_WS 6 + +#define IRQ_PRIORITY_EVE 5 +#define IRQ_PRIORITY_CTP 5 #define IRQ_PRIORITY_SPI_XCHG 5 #define IRQ_PRIORITY_NET_CTS 4 #define IRQ_PRIORITY_NET_RTS 4 -#define IRQ_PRIORITY_UART 1 +#define IRQ_PRIORITY_UART 2 -#define IRQ_PRIORITY_EVE 5 -#define IRQ_PRIORITY_CTP 5 |