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

Commit fde76fe9 authored by Kumar Anurag Singh's avatar Kumar Anurag Singh
Browse files

configs: remove direct flag for VOIP RX

Remove direct flag for VOIP RX as it has no
benefit if Voip is using the audio path.

Change-Id: If674b011f2cf2500f4c94d0f57f10267bc4aed4f
parent 63a1e836
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ outputs {
    app_type 69937
  }
  voip_rx {
    flags AUDIO_OUTPUT_FLAG_VOIP_RX|AUDIO_OUTPUT_FLAG_DIRECT
    flags AUDIO_OUTPUT_FLAG_VOIP_RX
    formats AUDIO_FORMAT_PCM_16_BIT
    sampling_rates 8000|16000|32000|48000
    bit_width 16
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
<!--
Changes from Qualcomm Innovation Center are provided under the following license:

Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the
@@ -187,7 +187,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                             samplingRates="8000,16000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
                </mixPort>
                <mixPort name="voip_rx" role="source"
                         flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_VOIP_RX">
                         flags="AUDIO_OUTPUT_FLAG_VOIP_RX">
                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
                             samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
                </mixPort>