summaryrefslogtreecommitdiff
path: root/firmware/export/pcm-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm-internal.h')
-rw-r--r--firmware/export/pcm-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/pcm-internal.h b/firmware/export/pcm-internal.h
index d5d46c33e1..e6400004a0 100644
--- a/firmware/export/pcm-internal.h
+++ b/firmware/export/pcm-internal.h
@@ -121,7 +121,6 @@ pcm_play_dma_status_callback(enum pcm_dma_status status)
121void pcm_play_dma_start_int(const void *addr, size_t size); 121void pcm_play_dma_start_int(const void *addr, size_t size);
122void pcm_play_dma_stop_int(void); 122void pcm_play_dma_stop_int(void);
123void pcm_play_stop_int(void); 123void pcm_play_stop_int(void);
124const void *pcm_play_dma_get_peak_buffer_int(int *count);
125#endif /* HAVE_SW_VOLUME_CONTROL && !PCM_SW_VOLUME_UNBUFFERED */ 124#endif /* HAVE_SW_VOLUME_CONTROL && !PCM_SW_VOLUME_UNBUFFERED */
126 125
127/* Called by the bottom layer ISR when more data is needed. Returns true 126/* Called by the bottom layer ISR when more data is needed. Returns true
@@ -145,7 +144,6 @@ void pcm_play_dma_init(void) INIT_ATTR;
145void pcm_play_dma_postinit(void); 144void pcm_play_dma_postinit(void);
146void pcm_play_dma_start(const void *addr, size_t size); 145void pcm_play_dma_start(const void *addr, size_t size);
147void pcm_play_dma_stop(void); 146void pcm_play_dma_stop(void);
148const void * pcm_play_dma_get_peak_buffer(int *count);
149 147
150void pcm_dma_apply_settings(void); 148void pcm_dma_apply_settings(void);
151 149