diff options
| author | Sultan Qasim Khan <sultanqasim@gmail.com> | 2016-06-01 20:02:01 -0400 |
|---|---|---|
| committer | Sultan Qasim Khan <sultanqasim@gmail.com> | 2016-06-01 17:03:51 -0700 |
| commit | 2d43f0b88242541dfcc68e7539bb328a85bc9e6d (patch) | |
| tree | a45afaedf6fe6132ea4663c858b7c18c8d5e158c | |
| parent | f642de732ed8a31c22a84a5564acbacc74cd8bcb (diff) | |
otus: boost microphone gains
They seemed a bit too low in my testing.
Change-Id: Ic7a37211e7f4db6d3f90a07fb4cc0629cd10f4a8
| -rw-r--r-- | prebuilt/system/etc/mixer_paths.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prebuilt/system/etc/mixer_paths.xml b/prebuilt/system/etc/mixer_paths.xml index acc506c..fea24fb 100644 --- a/prebuilt/system/etc/mixer_paths.xml +++ b/prebuilt/system/etc/mixer_paths.xml @@ -390,7 +390,7 @@ <path name="speaker-mic"> <path name="adc1" /> - <ctl name="ADC1 Volume" value="14" /> + <ctl name="ADC1 Volume" value="17" /> <ctl name="ADC2 Volume" value="0" /> <ctl name="ADC3 Volume" value="0" /> </path> @@ -404,7 +404,7 @@ <path name="handset-mic"> <path name="adc1" /> - <ctl name="ADC1 Volume" value="14" /> + <ctl name="ADC1 Volume" value="17" /> <ctl name="ADC2 Volume" value="0" /> <ctl name="ADC3 Volume" value="0" /> </path> @@ -427,7 +427,7 @@ <path name="primary-mic"> <path name="adc1" /> - <ctl name="ADC1 Volume" value="14" /> + <ctl name="ADC1 Volume" value="17" /> <ctl name="ADC2 Volume" value="0" /> <ctl name="ADC3 Volume" value="0" /> </path> @@ -437,7 +437,7 @@ <ctl name="ADC2 MUX" value="INP3" /> <ctl name="ADC1 Volume" value="0" /> <ctl name="ADC2 Volume" value="0" /> - <ctl name="ADC3 Volume" value="14" /> + <ctl name="ADC3 Volume" value="16" /> </path> <path name="tertiary-mic"> |
