sdm710-common: audio: fixup audio io policy voip_rx flags
Flags for VOIP were mixed up as we move to CAF policy configuration. Amend the flags to get things working again. https://gitlab.com/LineageOS/issues/android/-/issues/4285 Change-Id: I2a2b202e2a58db9a26f571c091b1fa0b8f2949f6 Co-authored-by: Ramii Ahmed <ramy@ahmedramy.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
parent
90893a90f4
commit
47ab580534
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ outputs {
|
|||
app_type 69943
|
||||
}
|
||||
voip_rx {
|
||||
flags AUDIO_OUTPUT_FLAG_VOIP_RX|AUDIO_OUTPUT_FLAG_DIRECT
|
||||
flags AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_VOIP_RX
|
||||
formats AUDIO_FORMAT_PCM_16_BIT
|
||||
sampling_rates 8000|16000|32000|48000
|
||||
bit_width 16
|
||||
|
|
Loading…
Reference in a new issue