From 4562fbcd201b9951ec99a754f965ac66ce799cd8 Mon Sep 17 00:00:00 2001 From: Subhajeet Muhuri Date: Thu, 18 Jul 2024 20:16:00 +0530 Subject: [PATCH] sm6375-common: powerhint: Remove audio hints Signed-off-by: Subhajeet Muhuri Change-Id: Ife1cb1e356e62283f3c4d353931458adaf84e975 --- configs/powerhint.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index d9b5c46..c26c226 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -198,15 +198,6 @@ ], "Type": "Property" }, - { - "Name": "PowerHALAudioState", - "Path": "vendor.powerhal.audio", - "Values": [ - "AUDIO_STREAMING_LOW_LATENCY", - "" - ], - "Type": "Property" - }, { "Name": "PowerHALRenderingState", "Path": "vendor.powerhal.rendering", @@ -374,18 +365,6 @@ "Duration": 5000, "Value": "1497600000" }, - { - "PowerHint": "AUDIO_LAUNCH", - "Node": "CPUBigClusterMinFreq", - "Duration": 2000, - "Value": "1651200" - }, - { - "PowerHint": "AUDIO_STREAMING_LOW_LATENCY", - "Node": "PowerHALAudioState", - "Duration": 0, - "Value": "AUDIO_STREAMING_LOW_LATENCY" - }, { "PowerHint": "EXPENSIVE_RENDERING", "Node": "PowerHALRenderingState",