diff options
| author | Ramjee Singh <ramjee@codeaurora.org> | 2018-09-25 16:55:09 +0530 |
|---|---|---|
| committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2019-11-13 18:13:37 +0100 |
| commit | a984217dd3205d5e22f371a99ee9d4ec1210bb90 (patch) | |
| tree | 8c1f766560576c2e0f5f0be310d23cbd9b5b67ec | |
| parent | b60b341d1e463f23f6d0d72ca6f1e688491e3866 (diff) | |
dumpling: configs: extend unprocessed audio
Extend unprocessed audio to enable other devices
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Ic1c01fc156e61f8bd0e7a1ba375eed48395cb741
| -rw-r--r-- | audio/mixer_paths_tasha.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mixer_paths_tasha.xml b/audio/mixer_paths_tasha.xml index 158c79e..84608dd 100644 --- a/audio/mixer_paths_tasha.xml +++ b/audio/mixer_paths_tasha.xml @@ -3118,6 +3118,22 @@ <path name="unprocessed-handset-mic" /> </path> + <path name="unprocessed-stereo-mic"> + <path name="voice-rec-dmic-ef" /> + </path> + + <path name="unprocessed-three-mic"> + <path name="three-mic" /> + </path> + + <path name="unprocessed-quad-mic"> + <path name="quad-mic" /> + </path> + + <path name="unprocessed-headset-mic"> + <path name="headset-mic" /> + </path> + <!-- Added for ADSP testfwk --> <path name="ADSP testfwk"> <ctl name="SLIMBUS_DL_HL Switch" value="1" /> |
