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.

gigabeats: Fix compilation with -fno-common

Change-Id: I02974bffd6def6bdfa6b15c593ac2eb82953ea73

+3 -1
+2
firmware/target/arm/imx31/gigabeat-s/system-gigabeat-s.c
··· 35 35 #include "mc13783.h" 36 36 #include "dvfs_dptc-imx31.h" 37 37 38 + struct ARM_REGS regs; 39 + 38 40 static unsigned long product_rev; 39 41 static unsigned long system_rev; 40 42
+1 -1
firmware/target/arm/imx31/gigabeat-s/system-target.h
··· 84 84 int lr; 85 85 int pc; 86 86 int cpsr; 87 - } regs; 87 + }; 88 88 89 89 void dumpregs(void); 90 90