summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 22c5ef350e..fb6581b119 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -76,6 +76,7 @@ void pcm_play_unlock(void);
76 76
77void pcm_init(void) INIT_ATTR; 77void pcm_init(void) INIT_ATTR;
78void pcm_postinit(void); 78void pcm_postinit(void);
79bool pcm_is_initialized(void);
79 80
80/* This is for playing "raw" PCM data */ 81/* This is for playing "raw" PCM data */
81void pcm_play_data(pcm_play_callback_type get_more, 82void pcm_play_data(pcm_play_callback_type get_more,