summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
(*env_ptr)->CallVoidMethod(env_ptr,
RockboxPCM_instance,
play_pause_method,
- (int)pause);
+ 0);
}
void pcm_play_dma_stop(void)