From 9bb79a501b6fc907a3c0e36278922a371ec8fdd7 Mon Sep 17 00:00:00 2001 From: Akshay Cadambi Date: Wed, 11 Sep 2024 17:26:51 +0000 Subject: [PATCH] Disable stereo spatialization. Bug: 365846274 Flag: com.android.media.audio.stereo_spatialization Change-Id: I6618c69a6f28a0344da731dd3875a52b839976b1 --- device-caiman.mk | 4 ---- device-komodo.mk | 4 ---- device-ripcurrent24.mk | 4 ---- device-ripcurrentpro.mk | 4 ---- device-tokay.mk | 4 ---- 5 files changed, 20 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index 1adb88f3..ebb90059 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -185,10 +185,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true -# declare use of stereo spatialization -PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.stereo_spatialization_enabled=true - ifneq ($(USE_AUDIO_HAL_AIDL),true) # HIDL Sound Dose PRODUCT_PACKAGES += \ diff --git a/device-komodo.mk b/device-komodo.mk index af40e235..1ac5e197 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -205,10 +205,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true -# declare use of stereo spatialization -PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.stereo_spatialization_enabled=true - ifneq ($(USE_AUDIO_HAL_AIDL),true) # HIDL Sound Dose PRODUCT_PACKAGES += \ diff --git a/device-ripcurrent24.mk b/device-ripcurrent24.mk index 1cc3b6fe..dd23eadb 100644 --- a/device-ripcurrent24.mk +++ b/device-ripcurrent24.mk @@ -109,10 +109,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true -# declare use of stereo spatialization -PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.stereo_spatialization_enabled=true - # Bluetooth hci_inject test tool PRODUCT_PACKAGES_DEBUG += \ hci_inject diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 0eb62559..c579bfdd 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -111,10 +111,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true -# declare use of stereo spatialization -PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.stereo_spatialization_enabled=true - # Bluetooth hci_inject test tool PRODUCT_PACKAGES_DEBUG += \ hci_inject diff --git a/device-tokay.mk b/device-tokay.mk index 7a0fa41e..37e8c01c 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -178,10 +178,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.audio.spatializer_enabled=true -# declare use of stereo spatialization -PRODUCT_PROPERTY_OVERRIDES += \ - ro.audio.stereo_spatialization_enabled=true - ifneq ($(USE_AUDIO_HAL_AIDL),true) # HIDL Sound Dose PRODUCT_PACKAGES += \