diff options
Diffstat (limited to 'apps/playback.h')
-rw-r--r-- | apps/playback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.h b/apps/playback.h index 95b0bef0df..b168770361 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -69,6 +69,7 @@ enum }; bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ size_t audio_get_filebuflen(void); +void audio_pcmbuf_position_callback(size_t size) ICODE_ATTR; void audio_post_track_change(void); int get_audio_hid(void); int *get_codec_hid(void); |