mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
abrepeat add dummy functions and remove some of the ifdefs
Change-Id: Icae7e334e87bb1974712a7a76296cf69bbdbffba
This commit is contained in:
parent
6b87bfadff
commit
99839960a2
3 changed files with 39 additions and 22 deletions
|
@ -3479,9 +3479,8 @@ static void buffer_event_finished_callback(unsigned short id, void *ev_data)
|
|||
/* Update elapsed time for next PCM insert */
|
||||
void audio_codec_update_elapsed(unsigned long elapsed)
|
||||
{
|
||||
#ifdef AB_REPEAT_ENABLE
|
||||
ab_position_report(elapsed);
|
||||
#endif
|
||||
|
||||
/* Save in codec's id3 where it is used at next pcm insert */
|
||||
id3_get(CODEC_ID3)->elapsed = elapsed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue