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

Skip to content
Commit c6419859 authored by Vaibhav Raut's avatar Vaibhav Raut
Browse files

HAL: Fix vts-on-gsi test failure

audio_extn_utils_is_vendor_enhanced_fwk is judge by "ro.vendor.qti.va_aosp.support" prop which is in system image.
With GSI, the prop "ro.vendor.qti.va_aosp.support" become false and policy can support AUDIO_CHANNEL_OUT_MONO.
VTS will test AUDIO_CHANNEL_OUT_MONO but HAL will set to AUDIO_CHANNEL_OUT_STEREO which
result in mismatch in channel config resulting vts failure.

This change is to remove check for stereo channel support for voip over audio path.
Updated the change to avoid mismatch channel config.

Change-Id: Id3d34504fbd46e2820c72bc612096dae6edb8d78
parent 018a737c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment