mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 20:37:17 +09:00
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:
parent
6291e7aa67
commit
95081e601a
@ -33,7 +33,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_DIRECT|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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user