diff options
author | andi34 <skate4life@gmx.de> | 2014-08-15 20:43:53 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-01-31 21:14:39 +0100 |
commit | 8e19d4f032414f0ee2fa4413c90e1457dc88d59f (patch) | |
tree | 9beb530d5932e51e622b604a471044ff294c97a7 /configs | |
parent | 83eb215c35e5885bc16792601f1b10a964767c03 (diff) | |
download | device_samsung_espressowifi-8e19d4f032414f0ee2fa4413c90e1457dc88d59f.zip device_samsung_espressowifi-8e19d4f032414f0ee2fa4413c90e1457dc88d59f.tar.gz device_samsung_espressowifi-8e19d4f032414f0ee2fa4413c90e1457dc88d59f.tar.bz2 |
P3100: slight volume boost
Thanks to XDA Member "daniel644" and "tobbie"
Change-Id: Ibfc7fa648df81fdf88cb8c26106d69201377fcfa
Diffstat (limited to 'configs')
-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 5c2d03c..c61edb6 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -96,7 +96,7 @@ 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="57"/> + <ctl name="Output Volume" val="61"/> <ctl name="Earpiece Volume" val="1"/> </path> <path name="off"> @@ -106,7 +106,7 @@ 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="57"/> + <ctl name="Output Volume" val="61"/> <ctl name="Earpiece Volume" val="1"/> </path> </device> @@ -120,7 +120,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"/> @@ -130,7 +130,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> @@ -141,7 +141,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"/> @@ -149,7 +149,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"> @@ -178,7 +178,7 @@ 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"> @@ -190,7 +190,7 @@ 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="57 "/> + <ctl name="Output Volume" val="63 "/> <ctl name="LINEOUT1 Volume" val="1"/> </path> </device> |