summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h1
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
69}; 69};
70bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ 70bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
71size_t audio_get_filebuflen(void); 71size_t audio_get_filebuflen(void);
72void audio_pcmbuf_position_callback(size_t size) ICODE_ATTR;
72void audio_post_track_change(void); 73void audio_post_track_change(void);
73int get_audio_hid(void); 74int get_audio_hid(void);
74int *get_codec_hid(void); 75int *get_codec_hid(void);