fix red introduced in the android pcm driver (rev fe2d52c)

Change-Id: I2fa160fd39842a5434cf11573b50061786e610ca
This commit is contained in:
Solomon Peachy 2020-10-30 21:43:59 -04:00
parent fe2d52cc7d
commit 7eee526e6a

View file

@ -157,7 +157,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
(*env_ptr)->CallVoidMethod(env_ptr, (*env_ptr)->CallVoidMethod(env_ptr,
RockboxPCM_instance, RockboxPCM_instance,
play_pause_method, play_pause_method,
(int)pause); 0);
} }
void pcm_play_dma_stop(void) void pcm_play_dma_stop(void)