diff options
author | Shalini Manjunatha <shalma@codeaurora.org> | 2021-05-10 16:57:45 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-07-11 23:16:26 -0700 |
commit | 369f89dc22a96776770572716d242c020be1958e (patch) | |
tree | 4ce622a6e23b1201605d9806a4c4a5ade0f7aa93 | |
parent | 6cbe136ea1fc6e15d0a5d16b7f2730a7875c4f9c (diff) |
configs: New attribute in sound trigger xml to know support for second stage detection
-> Introducing new attribute to know if second stage detection
supported on given target
-> By default it is supported on all targets
-> Define only on those targets with value false where no support
Change-Id: I1df2bc6bc7cb8e2f26077fbc1905fcc96978fa23
-rw-r--r-- | configs/sdm660/sound_trigger_platform_info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sdm660/sound_trigger_platform_info.xml b/configs/sdm660/sound_trigger_platform_info.xml index 271f99d9..13d1adce 100644 --- a/configs/sdm660/sound_trigger_platform_info.xml +++ b/configs/sdm660/sound_trigger_platform_info.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!--- Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. --> +<!--- Copyright (c) 2013-2017, 2021 The Linux Foundation. All rights reserved. --> <!--- --> <!--- Redistribution and use in source and binary forms, with or without --> <!--- modification, are permitted provided that the following conditions are --> @@ -51,6 +51,7 @@ <sound_model_config> <param vendor_uuid="68ab2d40-e860-11e3-95ef-0002a5d5c51b" /> <param execution_type="WDSP" /> <!-- value: "WDSP" "ADSP" "DYNAMIC" --> + <param second_stage_supported="false" /> <param app_type="2" /> <!-- app type used in ACDB --> <param library="libsmwrapper.so" /> <param max_cpe_phrases="6" /> |