diff options
| author | vincent_tew <vincent_tew@htc.com> | 2017-08-10 02:57:33 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-08-10 02:57:33 +0000 |
| commit | a686cfc1e359c4fbd36ae90dce1ff7b52076290f (patch) | |
| tree | a36e1eb608d560720471ab9b5a8890e6060ee40b | |
| parent | d5d249333296e923bdae9742f4745cd6715d87e7 (diff) | |
| parent | 5c57abe5c79a498dfd8e92622bb1743f7ecb718a (diff) | |
Merge "audio: update audio table 0809" into oc-dr1-dev
am: 5c57abe5c7
Change-Id: I2414c9866fca4f5f296a0bdc60bef51e06b47b1e
| -rw-r--r-- | audio_policy_volumes.xml | 4 | ||||
| -rw-r--r-- | mixer_paths_tavil.xml | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/audio_policy_volumes.xml b/audio_policy_volumes.xml index f76cd78..2fa063a 100644 --- a/audio_policy_volumes.xml +++ b/audio_policy_volumes.xml @@ -25,7 +25,9 @@ volume index from 0 to 100. <volumes> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_HEADSET"> <point>0,-2900</point> - <point>86,-400</point> + <point>57,-1450</point> + <point>71,-950</point> + <point>86,-550</point> <point>100,0</point> </volume> <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_SPEAKER"> diff --git a/mixer_paths_tavil.xml b/mixer_paths_tavil.xml index f509fe2..51a2786 100644 --- a/mixer_paths_tavil.xml +++ b/mixer_paths_tavil.xml @@ -1545,12 +1545,12 @@ <ctl name="DEC7 Volume" value="84" /> </path> - <!-- SPKR_PHONE_MIC 3rd:DEC5 0dB, 2nd:DEC6 0dB, 1st:DEC7 0dB,--> + <!-- SPKR_PHONE_MIC 3rd:DEC5 16dB, 2nd:DEC6 16dB, 1st:DEC7 16dB,--> <path name="speaker-mic"> <path name="triple-mic" /> - <ctl name="DEC5 Volume" value="84" /> - <ctl name="DEC6 Volume" value="84" /> - <ctl name="DEC7 Volume" value="84" /> + <ctl name="DEC5 Volume" value="100" /> + <ctl name="DEC6 Volume" value="100" /> + <ctl name="DEC7 Volume" value="100" /> </path> <!-- TX Main-mic D:0 dB --> |
