From b3fa6cc2c2b4defc0e36710d0bb45b66684d40a3 Mon Sep 17 00:00:00 2001 From: Subhadra Jagadeesan Date: Thu, 18 Nov 2021 03:22:21 +0800 Subject: [PATCH] sdm660-common: Remove pro audio capability Remove pro audio capability in sdm660 device make file as ultra low latency/ raw flag not supported for sdm660 audio policy. Issues Fixed: AudioLoopbackLatency CtsVerifier test fails due to pro audio capability with mean latency <= 20ms. Removing the pro audio feature passes the test with mean latency <= 800 ms. Signed-off-by: clarencelol Signed-off-by: pix106 --- sdm660.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index e1ed4e19..562c70d0 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -393,7 +393,6 @@ TARGET_USES_RRO := true # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ - frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \