plugins: remove hw_freq_sampr from plugin api

replaced by pcm_current_sink_caps

Change-Id: Ib17a1f5bb8ae479278ef467dfcc99fead6f1499e
This commit is contained in:
mojyack 2026-02-16 12:06:02 +09:00
parent 012c61eadf
commit a6a1be6e30
3 changed files with 0 additions and 7 deletions

View file

@ -642,7 +642,6 @@ static const struct plugin_api rockbox_api = {
sound_get_pitch,
sound_set_pitch,
#endif
&hw_freq_sampr[0],
pcm_play_lock,
pcm_play_unlock,
pcm_current_sink_caps,

View file

@ -741,7 +741,6 @@ struct plugin_api {
int32_t (*sound_get_pitch)(void);
void (*sound_set_pitch)(int32_t pitch);
#endif
const unsigned long *hw_freq_sampr;
void (*pcm_play_lock)(void);
void (*pcm_play_unlock)(void);
const struct pcm_sink_caps* (*pcm_current_sink_caps)(void);

View file

@ -1545,11 +1545,6 @@ void logf(const char *fmt, ...) ATTRIBUTE_PRINTF(1, 2)
\param fmt
\description
const unsigned long *hw_freq_sampr
\group sound
\return
\description
const unsigned long *rec_freq_sampr
\group sound
\conditions (defined(HAVE_RECORDING))