configs: Add FFECNS related changes in xml file
Add the support for FFECNS in the xml file. Also add DEVICE_HANDSET_TMIC_APE ACDB ID. Add backend port name and backend dai name for internal codec. Change-Id: I4601782a6ba9961cc6e185f02fa2f5c31e12a662
This commit is contained in:
parent
c4c599c18a
commit
d1ffdb8cb8
|
@ -44,9 +44,13 @@
|
|||
<param transit_to_adsp_on_battery_charging="false" />
|
||||
<!-- Below backend params must match with port used in mixer path file -->
|
||||
<!-- param used to configure backend sample rate, format and channels -->
|
||||
<!-- uncomment TX_CDC_DMA_TX_3 values for internal codec and comment SLIM_0_TX values -->
|
||||
<param backend_port_name="SLIM_0_TX" />
|
||||
<!-- param backend_port_name="TX_CDC_DMA_TX_3" /-->
|
||||
<!-- Param used to match and obtain device backend index -->
|
||||
<param backend_dai_name="SLIMBUS_0_TX" />
|
||||
<!-- param backend_dai_name="TX_CDC_DMA_TX_3" /-->
|
||||
|
||||
</common_config>
|
||||
<acdb_ids>
|
||||
<param DEVICE_HANDSET_MIC_APE="100" />
|
||||
|
@ -58,6 +62,7 @@
|
|||
<param DEVICE_HEADSET_MIC_CPE="139" />
|
||||
<param DEVICE_HANDSET_DMIC_APE="149" />
|
||||
<param DEVICE_HANDSET_DMIC_CPE="153" />
|
||||
<param DEVICE_HANDSET_TMIC_APE="157" />
|
||||
</acdb_ids>
|
||||
<!-- Multiple sound_model_config tags can be listed, each with unique -->
|
||||
<!-- vendor_uuid. The below tag represents QTI SVA engine sound model -->
|
||||
|
@ -76,10 +81,10 @@
|
|||
<param out_channels="1"/> <!-- Module output channels -->
|
||||
<!-- adm_cfg_profile should match with the one defined under adm_config -->
|
||||
<!-- Set it to NONE if LSM directly connects to AFE -->
|
||||
<param adm_cfg_profile="NONE" />
|
||||
<param adm_cfg_profile="FFECNS" />
|
||||
<!-- fluence_type: "FLUENCE", "FLUENCE_DMIC", "FLUENCE_TMIC", -->
|
||||
<!-- "FLUENCE_QMIC". param value is valid when adm_cfg_profile="FLUENCE"-->
|
||||
<param fluence_type="FLUENCE_DMIC" />
|
||||
<param fluence_type="FLUENCE_TMIC" />
|
||||
<!-- wdsp_fluence_type: fluence disabled: "NONE" -->
|
||||
<!-- fluence enabled: "FLUENCE_DMIC", "FLUENCE_TMIC", "FLUENCE_QMIC" -->
|
||||
<param wdsp_fluence_type="NONE" />
|
||||
|
@ -128,7 +133,7 @@
|
|||
<lsm_usecase>
|
||||
<param execution_mode="ADSP" />
|
||||
<param app_type="2" /> <!-- app type used in ACDB -->
|
||||
<param in_channels="1"/> <!-- Module input channels -->
|
||||
<param in_channels="5"/> <!-- Module input channels -->
|
||||
<param load_sound_model_ids="0x00012C1C, 0x00012C14" />
|
||||
<param unload_sound_model_ids="0x00012C1C, 0x00012C15" />
|
||||
<param confidence_levels_ids="0x00012C1C, 0x00012C07" />
|
||||
|
@ -310,6 +315,14 @@
|
|||
<param bit_width="16" />
|
||||
</adm_config>
|
||||
|
||||
<adm_config>
|
||||
<param adm_cfg_profile="FFECNS" />
|
||||
<param app_type="69947" />
|
||||
<param sample_rate="16000" />
|
||||
<param bit_width="16" />
|
||||
<param out_channels="5"/>
|
||||
</adm_config>
|
||||
|
||||
<!-- backend_type tag defines backend type for each device -->
|
||||
<!-- Default value is assumed for devices that are not listed here -->
|
||||
<backend_type>
|
||||
|
|
Loading…
Reference in New Issue