Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4e35e66 authored by Willi Ye's avatar Willi Ye
Browse files

Revert "post_proc: fix crash in offload effect bundle during stop output"

* This actually got removed here: https://github.com/CyanogenMod/android_hardware_qcom_audio/commit/235d9108b38bc06c59e7e7953df8667b95efcd05#diff-bf4bafebbb17ddfc199fa3b8fdc5ac01L308

This reverts commit d3a59a04.

Change-Id: I0f0f10365b19e2816981a0fa443d2e9471ff6f02
parent 107ee416
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -312,9 +312,6 @@ int offload_effects_bundle_hal_stop_output(audio_io_handle_t output, int pcm_id)
            fx_ctxt->ops.stop(fx_ctxt, out_ctxt);
    }

    if (out_ctxt->mixer)
        mixer_close(out_ctxt->mixer);

    list_remove(&out_ctxt->outputs_list_node);

#ifdef DTS_EAGLE