Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35d3b650 authored by Venkatesh Mangalappali's avatar Venkatesh Mangalappali
Browse files

configs: add sound trigger implementer version

Add sound trigger implementer version and set it to version 1.0 with
value 0x0100: LSB Minor, MSB Major. It indicates the SVA3.0 support
from STHAL so that client App can also make use of this version
info to get to know of platform SVA3.0 support.

Change-Id: I98dd53c488469e77de72458c920c7376e6865229
parent fae14417
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
<!--- 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" />
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
<!--- 0x0102: Includes acdb_ids param with the gcs_usecase tag. This matches    -->
<!--- the gcs_usecase with the acdb device that uses it.                        -->
    <common_config>
        <param implementer_version="0x0100" />
        <param max_cpe_sessions="1" />
        <param max_wdsp_sessions="2" />
        <param max_ape_sessions="8" />