diff options
author | Dheeraj CVR <cvr.dheeraj@gmail.com> | 2014-08-04 06:02:26 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-08-07 10:23:37 +0530 |
commit | 108dcbe431508f7424046e55ee2f4ae88ae49648 (patch) | |
tree | 3dec04526d90a927c179d3e40c3f83566bdb5008 /configs | |
parent | 5bb524184033eab64fbb3337eaf46211f682edae (diff) | |
download | device_samsung_n7100-108dcbe431508f7424046e55ee2f4ae88ae49648.zip device_samsung_n7100-108dcbe431508f7424046e55ee2f4ae88ae49648.tar.gz device_samsung_n7100-108dcbe431508f7424046e55ee2f4ae88ae49648.tar.bz2 |
audio: make builtin mic and back mic volumes consistent
Change-Id: I9f94363e78bed7b3185110d1f7d90a9f36a4ba10
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tiny_hw.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index b7c4c12..88f3651 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -261,7 +261,7 @@ We are able to have most of our routing static so do that <path name="on"> <ctl name="Main Mic Switch" val="1"/> <ctl name="MainMicBias Mode" val="1"/> - <ctl name="IN2L Volume" val="13"/> + <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="Left"/> |