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.

Fix red in 9c708e3876

Test build didn't catch this due to a dependency failure. (WTF?)

Change-Id: I0487a02e9fad8b6bec9b93066619aef04c838d3b

-5
-5
apps/plugins/midi/midiplay.c
··· 492 492 *size = samples_in_buf*sizeof(int32_t); 493 493 } 494 494 495 - static const struct mixer_play_cbs mixer_cbs = { 496 - .get_more = get_more, 497 - /* TODO: update sample_rate and max_voices on sampr_changed() */ 498 - }; 499 - 500 495 UNUSED_ATTR static int find_min_sampr_ge_22(void) 501 496 { 502 497 const struct pcm_sink_caps* caps = rb->pcm_current_sink_caps();