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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 053f954767..444e0c9c09 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -90,6 +90,10 @@ extern unsigned long pcm_curr_sampr;
90extern unsigned long pcm_sampr; 90extern unsigned long pcm_sampr;
91extern int pcm_fsel; 91extern int pcm_fsel;
92 92
93#ifdef HAVE_PCM_DMA_ADDRESS
94void * pcm_dma_addr(void *addr);
95#endif
96
93/* the registered callback function to ask for more mp3 data */ 97/* the registered callback function to ask for more mp3 data */
94extern volatile pcm_more_callback_type pcm_callback_for_more; 98extern volatile pcm_more_callback_type pcm_callback_for_more;
95extern volatile bool pcm_playing; 99extern volatile bool pcm_playing;