Loading hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -4289,10 +4289,10 @@ static int out_flush(struct audio_stream_out* stream) lock_output_stream(out); if (out->offload_state == OFFLOAD_STATE_PAUSED) { stop_compressed_output_l(out); out->written = 0; } else { ALOGW("%s called in invalid state %d", __func__, out->offload_state); } out->written = 0; pthread_mutex_unlock(&out->lock); ALOGD("copl(%p):out of compress flush", out); return 0; Loading Loading
hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -4289,10 +4289,10 @@ static int out_flush(struct audio_stream_out* stream) lock_output_stream(out); if (out->offload_state == OFFLOAD_STATE_PAUSED) { stop_compressed_output_l(out); out->written = 0; } else { ALOGW("%s called in invalid state %d", __func__, out->offload_state); } out->written = 0; pthread_mutex_unlock(&out->lock); ALOGD("copl(%p):out of compress flush", out); return 0; Loading