diff --git a/audio/drivers/opensl.c b/audio/drivers/opensl.c index 3e4de301cc..d1ae7446a5 100644 --- a/audio/drivers/opensl.c +++ b/audio/drivers/opensl.c @@ -203,9 +203,6 @@ error: static bool sl_stop(void *data) { sl_t *sl = (sl_t*)data; - - opensl_callback((SLAndroidSimpleBufferQueueItf) 0, data); - sl->is_paused = (SLPlayItf_SetPlayState(sl->player, SL_PLAYSTATE_STOPPED) == SL_RESULT_SUCCESS) ? true : false;