diff options
author | dmd79 <davidevinavil@gmail.com> | 2019-09-27 00:58:51 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-04 14:38:10 +0100 |
commit | d25eddd35d937eaf78edbf40d1269d82a366adfa (patch) | |
tree | 26476bfc6333f9f64bfa7c5d2ae78cde831f5d40 | |
parent | dc7b69e36d9d470ad12ae4fab75bf72015ed6d4e (diff) |
z2_plus: Add unprocessed-mic mixer path
* Instagram tends to seach for 'unprocessed-mic' while recording videos, ending up in having
no audio without that path
* Configure unprocessed-mic the same way as camcorder-mic
Change-Id: I6db8f929604dc09b3cfffdad3e5bdeec7d526cef
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | audio/mixer_paths_tasha.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/mixer_paths_tasha.xml b/audio/mixer_paths_tasha.xml index 58fdeb4..375a1bd 100644 --- a/audio/mixer_paths_tasha.xml +++ b/audio/mixer_paths_tasha.xml @@ -2206,6 +2206,11 @@ <ctl name="ADC1 Volume" value="12" /> </path> + <path name="unprocessed-mic"> + <path name="handset-mic" /> + <ctl name="ADC1 Volume" value="12" /> + </path> + <path name="hdmi-tx"> <path name="handset-mic" /> </path> |