diff --git a/device-tegu.mk b/device-tegu.mk index 79b74c4..8e5948e 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -219,6 +219,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 +# Audio CCA property +PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.audio.cca.enabled=false + # Override BQR mask to enable LE Audio Choppy report, remove BTRT logging ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PRODUCT_PROPERTIES += \ diff --git a/perf/powerhint-tegu.json b/perf/powerhint-tegu.json index 8dfa80d..6388ca2 100644 --- a/perf/powerhint-tegu.json +++ b/perf/powerhint-tegu.json @@ -889,6 +889,17 @@ "DefaultIndex": 0, "ResetOnInit": true }, + { + "Name": "VIRTUAL-SKIN-CPU-LIGHT-ODPM", + "Path": "vendor.thermal.VIRTUAL-SKIN-CPU-LIGHT-ODPM.profile", + "Values": [ + "", + "game" + ], + "DefaultIndex": 0, + "ResetOnInit": true, + "Type": "Property" + }, { "Name": "VIRTUAL-SKIN-CPU-MID", "Path": "vendor.thermal.VIRTUAL-SKIN-CPU-MID.profile", @@ -3050,6 +3061,18 @@ "Duration": 0, "Value": "419000" }, + { + "PowerHint": "GAME", + "Node": "PMU_POLL", + "Duration": 0, + "Value": "0" + }, + { + "PowerHint": "GAME", + "Node": "VIRTUAL-SKIN-CPU-LIGHT-ODPM", + "Duration": 0, + "Value": "game" + }, { "PowerHint": "GAME", "Node": "VIRTUAL-SKIN-CPU-MID",