Snap for 9712464 from 20104b6d0c to udc-release

Change-Id: I013af3bec8a4724008a9964c0aafd8d23c67d62f
This commit is contained in:
Android Build Coastguard Worker 2023-03-09 02:02:59 +00:00
commit deaa9421e3
4 changed files with 50 additions and 15 deletions

View file

@ -64,8 +64,8 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-4735</point>
<point>14,-4170</point>
<point>28,-3460</point>
<point>71,-1530</point>
<point>28,-3600</point>
<point>71,-2030</point>
<point>100,-200</point>
</volume>
<volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_EARPIECE"
@ -77,14 +77,18 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-6550</point>
<point>20,-4880</point>
<point>28,-4170</point>
<point>52,-2880</point>
<point>68,-1990</point>
<point>1,-6400</point>
<point>12,-5360</point>
<point>20,-4700</point>
<point>28,-4020</point>
<point>36,-3570</point>
<point>52,-2765</point>
<point>60,-2300</point>
<point>68,-1950</point>
<point>80,-1170</point>
<point>92,-470</point>
<point>96,-200</point>
<point>88,-750</point>
<point>92,-490</point>
<point>96,-210</point>
<point>100,0</point>
</volume>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
@ -96,9 +100,9 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>0,-6150</point>
<point>17,-4900</point>
<point>34,-3450</point>
<point>0,-5900</point>
<point>17,-4650</point>
<point>34,-3210</point>
<point>83,-1430</point>
<point>100,-400</point>
</volume>
@ -112,9 +116,9 @@ volume index from 0 to 100.
ref="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE"/>
<volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-4920</point>
<point>14,-4450</point>
<point>57,-2800</point>
<point>85,-1600</point>
<point>14,-4390</point>
<point>57,-2740</point>
<point>85,-1570</point>
<point>100,-300</point>
</volume>
<volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_EARPIECE"

View file

@ -308,6 +308,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true
# Enable front camera always binning for 720P or smaller resolution
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.camera.front_720P_always_binning=true
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true

View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2023, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<irq-device-map>
<device name="rtc-alarm0">
<subsystem>Alarm</subsystem>
</device>
<device name="dhdpcie_host_wake">
<subsystem>Wifi</subsystem>
</device>
</irq-device-map>