Skip to content

Commit

Permalink
lemonadep: overlay: Remove dsp. prefix from audio and video power pro…
Browse files Browse the repository at this point in the history
…files

* AOSP power_profile.xml does not include this prefix

Change-Id: I39ee47d4bccfc7eb5454aa64595eaad2a17a1dcf
  • Loading branch information
ArianK16a authored and delano-git committed Oct 10, 2022
1 parent fde62e3 commit 795cb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/OPlusFrameworksResTarget/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<item name="camera.avg">1047</item> <!-- Avg. power use of camera in standard usecases, ~550mA -->
<item name="gps.on">75</item> <!-- ~50mA -->

<item name="dsp.audio">78</item> <!-- new add ~10mA -->
<item name="dsp.video">51</item> <!-- new add ~50mA -->
<item name="audio">78</item> <!-- new add ~10mA -->
<item name="video">51</item> <!-- new add ~50mA -->
<item name="bluetooth.controller.idle">1.7</item> <!--new add -->
<item name="bluetooth.controller.rx">76</item> <!--new add -->
<item name="bluetooth.controller.tx">176</item> <!--new add -->
Expand Down

0 comments on commit 795cb9a

Please sign in to comment.