diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index bf05226..e8f2f7c 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -245,6 +245,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call soong_config_set,aoc_audio_func,dump_usecase_data,true)
$(call soong_config_set,aoc_audio_func,hal_socket_control,true)
$(call soong_config_set,aoc_audio_func,record_tuning_keys,true)
+$(call soong_config_set,aoc_audio_func,aidl_command_interface,true)
endif
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 4329153..81ee6b4 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -422,6 +422,55 @@
- 2050
+
+
+ - 0.5
+ - 0.6
+ - 0.9
+
+
+
+
+ - 100
+ - 100
+ - 40
+ - 10
+
+
+
+
+ - 200
+ - 200
+ - 200
+ - 200
+
+
90198