diff options
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r-- | firmware/export/pcm.h | 4 |
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; | |||
90 | extern unsigned long pcm_sampr; | 90 | extern unsigned long pcm_sampr; |
91 | extern int pcm_fsel; | 91 | extern int pcm_fsel; |
92 | 92 | ||
93 | #ifdef HAVE_PCM_DMA_ADDRESS | ||
94 | void * 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 */ |
94 | extern volatile pcm_more_callback_type pcm_callback_for_more; | 98 | extern volatile pcm_more_callback_type pcm_callback_for_more; |
95 | extern volatile bool pcm_playing; | 99 | extern volatile bool pcm_playing; |