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

@ -326,7 +326,7 @@ static int show_menu(void) /* return 1 to quit */
/* slideshow times < 10s keep disk spinning */
rb->storage_spindown(0);
}
else if (!rb->mp3_is_playing())
else if (!rb->pcm_is_playing())
{
/* slideshow times > 10s and not playing: ata_off after load */
iv_api.immediate_ata_off = true;