From 7b28b1ef2a5ec05410daf11759d9456ce7e70e93 Mon Sep 17 00:00:00 2001 From: HW Lee Date: Tue, 16 Jul 2024 07:44:23 +0000 Subject: [PATCH] audio: pts: spk_post_processing bringup Flag: TEST_ONLY Bug: 343634539 Test: ABTD Change-Id: I1f784cb5f62618cdd82aa2c62a4490e9f102541f Signed-off-by: HW Lee --- audio/tokay/audio-tables.mk | 3 +- audio/tokay/tuning/Android.bp | 6 ++++ .../speaker_post_processing_volume_spec.xml | 30 +++++++++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml diff --git a/audio/tokay/audio-tables.mk b/audio/tokay/audio-tables.mk index a65f3030..58808a3a 100644 --- a/audio/tokay/audio-tables.mk +++ b/audio/tokay/audio-tables.mk @@ -91,7 +91,8 @@ PRODUCT_PACKAGES_DEBUG += \ template.xml \ tuning_constraints_combination.xml \ test_config.ini \ - test_preset.mps + test_preset.mps \ + speaker_post_processing_volume_spec.xml ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) # Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal diff --git a/audio/tokay/tuning/Android.bp b/audio/tokay/tuning/Android.bp index 6218306c..10125af2 100644 --- a/audio/tokay/tuning/Android.bp +++ b/audio/tokay/tuning/Android.bp @@ -240,6 +240,12 @@ prebuilt_etc { soc_specific: true, } +prebuilt_etc { + name: "speaker_post_processing_volume_spec.xml", + src: "pts/speaker_post_processing_volume_spec.xml", + defaults: ["aoc_defaults"], +} + prebuilt_etc { name: "test_config.ini", src: "waves/tests/test_config.ini", diff --git a/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml b/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml new file mode 100644 index 00000000..027bcea8 --- /dev/null +++ b/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml @@ -0,0 +1,30 @@ + + + + -56.154594,-57.110912 + -53.155884,-54.127373 + -49.756584,-50.737946 + -46.936535,-47.922485 + -43.24405,-44.23973 + -39.813145,-40.822468 + -36.94418,-37.96505 + -34.103817,-35.12746 + -32.26378,-33.29418 + -30.093319,-31.127796 + -27.625238,-28.658443 + -25.123178,-26.156292 + -23.122547,-24.157629 + -21.27267,-22.309628 + -19.260181,-20.323017 + -17.789768,-18.920961 + -16.70663,-17.944777 + -15.632062,-16.883278 + -14.59099,-15.903705 + -13.215048,-14.563754 + -12.320514,-13.758759 + -11.425067,-12.607503 + -10.545513,-11.783849 + -9.59371,-10.908389 + -8.927933,-10.219385 + + \ No newline at end of file