Snap for 12048319 from c4d4d1f376
to 24Q4-release
Change-Id: Ic15c1d7dbef9fbcd8fdb5f254078f09f73bd75b8
This commit is contained in:
commit
1a602b3e81
18 changed files with 56 additions and 7 deletions
|
@ -61,7 +61,8 @@ PRODUCT_PACKAGES += \
|
|||
waves_config.ini \
|
||||
waves_preset.mps \
|
||||
compens_spk_l.conf \
|
||||
compens_spk_r.conf
|
||||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
|||
filename_from_src: true,
|
||||
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_preset.mps \
|
||||
compens_spk_l.conf \
|
||||
compens_spk_r.conf
|
||||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
|||
filename_from_src: true,
|
||||
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_preset.mps \
|
||||
compens_spk_l.conf \
|
||||
compens_spk_r.conf
|
||||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
|
@ -160,3 +160,9 @@ prebuilt_etc {
|
|||
filename_from_src: true,
|
||||
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.
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- set this to ./DevInfo/Mod -->
|
||||
<string translatable="false" name="config_devinfo_model">GR83Y</string>
|
||||
</resources>
|
|
@ -79,3 +79,7 @@ on property:sys.boot_completed=1
|
|||
# it should be written by the system init.
|
||||
on property:ro.boot.hardware.sku=GWVK6
|
||||
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.
|
||||
on property:ro.boot.hardware.sku=GQ57S
|
||||
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.
|
||||
on property:ro.boot.hardware.sku=G1B60
|
||||
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}
|
||||
|
|
|
@ -70,7 +70,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk
|
|||
|
||||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=1
|
||||
ro.vendor.build.svn=2
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,caiman)
|
||||
|
|
|
@ -70,7 +70,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk
|
|||
|
||||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=1
|
||||
ro.vendor.build.svn=2
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,komodo)
|
||||
|
|
|
@ -60,7 +60,7 @@ include device/google/gs-common/pixelsupport/pixelsupport.mk
|
|||
|
||||
# Increment the SVN for any official public releases
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=1
|
||||
ro.vendor.build.svn=2
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,tokay)
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- set this to ./DevInfo/Mod -->
|
||||
<string translatable="false" name="config_devinfo_model">GGX8B</string>
|
||||
</resources>
|
|
@ -3018,7 +3018,7 @@
|
|||
"PowerHint": "CAMERA_PROJECT11",
|
||||
"Node": "PMU_BIG_SPC_THRESHOLD",
|
||||
"Duration": 0,
|
||||
"Value": "50"
|
||||
"Value": "20"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_PROJECT11",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue