Skip to content

Commit

Permalink
Allow RecogntionConfig data to be accessed on the DSP
Browse files Browse the repository at this point in the history
Test: manual test with SoundTriggerTestApp on crosshatch
Bug: 75496083
Change-Id: Ibbd6ff0a401abab9704280ccef381bf8a6752973
  • Loading branch information
mike-dooley committed Mar 20, 2018
1 parent 792da13 commit 73a5380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound_trigger_platform_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<param client_capture_read_delay="2000" />
</sound_model_config>

<!-- music -->
<sound_model_config>
<param vendor_uuid="9f6ad62a-1f0b-11e7-87c5-40a8f03d3f15" />
<param execution_type="WDSP" /> <!-- value: "WDSP" "ADSP" "DYNAMIC" -->
Expand All @@ -70,6 +71,7 @@
<param uid="0x2" />
<param load_sound_model_ids="0x18000001, 0x1, 0x18000102" />
<param start_engine_ids="0x18000001, 0x1, 0x18000103" />
<param custom_config_ids="0x18000001, 0x1, 0x18000106" />
<param detection_event_ids="0x18000001, 0x1, 0x00012C29" />
<param read_cmd_ids="0x00020013, 0x2, 0x00020015" />
<param read_rsp_ids="0x00020013, 0x2, 0x00020016" />
Expand Down

0 comments on commit 73a5380

Please sign in to comment.