Merge "caimito: add default mic compensation" into 24D1-dev am: 11035dbd44
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/28027779 Change-Id: Iffa477e55a27e9682da56f8249f6ae12416ba9e3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e38aa78fd4
9 changed files with 24 additions and 3 deletions
|
@ -61,7 +61,8 @@ PRODUCT_PACKAGES += \
|
||||||
waves_config.ini \
|
waves_config.ini \
|
||||||
waves_preset.mps \
|
waves_preset.mps \
|
||||||
compens_spk_l.conf \
|
compens_spk_l.conf \
|
||||||
compens_spk_r.conf
|
compens_spk_r.conf \
|
||||||
|
default_mic_compensation.bin
|
||||||
|
|
||||||
# userdebug and eng specific
|
# userdebug and eng specific
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
||||||
filename_from_src: true,
|
filename_from_src: true,
|
||||||
relative_install_path: "spatializer",
|
relative_install_path: "spatializer",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "default_mic_compensation.bin",
|
||||||
|
src: "compensation/default_mic_compensation.bin",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
BIN
audio/caiman/tuning/compensation/default_mic_compensation.bin
Normal file
BIN
audio/caiman/tuning/compensation/default_mic_compensation.bin
Normal file
Binary file not shown.
|
@ -61,7 +61,8 @@ PRODUCT_PACKAGES += \
|
||||||
waves_config.ini \
|
waves_config.ini \
|
||||||
waves_preset.mps \
|
waves_preset.mps \
|
||||||
compens_spk_l.conf \
|
compens_spk_l.conf \
|
||||||
compens_spk_r.conf
|
compens_spk_r.conf \
|
||||||
|
default_mic_compensation.bin
|
||||||
|
|
||||||
# userdebug and eng specific
|
# userdebug and eng specific
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
||||||
filename_from_src: true,
|
filename_from_src: true,
|
||||||
relative_install_path: "spatializer",
|
relative_install_path: "spatializer",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "default_mic_compensation.bin",
|
||||||
|
src: "compensation/default_mic_compensation.bin",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
BIN
audio/komodo/tuning/compensation/default_mic_compensation.bin
Normal file
BIN
audio/komodo/tuning/compensation/default_mic_compensation.bin
Normal file
Binary file not shown.
|
@ -61,7 +61,8 @@ PRODUCT_PACKAGES += \
|
||||||
waves_config.ini \
|
waves_config.ini \
|
||||||
waves_preset.mps \
|
waves_preset.mps \
|
||||||
compens_spk_l.conf \
|
compens_spk_l.conf \
|
||||||
compens_spk_r.conf
|
compens_spk_r.conf \
|
||||||
|
default_mic_compensation.bin
|
||||||
|
|
||||||
# userdebug and eng specific
|
# userdebug and eng specific
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
||||||
filename_from_src: true,
|
filename_from_src: true,
|
||||||
relative_install_path: "spatializer",
|
relative_install_path: "spatializer",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "default_mic_compensation.bin",
|
||||||
|
src: "compensation/default_mic_compensation.bin",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
BIN
audio/tokay/tuning/compensation/default_mic_compensation.bin
Normal file
BIN
audio/tokay/tuning/compensation/default_mic_compensation.bin
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue