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

Commit a8646d9d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: Remove setting DAP bypass /DAP on from HAL"

parents 6d055f57 124de7e3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1441,10 +1441,6 @@ int start_output_stream(struct stream_out *out)
    if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL) {
        if (is_offload_usecase(out->usecase)) {
            if (audio_extn_dolby_is_passthrough_stream(out->flags)) {
                ret = audio_extn_dolby_set_dap_bypass(adev, DAP_STATE_BYPASS);
                if(ret != 0) {
                    goto error_open;
                }
                audio_extn_dolby_update_passt_stream_configuration(adev, out);
            }
        }