diff options
-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> |