commit | 7c81054244638129f8d5cf8750e00d2a2d3c4eea | [log] [tgz] |
---|---|---|
author | Carter Hsu <carterhsu@google.com> | Wed Apr 21 18:09:52 2021 +0800 |
committer | TreeHugger Robot <treehugger-gerrit@google.com> | Mon May 03 17:17:33 2021 +0000 |
tree | abefa7d555a53ce1eb5d17c8440dddb10bcfe771 | |
parent | 9cf71a9b1d0a23322002ce535982d28baee879f8 [diff] |
audio: add bt-mic for audio capture Bug: 185209822 Test: build pass Signed-off-by: Carter Hsu <carterhsu@google.com> Change-Id: I4d37148ed75e57e8077b6a752b190ee87d289a9a
diff --git a/audio/oriole/config/mixer_paths.xml b/audio/oriole/config/mixer_paths.xml index e56b314..27da7b5 100644 --- a/audio/oriole/config/mixer_paths.xml +++ b/audio/oriole/config/mixer_paths.xml
@@ -521,6 +521,7 @@ </path> <path name="audio-recordC bt-mic"> + <ctl name="Audio Capture Mic Source" value="BT_MIC"/> <ctl name="EP1 TX Mixer BT_TX" value="1"/> </path>
diff --git a/audio/raven/config/mixer_paths.xml b/audio/raven/config/mixer_paths.xml index ddc5857..f37ce2b 100644 --- a/audio/raven/config/mixer_paths.xml +++ b/audio/raven/config/mixer_paths.xml
@@ -548,6 +548,7 @@ </path> <path name="audio-recordC bt-mic"> + <ctl name="Audio Capture Mic Source" value="BT_MIC"/> <ctl name="EP1 TX Mixer BT_TX" value="1"/> </path>