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.

imx233: always set VDDIO to 3.3V

On some device like Creative Zen X-Fi2 it is set to 3.1V on boot.

Change-Id: I1f9e407eb321c31b3109b7fed07862400073b54f

+2
+2
firmware/target/arm/imx233/system-imx233.c
··· 227 227 return; 228 228 /* disable auto-slow (enable back afterwards) */ 229 229 imx233_clkctrl_enable_auto_slow(false); 230 + /* set VDDIO to the right value */ 231 + imx233_power_set_regulator(REGULATOR_VDDIO, 3300, 3125); 230 232 231 233 /* WARNING watch out the order ! */ 232 234 if(frequency > cpu_frequency)