
14 Jan
2020
14 Jan
'20
1:21 p.m.
The "Handset" device actually configures the headset microphone, as indicated in the comment.
The actual "Handset" microphone used for voice calls is usually internal and connected to PrimaryMic.
Rename the current "Handset" device to "HeadsetMic" for clarity.
Cc: Srinivas Kandagatla srinivas.kandagatla@linaro.org Signed-off-by: Stephan Gerhold stephan@gerhold.net --- ucm2/DB410c/HiFi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ucm2/DB410c/HiFi.conf b/ucm2/DB410c/HiFi.conf index 848d02f..a0ef42c 100644 --- a/ucm2/DB410c/HiFi.conf +++ b/ucm2/DB410c/HiFi.conf @@ -75,7 +75,7 @@ SectionDevice."Earpiece" { ] }
-SectionDevice."Handset" { +SectionDevice."HeadsetMic" { Comment "Headset Microphone"
EnableSequence [
--
2.24.1