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

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

Merge "policy_hal: fix VoIP rx path use ULL usecase"

parents bc73f16b eeb0f348
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1555,6 +1555,9 @@ audio_io_handle_t AudioPolicyManagerCustom::getOutputForDevice(
                    flags = (audio_output_flags_t)(AUDIO_OUTPUT_FLAG_VOIP_RX |
                                                 AUDIO_OUTPUT_FLAG_DIRECT);
                    ALOGD("Set VoIP and Direct output flags for PCM format");
                } else {
                   //If VoIP is going in audio path, make VoIP use primary output
                   flags = (audio_output_flags_t)(AUDIO_OUTPUT_FLAG_FAST|AUDIO_OUTPUT_FLAG_PRIMARY);
                }
            }
        }