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.

audio: Fix up more red from a79bdaf462

Change-Id: Ie6a68f2a14489bc84ddc57b73b37ddb94b7dc0ac

+13 -1
+13 -1
firmware/SOURCES
··· 133 133 target/hosted/sonynwz/debug-nwz.c 134 134 target/hosted/sonynwz/nvp-nwz.c 135 135 target/hosted/sonynwz/nwz-db.c 136 + #if !defined(BOOTLOADER) 136 137 target/hosted/sonynwz/nwzlinux-codec.c 138 + #endif 137 139 #endif 138 140 139 141 #if ((defined(HIBY_LINUX) || defined(FIIO_M3K_LINUX) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) || defined(SONY_NWZ_LINUX)) && !defined(SIMULATOR)) ··· 158 160 target/hosted/agptek/button-agptek.c 159 161 target/hosted/agptek/debug-agptek.c 160 162 target/hosted/agptek/powermgmt-agptek.c 163 + #if !defined(BOOTLOADER) 161 164 target/hosted/agptek/rocker_codec.c 165 + #endif 162 166 #endif 163 167 164 168 #if defined(SURFANS_F28) && !defined(SIMULATOR) 165 169 target/hosted/surfans/button-f28.c 166 170 target/hosted/surfans/debug-f28.c 167 171 target/hosted/surfans/powermgmt-f28.c 172 + #if !defined(BOOTLOADER) 168 173 target/hosted/surfans/surfanslinux_codec.c 169 174 #endif 175 + #endif 170 176 171 177 #if (defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR) 172 178 target/hosted/xduoo/button-xduoo.c 173 179 target/hosted/xduoo/debug-xduoo.c 174 180 target/hosted/xduoo/powermgmt-xduoo.c 181 + #if !defined(BOOTLOADER) 175 182 target/hosted/xduoo/xduoolinux_codec.c 176 183 #endif 184 + #endif 177 185 178 186 #if defined(HIBY_LINUX) && !defined(SIMULATOR) 179 187 target/hosted/usb-hiby.c ··· 187 195 target/hosted/fiio/powermgmt-fiio.c 188 196 target/hosted/fiio/system-fiio.c 189 197 target/hosted/fiio/usb-fiio.c 198 + #if !defined(BOOTLOADER) 190 199 target/hosted/fiio/fiiolinux_codec.c 200 + #endif 191 201 #endif 192 202 193 - #if (defined(EROS_Q)) && !defined(SIMULATOR) 203 + #if defined(EROS_Q) && !defined(SIMULATOR) 194 204 target/hosted/aigo/button-erosq.c 195 205 target/hosted/aigo/debug-erosq.c 196 206 target/hosted/aigo/power-erosq.c 197 207 target/hosted/aigo/powermgmt-erosq.c 208 + #if !defined(BOOTLOADER) 198 209 target/hosted/aigo/erosqlinux_codec.c 210 + #endif 199 211 #endif 200 212 201 213 #if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
firmware/target/hosted/sdl/sdl_codec.h firmware/target/hosted/sdl_codec.h