From e532714d1f76ccdbd1dcfeb3b4579d324cb519c1 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 25 Jul 2021 14:03:44 +0100 Subject: pcm: Remove unused function pcm_play_dma_get_peak_buffer() Change-Id: Ifd20fb14a22489cdb99154c01f69809a1e70d0c5 --- firmware/export/pcm-internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/pcm-internal.h') 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) void pcm_play_dma_start_int(const void *addr, size_t size); void pcm_play_dma_stop_int(void); void pcm_play_stop_int(void); -const void *pcm_play_dma_get_peak_buffer_int(int *count); #endif /* HAVE_SW_VOLUME_CONTROL && !PCM_SW_VOLUME_UNBUFFERED */ /* 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; void pcm_play_dma_postinit(void); void pcm_play_dma_start(const void *addr, size_t size); void pcm_play_dma_stop(void); -const void * pcm_play_dma_get_peak_buffer(int *count); void pcm_dma_apply_settings(void); -- cgit v1.2.3