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.

Partial revert of 04c45933e

mmc_sleepnow() was accidentally removed from the imx233 sdmmc code,
causing the sansa fuze+ build to fail.

Change-Id: I935f7f4fe99e7353a84dc26e81d85ee55afa0de3

+4
+4
firmware/target/arm/imx233/sdmmc-imx233.c
··· 1000 1000 (void) on; 1001 1001 } 1002 1002 1003 + void mmc_sleepnow(void) 1004 + { 1005 + } 1006 + 1003 1007 bool mmc_disk_is_active(void) 1004 1008 { 1005 1009 return false;