audio: update speaker volume am: d659991e7b
am: af1465c145
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19250748 Change-Id: I3e9eebdc8299cf1dee12fe536029f4017990d2ac Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cfe26a2d6e
1 changed files with 7 additions and 2 deletions
|
@ -79,8 +79,13 @@ volume index from 0 to 100.
|
|||
ref="DEFAULT_HEARING_AID_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER"
|
||||
ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||
<point>1,-6200</point>
|
||||
<point>20,-4700</point>
|
||||
<point>40,-3000</point>
|
||||
<point>60,-1700</point>
|
||||
<point>100,0</point>
|
||||
</volume>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue