mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: audio: remove direct flag for VOIP RX
remove direct flag for VOIP RX. Change-Id: I9ee6f300b7a891afd1ad06c063424509d16d271e Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
committed by
therealmharc
parent
eb689dc9f4
commit
26ed2b1e60
@@ -26,7 +26,7 @@ outputs {
|
|||||||
app_type 69943
|
app_type 69943
|
||||||
}
|
}
|
||||||
voip_rx {
|
voip_rx {
|
||||||
flags AUDIO_OUTPUT_FLAG_VOIP_RX|AUDIO_OUTPUT_FLAG_DIRECT
|
flags AUDIO_OUTPUT_FLAG_VOIP_RX
|
||||||
formats AUDIO_FORMAT_PCM_16_BIT
|
formats AUDIO_FORMAT_PCM_16_BIT
|
||||||
sampling_rates 8000|16000|32000|48000
|
sampling_rates 8000|16000|32000|48000
|
||||||
bit_width 16
|
bit_width 16
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Changes from Qualcomm Innovation Center are provided under the following license:
|
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
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted (subject to the limitations in the
|
modification, are permitted (subject to the limitations in the
|
||||||
@@ -188,7 +188,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
samplingRates="8000,16000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
samplingRates="8000,16000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="voip_rx" role="source"
|
<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"
|
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
||||||
samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
|
|||||||
Reference in New Issue
Block a user