sm6250-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.

Co-authored-by: Ramii Ahmed <ramy@ahmedramy.com>
Change-Id: I2a2b202e2a58db9a26f571c091b1fa0b8f2949f6
This commit is contained in:
Dobsgw 2021-08-24 11:32:36 +03:00 committed by Alexander Winkowski
parent 6291e7aa67
commit 95081e601a
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -33,7 +33,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