diff options
author | andi34 <skate4life@gmx.de> | 2014-08-15 23:07:36 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-01-31 21:12:54 +0100 |
commit | a2b62e66941675cb191dae999b2b0b6bbe8b5749 (patch) | |
tree | fbcd65301de38eb75f521b15c5b8997dec5f789a | |
parent | d281417f8a6882cfb8cc48212f84050715775fc8 (diff) | |
download | device_samsung_espresso3g-a2b62e66941675cb191dae999b2b0b6bbe8b5749.zip device_samsung_espresso3g-a2b62e66941675cb191dae999b2b0b6bbe8b5749.tar.gz device_samsung_espresso3g-a2b62e66941675cb191dae999b2b0b6bbe8b5749.tar.bz2 |
P5100: slight volume boost
Thanks to XDA Member "daniel644" and "tobbie"
Change-Id: Iea177dad2ac8b66d2f885a874748ad90a18133f4
-rw-r--r-- | configs/tiny_hw.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index e80902c..880b13f 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -98,7 +98,7 @@ We are able to have most of our routing static so do that <ctl name="SPKR DAC1 Volume" val="1"/> <ctl name="Speaker Mixer Volume" val="3"/> <ctl name="Speaker Boost Volume" val="6"/> - <ctl name="Speaker Volume" val="59"/> + <ctl name="Speaker Volume" val="61"/> </path> <path name="off"> <ctl name="SPK Switch" val="0"/> @@ -108,7 +108,7 @@ We are able to have most of our routing static so do that <ctl name="SPKL DAC1 Volume" val="1"/> <ctl name="SPKR DAC1 Volume" val="1"/> <ctl name="Speaker Mixer Volume" val="0"/> - <ctl name="Speaker Volume" val="57"/> + <ctl name="Speaker Volume" val="61"/> <ctl name="Speaker Boost Volume" val="0"/> </path> </device> @@ -119,7 +119,7 @@ We are able to have most of our routing static so do that <ctl name="AIF1DAC1 Volume" val="96"/> <ctl name="AIF1 Boost Volume" val="0"/> <ctl name="DAC1 Volume" val="96"/> - <ctl name="Headphone Volume" val="50"/> + <ctl name="Headphone Volume" val="61"/> </path> <path name="off"> <ctl name="HP Switch" val="0"/> @@ -127,7 +127,7 @@ We are able to have most of our routing static so do that <ctl name="AIF1DAC1 Volume" val="96"/> <ctl name="AIF1 Boost Volume" val="0"/> <ctl name="DAC1 Volume" val="96"/> - <ctl name="Headphone Volume" val="45"/> + <ctl name="Headphone Volume" val="61"/> </path> </device> <device name="sco-out"> @@ -156,19 +156,19 @@ We are able to have most of our routing static so do that <ctl name="DAC1 Volume" val="96"/> <ctl name="Left Output Mixer DAC Volume" val="7"/> <ctl name="Right Output Mixer DAC Volume" val="7"/> - <ctl name="Output Volume" val="56"/> + <ctl name="Output Volume" val="63"/> <ctl name="LINEOUT1 Volume" val="1"/> </path> <path name="off"> <ctl name="LINEOUT1N Switch" val="0"/> <ctl name="LINEOUT1P Switch" val="0"/> <ctl name="LINEOUT Switch" val="0"/> - <ctl name="AIF1DAC1 Volume" val="96 "/> + <ctl name="AIF1DAC1 Volume" val="96"/> <ctl name="AIF1 Boost Volume" val="0"/> - <ctl name="DAC1 Volume" val="96 "/> + <ctl name="DAC1 Volume" val="96"/> <ctl name="Left Output Mixer DAC Volume" val="7"/> <ctl name="Right Output Mixer DAC Volume" val="7"/> - <ctl name="Output Volume" val="57 "/> + <ctl name="Output Volume" val="63"/> <ctl name="LINEOUT1 Volume" val="1"/> </path> </device> |