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 hw_freq_sampr from plugin api

replaced by pcm_current_sink_caps

Change-Id: Ib17a1f5bb8ae479278ef467dfcc99fead6f1499e

mojyack a6a1be6e 012c61ea

-7
-1
apps/plugin.c
··· 642 642 sound_get_pitch, 643 643 sound_set_pitch, 644 644 #endif 645 - &hw_freq_sampr[0], 646 645 pcm_play_lock, 647 646 pcm_play_unlock, 648 647 pcm_current_sink_caps,
-1
apps/plugin.h
··· 741 741 int32_t (*sound_get_pitch)(void); 742 742 void (*sound_set_pitch)(int32_t pitch); 743 743 #endif 744 - const unsigned long *hw_freq_sampr; 745 744 void (*pcm_play_lock)(void); 746 745 void (*pcm_play_unlock)(void); 747 746 const struct pcm_sink_caps* (*pcm_current_sink_caps)(void);
-5
docs/PLUGIN_API
··· 1545 1545 \param fmt 1546 1546 \description 1547 1547 1548 - const unsigned long *hw_freq_sampr 1549 - \group sound 1550 - \return 1551 - \description 1552 - 1553 1548 const unsigned long *rec_freq_sampr 1554 1549 \group sound 1555 1550 \conditions (defined(HAVE_RECORDING))