1
0
Fork 0
forked from len0rd/rockbox

voice: rename mp3_play_* functions to voice_play_*

Remove mp3_is_playing() entirely, in favor of pcm_is_playing()
Remove mp3_play_pause() entirely, as it's a dummy/no-op call
Remoce some archos-specific comments

Change-Id: I4e9ff323490a93add00809efd19e0d4e3f198b2d
This commit is contained in:
Solomon Peachy 2020-09-20 10:36:25 -04:00
parent e404026308
commit 5d40d97585
7 changed files with 46 additions and 115 deletions

View file

@ -596,9 +596,6 @@ static const struct plugin_api rockbox_api = {
#endif
#if defined (HAVE_PITCHCONTROL)
sound_set_pitch,
#endif
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && defined(HAVE_DISK_STORAGE)
mp3_is_playing,
#endif
&audio_master_sampr_list[0],
&hw_freq_sampr[0],