sdm660-common: audio: 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 Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
d4d1976c26
commit
9392f28e5b
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue