mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
plugins: remove hw_freq_sampr from plugin api
replaced by pcm_current_sink_caps Change-Id: Ib17a1f5bb8ae479278ef467dfcc99fead6f1499e
This commit is contained in:
parent
012c61eadf
commit
a6a1be6e30
3 changed files with 0 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue