summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/pcm-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/pcm-android.c')
-rw-r--r--firmware/target/hosted/android/pcm-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/android/pcm-android.c b/firmware/target/hosted/android/pcm-android.c
index 69fd06c6f7..4577c8078a 100644
--- a/firmware/target/hosted/android/pcm-android.c
+++ b/firmware/target/hosted/android/pcm-android.c
@@ -157,7 +157,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
157 (*env_ptr)->CallVoidMethod(env_ptr, 157 (*env_ptr)->CallVoidMethod(env_ptr,
158 RockboxPCM_instance, 158 RockboxPCM_instance,
159 play_pause_method, 159 play_pause_method,
160 (int)pause); 160 0);
161} 161}
162 162
163void pcm_play_dma_stop(void) 163void pcm_play_dma_stop(void)