Merge cherrypicks of ['googleplex-android-review.googlesource.com/28027779', 'googleplex-android-review.googlesource.com/28027780'] into 24Q3-release.
Change-Id: Icbf3f8a7e14f4a91e3bd26ac98ac72075564c697
This commit is contained in:
commit
26e8f722d1
12 changed files with 36 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.
|
@ -79,3 +79,7 @@ on property:sys.boot_completed=1
|
||||||
# it should be written by the system init.
|
# it should be written by the system init.
|
||||||
on property:ro.boot.hardware.sku=GWVK6
|
on property:ro.boot.hardware.sku=GWVK6
|
||||||
setprop audio.camerasound.force true
|
setprop audio.camerasound.force true
|
||||||
|
|
||||||
|
# Check serial no. from specific CM4 devices for audio.
|
||||||
|
on property:ro.boot.serialno=*
|
||||||
|
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||||
|
|
|
@ -83,3 +83,7 @@ on property:sys.boot_completed=1
|
||||||
# it should be written by the system init.
|
# it should be written by the system init.
|
||||||
on property:ro.boot.hardware.sku=GQ57S
|
on property:ro.boot.hardware.sku=GQ57S
|
||||||
setprop audio.camerasound.force true
|
setprop audio.camerasound.force true
|
||||||
|
|
||||||
|
# Check serial no. from specific KM4 devices for audio.
|
||||||
|
on property:ro.boot.serialno=*
|
||||||
|
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||||
|
|
|
@ -81,3 +81,7 @@ on fs
|
||||||
# it should be written by the system init.
|
# it should be written by the system init.
|
||||||
on property:ro.boot.hardware.sku=G1B60
|
on property:ro.boot.hardware.sku=G1B60
|
||||||
setprop audio.camerasound.force true
|
setprop audio.camerasound.force true
|
||||||
|
|
||||||
|
# Check serial no. from specific TK4 devices for audio.
|
||||||
|
on property:ro.boot.serialno=*
|
||||||
|
setprop vendor.audio_hal.device.serialno ${ro.boot.serialno}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue