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

Commit 675f14ea authored by Revathi Uddaraju's avatar Revathi Uddaraju
Browse files

configs: lito: Support shared buffering on LPI

A new param dam_token_id is introduced to support the shared buffer
feature. The LAB module id and the param to register the shared
buffer token in lsm_params are also added.
Also make LSM input channels one as part of NS improvement.

Change-Id: I66dfd8303b6b74a0067c2f362becd6fff27ce70e
parent d42d97a4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
        <param sample_rate="16000" />
        <param bit_width="16" />
        <param out_channels="1"/> <!-- Module output channels -->

        <param dam_token_id="1"/>
        <arm_ss_usecase>
            <!-- Options are "KEYWORD_DETECTION", "USER_VERIFICATION", "CUSTOM_DETECTION"  -->
            <param sm_detection_type= "KEYWORD_DETECTION" />
@@ -112,7 +112,7 @@
            <param execution_mode="ADSP" />
            <param app_type="2" /> <!-- app type used in ACDB -->
            <param in_channels="5"/> <!-- Module input channels -->
            <param in_channels_lpi="3"/>
            <param in_channels_lpi="1"/>
            <param load_sound_model_ids="0x00012C1C, 0x0, 0x00012C14" />
            <param unload_sound_model_ids="0x00012C1C, 0x0, 0x00012C15" />
            <param confidence_levels_ids="0x00012C1C, 0x0, 0x00012C07" />
@@ -120,6 +120,7 @@
            <param polling_enable_ids="0x00012C1C, 0x0, 0x00012C1B" />
            <param custom_config_ids="0x00012C1C, 0x0, 0x00012C20" />
            <param det_event_type_ids="0x00012C1C, 0x0, 0x00012C2C" />
            <param lab_dam_cfg_ids="0x00012C08, 0x0, 0x000102C4" />
        </lsm_usecase>
        <lsm_usecase>
            <param capture_device="HEADSET" />
@@ -135,6 +136,7 @@
            <param polling_enable_ids="0x00012C1C, 0x0, 0x00012C1B" />
            <param custom_config_ids="0x00012C1C, 0x0, 0x00012C20" />
            <param det_event_type_ids="0x00012C1C, 0x0, 0x00012C2C" />
            <param lab_dam_cfg_ids="0x00012C08, 0x0, 0x000102C4" />
        </lsm_usecase>

        <!-- format: "ADPCM_packet" or "PCM_packet" !-->