A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

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

Fix checkwps build for dx50 & dx90 targets

Their codec headers weren't in the right place.

Change-Id: Iae16c10defc937cc227afd8992ff45cd6d664898

+2 -2
+2 -2
firmware/export/audiohw.h
··· 215 215 #include "cs4398.h" 216 216 #elif defined(HAVE_ES9018) 217 217 #include "es9018.h" 218 - #elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\ 218 + #elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO \ 219 219 | PLATFORM_PANDORA | PLATFORM_SDL)) 220 220 #include "hosted_codec.h" 221 221 #elif defined(DX50) ··· 644 644 645 645 /** 646 646 * Return the set pitch ratio 647 - */ 647 + */ 648 648 int32_t audiohw_get_pitch(void); 649 649 #endif /* HAVE_PITCHCONTROL */ 650 650
firmware/target/hosted/ibasso/dx50/codec-dx50.h firmware/export/codec-dx50.h
firmware/target/hosted/ibasso/dx90/codec-dx90.h firmware/export/codec-dx90.h