From 7eee526e6ab37f89d370de52e92d3cef36f1cf2b Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 30 Oct 2020 21:43:59 -0400 Subject: fix red introduced in the android pcm driver (rev fe2d52c) Change-Id: I2fa160fd39842a5434cf11573b50061786e610ca --- firmware/target/hosted/android/pcm-android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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) -- cgit