Remove unused modules and decrease buffer size to reduce fragmentation risk.

Test: Script calling SoundTriggerTestApp with random load/unloads to try
and replicate memory failures.
Bug: 62376452

Change-Id: I1adee3b631f4d4ab3a447f21d80d86f6fbbcf5df
This commit is contained in:
Chris Thornton
2017-06-11 17:43:08 -07:00
parent 2c9fbe2b75
commit 799cd15d38

View File

@@ -29,7 +29,7 @@
<param version="0x0101" /> <!-- this must be the first param -->
<common_config>
<param max_cpe_sessions="1" />
<param max_wdsp_sessions="2" />
<param max_wdsp_sessions="3" />
<param max_ape_sessions="8" />
<param enable_failure_detection="false" />
<param support_device_switch="false" />
@@ -76,7 +76,7 @@
</gcs_usecase>
<!-- kw_duration is in milli seconds. It is valid only for FTRT
transfer mode -->
<param capture_keyword="MULAW_raw, FTRT, 5000" />
<param capture_keyword="MULAW_raw, FTRT, 4000" />
<param client_capture_read_delay="2000" />
</sound_model_config>
@@ -89,8 +89,6 @@
<param load_sound_model_ids="0x18000001, 0x1, 0x18000104" />
<param start_engine_ids="0x18000001, 0x1, 0x18000105" />
<param detection_event_ids="0x18000001, 0x1, 0x00012C29" />
<param read_cmd_ids="0x00020013, 0x3, 0x00020015" />
<param read_rsp_ids="0x00020013, 0x3, 0x00020016" />
</gcs_usecase>
<!-- kw_duration is in milli seconds. It is valid only for FTRT
transfer mode -->