Merge "audio: update audio tuning table" into sc-v2-dev am: 4951e41ba0

Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/16660938

Change-Id: I416f888e19d6d1db015e3ffb305defc63674b802
This commit is contained in:
TreeHugger Robot 2022-01-20 09:11:45 +00:00 committed by Automerger Merge Worker
commit 808e883e89
2 changed files with 4 additions and 4 deletions

View file

@ -80,11 +80,11 @@ volume index from 0 to 100.
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET" <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
ref="DEFAULT_MEDIA_VOLUME_CURVE"/> ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER"> <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-6000</point> <point>1,-6200</point>
<point>28,-3600</point> <point>28,-3800</point>
<point>72,-1650</point> <point>72,-1650</point>
<point>80,-1400</point> <point>80,-1400</point>
<point>88,-800</point> <point>92,-800</point>
<point>100,0</point> <point>100,0</point>
</volume> </volume>
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE" <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
@ -168,7 +168,7 @@ volume index from 0 to 100.
<point>100,-1800</point> <point>100,-1800</point>
</volume> </volume>
<volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_SPEAKER"> <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_SPEAKER">
<point>1,-5600</point> <point>1,-6000</point>
<point>33,-3000</point> <point>33,-3000</point>
<point>66,-2200</point> <point>66,-2200</point>
<point>100,-1600</point> <point>100,-1600</point>