summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android')
-rw-r--r--firmware/target/hosted/android/pcm-android.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/hosted/android/pcm-android.c b/firmware/target/hosted/android/pcm-android.c
index 4577c8078a..b078f92698 100644
--- a/firmware/target/hosted/android/pcm-android.c
+++ b/firmware/target/hosted/android/pcm-android.c
@@ -171,11 +171,6 @@ void pcm_play_dma_stop(void)
171 stop_method); 171 stop_method);
172} 172}
173 173
174size_t pcm_get_bytes_waiting(void)
175{
176 return pcm_data_size;
177}
178
179const void * pcm_play_dma_get_peak_buffer(int *count) 174const void * pcm_play_dma_get_peak_buffer(int *count)
180{ 175{
181 uintptr_t addr = (uintptr_t)pcm_data_start; 176 uintptr_t addr = (uintptr_t)pcm_data_start;