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

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

Merge "hal: Modify A2DP output routing post releaseAudioPatch"

parents eee1d597 2cf6a920
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4205,7 +4205,8 @@ static int out_set_parameters(struct audio_stream *stream, const char *kvpairs)
         */
        if ((out->devices & AUDIO_DEVICE_OUT_ALL_A2DP) &&
                (val == AUDIO_DEVICE_NONE) &&
                !audio_extn_a2dp_source_is_ready()) {
                !audio_extn_a2dp_source_is_ready() &&
                !adev->bt_sco_on) {
                val = AUDIO_DEVICE_OUT_SPEAKER;
        }
        /*