Skip to content

Commit

Permalink
Decrease digital attenuation on headphones by 3dB
Browse files Browse the repository at this point in the history
Effectively increases headphone/headset level by 3dB

Bug 30967101

Change-Id: I9ebd03ded60f3fd50b21a22826331376311be716
  • Loading branch information
jmtrivi committed Aug 23, 2016
1 parent a59b660 commit 10e63ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mixer_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1305,11 +1305,11 @@
</path>

<!-- HS RX -->
<!-- HS RX playback D:-10 dB, A:0 dB -->
<!-- HS RX playback D:-7 dB, A:0 dB -->
<path name="headphones">
<path name="headphones-DRE" />
<ctl name="RX1 Mix Digital Volume" value="74" />
<ctl name="RX2 Mix Digital Volume" value="74" />
<ctl name="RX1 Mix Digital Volume" value="77" />
<ctl name="RX2 Mix Digital Volume" value="77" />
<ctl name="HPHL Volume" value="20" />
<ctl name="HPHR Volume" value="20" />
</path>
Expand Down

0 comments on commit 10e63ed

Please sign in to comment.