Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sansa AMS: more compat irq names

+7 -7
+7 -7
firmware/target/arm/as3525/system-as3525.c
··· 88 88 default_interrupt(INT_GPIOB); 89 89 default_interrupt(INT_GPIOC); 90 90 91 - static const char * const irqname[] = 91 + static const char const irqname[][9] = 92 92 { 93 - "INT_WATCHDOG", "INT_TIMER1", "INT_TIMER2", "INT_USB", "INT_DMAC", "INT_NAND", 94 - "INT_IDE", "INT_MCI0", "INT_MCI1", "INT_AUDIO", "INT_SSP", "INT_I2C_MS", 95 - "INT_I2C_AUDIO", "INT_I2SIN", "INT_I2SOUT", "INT_UART", "INT_GPIOD", "RESERVED1", 96 - "INT_CGU", "INT_MEMORY_STICK", "INT_DBOP", "RESERVED2", "RESERVED3", "RESERVED4", 97 - "RESERVED5", "RESERVED6", "RESERVED7", "RESERVED8", "RESERVED9", "INT_GPIOA", 98 - "INT_GPIOB", "INT_GPIOC" 93 + "WATCHDOG", "TIMER1", "TIMER2", "USB", "DMAC", "NAND", 94 + "IDE", "MCI0", "MCI1", "AUDIO", "SSP", "I2C_MS", 95 + "I2C_AUDIO", "I2SIN", "I2SOUT", "UART", "GPIOD", "RESERVD1", 96 + "CGU", "MS", "DBOP", "RESERVD2", "RESERVD3", "RESERVD4", 97 + "RESERVD5", "RESERVD6", "RESERVD7", "RESERVD8", "RESERVD9", "GPIOA", 98 + "GPIOB", "GPIOC" 99 99 }; 100 100 101 101 static void UIRQ(void)