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.

plugins: Remove audio_master_sampr_list from the plugin API

From what I can tell it has _never_ been used.

Change-Id: I08f3860f04add35859e82b8e94abfa9789a45026

+1 -8
-1
apps/plugin.c
··· 642 642 sound_get_pitch, 643 643 sound_set_pitch, 644 644 #endif 645 - &audio_master_sampr_list[0], 646 645 &hw_freq_sampr[0], 647 646 pcm_play_lock, 648 647 pcm_play_unlock,
+1 -2
apps/plugin.h
··· 179 179 * when this happens please take the opportunity to sort in 180 180 * any new functions "waiting" at the end of the list. 181 181 */ 182 - #define PLUGIN_API_VERSION 280 182 + #define PLUGIN_API_VERSION 281 183 183 184 184 /* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */ 185 185 ··· 741 741 int32_t (*sound_get_pitch)(void); 742 742 void (*sound_set_pitch)(int32_t pitch); 743 743 #endif 744 - const unsigned long *audio_master_sampr_list; 745 744 const unsigned long *hw_freq_sampr; 746 745 void (*pcm_play_lock)(void); 747 746 void (*pcm_play_unlock)(void);
-5
docs/PLUGIN_API
··· 1545 1545 \param fmt 1546 1546 \description 1547 1547 1548 - const unsigned long *audio_master_sampr_list 1549 - \group sound 1550 - \return 1551 - \description 1552 - 1553 1548 const unsigned long *hw_freq_sampr 1554 1549 \group sound 1555 1550 \return