mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
pcm: Remove unused function pcm_play_dma_get_peak_buffer()
Change-Id: Ifd20fb14a22489cdb99154c01f69809a1e70d0c5
This commit is contained in:
parent
77ec752248
commit
e532714d1f
23 changed files with 0 additions and 269 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue