audio config: fix minimum alarm volume am: d9f59c1496
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15958180 Change-Id: I09ca426b6aea65559fcc5e69ab354af6664b7449
This commit is contained in:
commit
442155a8c8
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ volume index from 0 to 100.
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||||
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||||
<point>1,-3600</point>
|
<point>0,-3600</point>
|
||||||
<point>33,-2400</point>
|
<point>33,-2400</point>
|
||||||
<point>66,-1200</point>
|
<point>66,-1200</point>
|
||||||
<point>100,0</point>
|
<point>100,0</point>
|
||||||
|
|
|
@ -94,7 +94,7 @@ volume index from 0 to 100.
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||||
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
ref="DEFAULT_NON_MUTABLE_HEADSET_VOLUME_CURVE"/>
|
||||||
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
<volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||||
<point>1,-3600</point>
|
<point>0,-3600</point>
|
||||||
<point>33,-2400</point>
|
<point>33,-2400</point>
|
||||||
<point>66,-1200</point>
|
<point>66,-1200</point>
|
||||||
<point>100,0</point>
|
<point>100,0</point>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue