diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-10-29 17:14:42 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-10-29 17:16:27 +0200 |
commit | f912a16a55e7333e851ca9d52378740eaf11028a (patch) | |
tree | 75f15cbc5b079a273e98047a44ff7cc763ed4007 | |
parent | 6784e637aee6e6ab03b5a4ee43201323380aa311 (diff) | |
download | device_samsung_kona-common-f912a16a55e7333e851ca9d52378740eaf11028a.zip device_samsung_kona-common-f912a16a55e7333e851ca9d52378740eaf11028a.tar.gz device_samsung_kona-common-f912a16a55e7333e851ca9d52378740eaf11028a.tar.bz2 |
kona : tinyhal max value is 100
Change-Id: I08e0108a0c831275eb4fc171d89749fbb6f3840d
-rwxr-xr-x | configs/n5100.xml | 4 | ||||
-rwxr-xr-x | configs/n5120.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configs/n5100.xml b/configs/n5100.xml index 2d9a6c6..e6311a0 100755 --- a/configs/n5100.xml +++ b/configs/n5100.xml @@ -261,7 +261,7 @@ We are able to have most of our routing static so do that <ctl name="AIF1ADC1 HPF Switch" val="0"/> <ctl name="IN1L Volume" val="30"/> <ctl name="MIXINL IN1L Volume" val="0"/> - <ctl name="AIF1ADC1 Volume" val="120"/> + <ctl name="AIF1ADC1 Volume" val="100"/> </path> </device> <device name="back-mic"> @@ -338,4 +338,4 @@ We are able to have most of our routing static so do that <ctl name="MIXINR Output Record Volume" val="0"/> </path> </device> -</tinyhal>
\ No newline at end of file +</tinyhal> diff --git a/configs/n5120.xml b/configs/n5120.xml index 014d1a6..9e0bfb0 100755 --- a/configs/n5120.xml +++ b/configs/n5120.xml @@ -265,7 +265,7 @@ We are able to have most of our routing static so do that <ctl name="AIF1ADC1 HPF Switch" val="0"/> <ctl name="IN1L Volume" val="30"/> <ctl name="MIXINL IN1L Volume" val="0"/> - <ctl name="AIF1ADC1 Volume" val="120"/> + <ctl name="AIF1ADC1 Volume" val="100"/> </path> </device> <device name="back-mic"> @@ -281,7 +281,7 @@ We are able to have most of our routing static so do that <ctl name="DAC1 Left Sidetone Volume" val="0"/> <ctl name="IN2R Volume" val="30"/> <ctl name="MIXINR IN2R Volume" val="0"/> - <ctl name="AIF1ADC1 Volume" val="120"/> + <ctl name="AIF1ADC1 Volume" val="100"/> </path> <path name="off"> <ctl name="Sub Mic Switch" val="0"/> @@ -351,4 +351,4 @@ We are able to have most of our routing static so do that <ctl name="MIXINR Output Record Volume" val="0"/> </path> </device> -</tinyhal>
\ No newline at end of file +</tinyhal> |