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

Commit c234ce4d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio-hal: fix a2dp mute issue"

parents f045ed6d 87f53aac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3206,7 +3206,7 @@ int start_input_stream(struct stream_in *in)
    }

    if (is_sco_in_device_type(&in->device_list)) {
        if (!adev->bt_sco_on) {
        if (!adev->bt_sco_on || audio_extn_a2dp_source_is_ready()) {
            ALOGE("%s: SCO profile is not ready, return error", __func__);
            ret = -EIO;
            goto error_config;