summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 13:45:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 13:45:22 +0000
commit4c75fbd3ee464e4f855a36b6bf465195b667f6f1 (patch)
treed859f3b3ec4d58903c61b723e7f4c9c68673a493
parente2358a80498d6d194c6588fca178d49438cf95bf (diff)
parent1c8de77d5df2f176d44fa96db76563b580685b0d (diff)
downloadbluejay-android13-frc-odp-release.tar.gz
Snap for 8745897 from 1c8de77d5df2f176d44fa96db76563b580685b0d to tm-frc-odp-releaset_frc_odp_330442040t_frc_odp_330442000android13-frc-odp-release
Change-Id: Iba5086d9b87979f1bf56f09b9779b9b3de85bc1a
-rw-r--r--audio/bluejay/config/audio_policy_volumes.xml11
-rw-r--r--audio/bluejay/tuning/waves/waves_preset.mpsbin183298 -> 187198 bytes
-rw-r--r--device-bluejay.mk4
3 files changed, 12 insertions, 3 deletions
diff --git a/audio/bluejay/config/audio_policy_volumes.xml b/audio/bluejay/config/audio_policy_volumes.xml
index 159b62a..2fc20cb 100644
--- a/audio/bluejay/config/audio_policy_volumes.xml
+++ b/audio/bluejay/config/audio_policy_volumes.xml
@@ -82,9 +82,14 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-6200</point>
<point>28,-3800</point>
- <point>72,-1650</point>
- <point>80,-1400</point>
- <point>92,-800</point>
+ <point>64,-2000</point>
+ <point>68,-1800</point>
+ <point>72,-1600</point>
+ <point>76,-1400</point>
+ <point>80,-1200</point>
+ <point>88,-850</point>
+ <point>92,-650</point>
+ <point>96,-400</point>
<point>100,0</point>
</volume>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
diff --git a/audio/bluejay/tuning/waves/waves_preset.mps b/audio/bluejay/tuning/waves/waves_preset.mps
index 3d34313..dd74132 100644
--- a/audio/bluejay/tuning/waves/waves_preset.mps
+++ b/audio/bluejay/tuning/waves/waves_preset.mps
Binary files differ
diff --git a/device-bluejay.mk b/device-bluejay.mk
index 3ec3b69..02b27d5 100644
--- a/device-bluejay.mk
+++ b/device-bluejay.mk
@@ -169,6 +169,10 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true
+# Disable rear light sensor probing explicitly
+PRODUCT_VENDOR_PROPERTIES += \
+ persist.vendor.camera.rls_supported=false
+
# Fingerprint antispoof property
PRODUCT_PRODUCT_PROPERTIES +=\
persist.vendor.fingerprint.disable.fake.override=none