diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-26 13:44:47 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-05-26 13:44:47 +0200 |
commit | f503df029b1023ec5f820c8b51be0519057978c2 (patch) | |
tree | 497e5fc60eeff0169c109250ceb0a4956b416427 | |
parent | 35886fb084589f4245cc30a3ba83dcdc29dd3b32 (diff) | |
download | device_samsung_i9300-f503df029b1023ec5f820c8b51be0519057978c2.zip device_samsung_i9300-f503df029b1023ec5f820c8b51be0519057978c2.tar.gz device_samsung_i9300-f503df029b1023ec5f820c8b51be0519057978c2.tar.bz2 |
i9300: audio: increase mic gain
Change-Id: Ia54ed849ff54eae064717210065265e83a22595c
-rw-r--r-- | configs/tiny_hw.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index c9fba6b..e8b071d 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -252,7 +252,7 @@ We are able to have most of our routing static so do that <device name="builtin-mic"> <path name="on"> <ctl name="Main Mic Switch" val="1"/> - <ctl name="IN1L Volume" val="22"/> + <ctl name="IN1L Volume" val="28"/> <ctl name="MIXINL IN1L Switch" val="1"/> <ctl name="MIXINL IN1L Volume" val="1"/> <ctl name="AIF1ADCL Source" val="0"/> @@ -271,7 +271,7 @@ We are able to have most of our routing static so do that <device name="back-mic"> <path name="on"> <ctl name="Sub Mic Switch" val="1"/> - <ctl name="IN1R Volume" val="22"/> + <ctl name="IN1R Volume" val="28"/> <ctl name="MIXINR IN1R Switch" val="1"/> <ctl name="MIXINR IN1R Volume" val="1"/> <ctl name="AIF1ADCR Source" val="1"/> |