diff options
author | mark <mcampbellsmith@gmail.com> | 2013-05-26 20:49:56 +1000 |
---|---|---|
committer | mark <mcampbellsmith@gmail.com> | 2013-05-26 20:49:56 +1000 |
commit | 6efeb33946ac440793941e5e188cf7cd9d73cc50 (patch) | |
tree | 62d1384584bd2f5f783b244fa24cf066dcd41cab | |
parent | d515019ce6bd331a037f076dfd45baf807e7d6a6 (diff) | |
download | device_samsung_i9305-6efeb33946ac440793941e5e188cf7cd9d73cc50.zip device_samsung_i9305-6efeb33946ac440793941e5e188cf7cd9d73cc50.tar.gz device_samsung_i9305-6efeb33946ac440793941e5e188cf7cd9d73cc50.tar.bz2 |
i9305: increase back/main mic gain
Change-Id: I1da30def5b57380481adf746c15be52061efc2ee
-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 ae3d8a6..cc8bcbd 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -266,7 +266,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="IN2L Volume" val="22"/> + <ctl name="IN2L Volume" val="28"/> <ctl name="MIXINL IN2L Switch" val="1"/> <ctl name="MIXINL IN2L Volume" val="1"/> <ctl name="AIF1ADCL Source" val="0"/> @@ -284,7 +284,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"/> |