From 4483e31bb3e44d564d060fc4ef0de1dd2015fc5e Mon Sep 17 00:00:00 2001 From: Tai Kuo Date: Mon, 4 Dec 2023 14:37:29 +0800 Subject: [PATCH] CS40L26: Clean up DBC properties Use cs40l26-dbc.bin. Bug: 314711491 Bug: 312122598 Test: HAL will not try to access the non-existed dbc related attributes. Change-Id: I127f37fcc81edac425cdde4662d0f42664f6ef8b --- device-caiman.mk | 6 ------ device-komodo.mk | 6 ------ device-tokay.mk | 6 ------ 3 files changed, 18 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index b115970b..a6962474 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -244,12 +244,6 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.fade=true \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \ persist.vendor.vibrator.hal.context.settlingtime=5000 \ - ro.vendor.vibrator.hal.dbc.enable=true \ - ro.vendor.vibrator.hal.dbc.envrelcoef=8353728 \ - ro.vendor.vibrator.hal.dbc.riseheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.fallheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.txlvlthreshfs=2516583 \ - ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.pm.activetimeout=5 # PKVM Memory Reclaim diff --git a/device-komodo.mk b/device-komodo.mk index 4aad00bd..27b58c7f 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -246,12 +246,6 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.fade=true \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \ persist.vendor.vibrator.hal.context.settlingtime=5000 \ - ro.vendor.vibrator.hal.dbc.enable=true \ - ro.vendor.vibrator.hal.dbc.envrelcoef=8353728 \ - ro.vendor.vibrator.hal.dbc.riseheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.fallheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.txlvlthreshfs=2516583 \ - ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.pm.activetimeout=5 # PKVM Memory Reclaim diff --git a/device-tokay.mk b/device-tokay.mk index 8af6060b..df1c4557 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -233,12 +233,6 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.fade=true \ persist.vendor.vibrator.hal.context.cooldowntime=1600 \ persist.vendor.vibrator.hal.context.settlingtime=5000 \ - ro.vendor.vibrator.hal.dbc.enable=true \ - ro.vendor.vibrator.hal.dbc.envrelcoef=8353728 \ - ro.vendor.vibrator.hal.dbc.riseheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.fallheadroom=1909602 \ - ro.vendor.vibrator.hal.dbc.txlvlthreshfs=2516583 \ - ro.vendor.vibrator.hal.dbc.txlvlholdoffms=0 \ ro.vendor.vibrator.hal.pm.activetimeout=5 # PKVM Memory Reclaim