mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
plugins: Remove audio_master_sampr_list from the plugin API
From what I can tell it has _never_ been used. Change-Id: I08f3860f04add35859e82b8e94abfa9789a45026
This commit is contained in:
parent
f343168051
commit
5d1185774c
3 changed files with 1 additions and 8 deletions
|
|
@ -642,7 +642,6 @@ static const struct plugin_api rockbox_api = {
|
|||
sound_get_pitch,
|
||||
sound_set_pitch,
|
||||
#endif
|
||||
&audio_master_sampr_list[0],
|
||||
&hw_freq_sampr[0],
|
||||
pcm_play_lock,
|
||||
pcm_play_unlock,
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ int plugin_open(const char *plugin, const char *parameter);
|
|||
* when this happens please take the opportunity to sort in
|
||||
* any new functions "waiting" at the end of the list.
|
||||
*/
|
||||
#define PLUGIN_API_VERSION 280
|
||||
#define PLUGIN_API_VERSION 281
|
||||
|
||||
/* 239 Marks the removal of ARCHOS HWCODEC and CHARCELL */
|
||||
|
||||
|
|
@ -741,7 +741,6 @@ struct plugin_api {
|
|||
int32_t (*sound_get_pitch)(void);
|
||||
void (*sound_set_pitch)(int32_t pitch);
|
||||
#endif
|
||||
const unsigned long *audio_master_sampr_list;
|
||||
const unsigned long *hw_freq_sampr;
|
||||
void (*pcm_play_lock)(void);
|
||||
void (*pcm_play_unlock)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue