comet: correct microphone devices for voip
note: In VOICE_COMMUNICATION case, microphones need extras string to be identified as voice device. Bug: 346302191 Test: adb shell tinymix | grep "MIC HW Gain" Change-Id: I97b005232514f922b5da151b650f455905b6bafc
This commit is contained in:
parent
da60dc4397
commit
4287cbbee3
1 changed files with 8 additions and 0 deletions
|
@ -1298,6 +1298,10 @@
|
|||
<ctl name="MIC Record Soft Gain (dB)" value="0" />
|
||||
</path>
|
||||
|
||||
<path name="microphones (VOICE_COMMUNICATION,VOICE)">
|
||||
<path name="microphones (VOICE)" />
|
||||
</path>
|
||||
|
||||
<path name="microphones (VOICE_RECOGNITION)">
|
||||
<path name="builtin-mic-id-capture-list" />
|
||||
<ctl name="MIC DC Blocker" value="1" />
|
||||
|
@ -1332,6 +1336,10 @@
|
|||
<path name="microphones (VOICE)" />
|
||||
</path>
|
||||
|
||||
<path name="back-microphones (VOICE_COMMUNICATION,VOICE)">
|
||||
<path name="back-microphones (VOICE)" />
|
||||
</path>
|
||||
|
||||
<path name="back-microphones (CAMCORDER)">
|
||||
<path name="microphones (CAMCORDER)" />
|
||||
</path>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue