configs: Add sound trigger implementer version
Add sound trigger implementer version. Set the version to 1.0 with the value 0x0100. This is to add SVA3.0 support from STHAL so that the client app can make use of this version info to get to know of platform SVA3.0 support. Change-Id: Ib2d08d36e878adc09c31948483f155a97be30b6e
This commit is contained in:
parent
ea3e77196a
commit
5f02e2046a
|
@ -29,6 +29,7 @@
|
|||
<param version="0x0101" /> <!-- this must be the first param -->
|
||||
|
||||
<common_config>
|
||||
<param implementer_version="0x0100" />
|
||||
<param max_cpe_sessions="1" />
|
||||
<param max_ape_sessions="5" />
|
||||
<param enable_failure_detection="false" />
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<param version="0x0101" /> <!-- this must be the first param -->
|
||||
|
||||
<common_config>
|
||||
<param implementer_version="0x0100" />
|
||||
<param max_cpe_sessions="1" />
|
||||
<param max_ape_sessions="5" />
|
||||
<param enable_failure_detection="false" />
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<!--- 0x0103: app_type and in_channels added to <lsm usecase> and out_channels -->
|
||||
<!--- added to <adm_config> -->
|
||||
<common_config>
|
||||
<param implementer_version="0x0100" />
|
||||
<param max_cpe_sessions="1" />
|
||||
<param max_wdsp_sessions="2" />
|
||||
<param max_ape_sessions="8" />
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
<sound_trigger_platform_info>
|
||||
<param version="0x0101" /> <!-- this must be the first param -->
|
||||
<common_config>
|
||||
<param implementer_version="0x0100" />
|
||||
<param max_cpe_sessions="1" />
|
||||
<param max_wdsp_sessions="2" />
|
||||
<param max_ape_sessions="8" />
|
||||
|
|
Loading…
Reference in New Issue