From 950f2c12fbd83e615ce8b8c53071e5113a2adcf2 Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 3 Aug 2023 19:32:26 +0800 Subject: [PATCH] audio: new AIDL configuration xml Bug: 206737711 Test: mm Change-Id: I1c281dca5dd873507ed2970ef3138c7e230c2909 --- .../audio_platform_configuration.xml | 126 ++++++++++++++++++ .../audio_platform_configuration_aidl.xml | 76 ----------- audio/lynx/audio-tables.mk | 2 +- 3 files changed, 127 insertions(+), 77 deletions(-) create mode 100644 audio/lynx/aidl_config/audio_platform_configuration.xml delete mode 100644 audio/lynx/aidl_config/audio_platform_configuration_aidl.xml diff --git a/audio/lynx/aidl_config/audio_platform_configuration.xml b/audio/lynx/aidl_config/audio_platform_configuration.xml new file mode 100644 index 0000000..35c059d --- /dev/null +++ b/audio/lynx/aidl_config/audio_platform_configuration.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + 0.01 + 0.02 + 0.04 + 0.10 + 0.21 + 0.47 + 1.00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MIC + CAMCORDER + VOICE_RECOGNITION + + + MIC + CAMCORDER + VOICE_RECOGNITION + + + + + + diff --git a/audio/lynx/aidl_config/audio_platform_configuration_aidl.xml b/audio/lynx/aidl_config/audio_platform_configuration_aidl.xml deleted file mode 100644 index 912b4aa..0000000 --- a/audio/lynx/aidl_config/audio_platform_configuration_aidl.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/audio/lynx/audio-tables.mk b/audio/lynx/audio-tables.mk index ba193ec..d935322 100644 --- a/audio/lynx/audio-tables.mk +++ b/audio/lynx/audio-tables.mk @@ -21,7 +21,7 @@ AUDIO_TABLE_FOLDER := lynx ifeq ($(BUILD_AUDIO_AIDL_VERSION),true) PRODUCT_COPY_FILES += \ - device/google/lynx/audio/$(AUDIO_TABLE_FOLDER)/aidl_config/audio_platform_configuration_aidl.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_configuration_aidl.xml \ + device/google/lynx/audio/$(AUDIO_TABLE_FOLDER)/aidl_config/audio_platform_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_configuration.xml \ device/google/lynx/audio/$(AUDIO_TABLE_FOLDER)/aidl_config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \ device/google/lynx/audio/$(AUDIO_TABLE_FOLDER)/aidl_config/mixer_paths_aidl.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_aidl.xml else