caimito: add default mic compensation
Test: end-to-end validation Bug: 349276230 Flag: EXEMPT bugfix (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b07be951cc26c65150fea3c65f70078873f54e68) Merged-In: I5775c77a215733e170676eb50a8d49ae4fd5ec93 Change-Id: I5775c77a215733e170676eb50a8d49ae4fd5ec93
This commit is contained in:
parent
0dd3787eb4
commit
ec3b8bd84e
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