configs: update headset mic mixer path settings
Update headset mic mixer path settings for audio capture usecase. Change-Id: I8e6410b033065358b9eee8a85094f7ac8ee85706
This commit is contained in:
parent
2e64f5144c
commit
5a3e4c052b
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. -->
|
||||
<!-- Copyright (c) 2015-2020, The Linux Foundation. All rights reserved. -->
|
||||
<!-- -->
|
||||
<!-- Redistribution and use in source and binary forms, with or without -->
|
||||
<!-- modification, are permitted provided that the following conditions are -->
|
||||
|
@ -2249,12 +2249,14 @@
|
|||
<!-- These are actual sound device specific mixer settings -->
|
||||
<path name="amic2">
|
||||
<ctl name="TX DEC0 MUX" value="SWR_MIC" />
|
||||
<ctl name="TX SMIC MUX0" value="ADC1" />
|
||||
<ctl name="TX SMIC MUX0" value="SWR_MIC1" />
|
||||
<ctl name="TX_CDC_DMA_TX_4 Channels" value="One" />
|
||||
<ctl name="DEC0_BCS Switch" value="1" />
|
||||
<ctl name="TX_AIF2_CAP Mixer DEC0" value="1" />
|
||||
<ctl name="ADC2_MIXER Switch" value="1" />
|
||||
<ctl name="ADC2 MUX" value="INP2" />
|
||||
<ctl name="ADC2 ChMap" value="SWRM_TX1_CH2" />
|
||||
<ctl name="HDR12 MUX" value="NO_HDR12" />
|
||||
</path>
|
||||
|
||||
<path name="dmic1">
|
||||
|
|
Loading…
Reference in New Issue