Skip to content

Commit

Permalink
mixin updates
Browse files Browse the repository at this point in the history
[WHL] Modify volume curve points
Safe media volume index for USB_HEADSET was coming as 0,
to improve user experience, modifying volume curve to get
safe media volume index for USB_HEADSET as 2.

Tracked-On: OAM-84941
Mixin-Reviewed-On: projectceladon/device-androidia-mixins#352
Signed-off-by: Karan Patidar <[email protected]>
  • Loading branch information
buildslave authored and sysopenci committed Sep 3, 2019
1 parent 300172a commit 72c6201
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions clk/audio/default/policy/default_volume_tables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
</reference>
<reference name="DEFAULT_MEDIA_VOLUME_CURVE">
<!-- Default Media reference Volume Curve -->
<point>1,-3300</point>
<point>20,-2710</point>
<point>1,-4000</point>
<point>10,-3800</point>
<point>20,-3550</point>
<point>60,-1020</point>
<point>100,0</point>
</reference>
Expand All @@ -48,9 +49,9 @@
</reference>
<reference name="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE">
<!-- Default is Speaker Media Volume Curve -->
<point>1,-3500</point>
<point>33,-2850</point>
<point>66,-1700</point>
<point>1,-5800</point>
<point>20,-4000</point>
<point>60,-1700</point>
<point>100,0</point>
</reference>
<reference name="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE">
Expand Down

0 comments on commit 72c6201

Please sign in to comment.