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

@ -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);