From ab9e3a1fa7233686155254be6690230b93451dd2 Mon Sep 17 00:00:00 2001 From: Robert Lee Date: Tue, 1 Oct 2024 10:15:32 +0000 Subject: [PATCH 1/2] audio: add default re value for speaker Change List: Bug: 370416914 Test: manual test Flag: EXEMPT update table Signed-off-by: Robert Lee (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c7f8041fb4c8bf51e6c3c1572735a371da4311f1) Merged-In: I42e8ff0d49106f53dbd3971f20aaf3765c0cd3ec Change-Id: I42e8ff0d49106f53dbd3971f20aaf3765c0cd3ec --- audio/tegu/aidl_config/audio_platform_configuration.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/tegu/aidl_config/audio_platform_configuration.xml b/audio/tegu/aidl_config/audio_platform_configuration.xml index 1d7f14e..c3f3a9f 100644 --- a/audio/tegu/aidl_config/audio_platform_configuration.xml +++ b/audio/tegu/aidl_config/audio_platform_configuration.xml @@ -53,6 +53,8 @@ + + From 94cbabafe689ea92e0e7ea59f1f5e46f9baaec52 Mon Sep 17 00:00:00 2001 From: chenkris Date: Sun, 6 Oct 2024 08:03:20 +0000 Subject: [PATCH 2/2] tg4: enable fps_touch_handler Flag: EXEMPT NDK Bug: 371861989 Test: authenticate fingerprint (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:37141236aef374478a3f4634bdd0db5809ffd189) Merged-In: I07485dc89b0671b0c1b5c1569ccfd33827ad7496 Change-Id: I07485dc89b0671b0c1b5c1569ccfd33827ad7496 --- device-tegu.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-tegu.mk b/device-tegu.mk index 75a2591..05ec7c0 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -382,6 +382,7 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.als_feed_forward_supported=true \ persist.vendor.udfps.boost_whole_auth_path_supported=true \ persist.vendor.udfps.capture_retrying_acquired_msg_supported=false \ + persist.vendor.udfps.fps_touch_handler_supported=true \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \ persist.vendor.udfps.set_lhbm_in_advance=true \ persist.vendor.udfps.auto_exposure_compensation_supported=true