Skip to content

Commit 5fedfd2

Browse files
committed
topology: add multi-slot WOV detector graph connections and topologies
Add topology manifests and configuration files supporting 3-slot WOV capture (Male, Female, Child) with multi-KPB buffer routes, mixin/mixout splitters, wov-arbiter widget bindings, and HDA Jack Mic / DMIC input bindings. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 7e7b937 commit 5fedfd2

11 files changed

Lines changed: 2344 additions & 5 deletions

File tree

tools/rimage/config/tgl.toml.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@
6060
#include <audio/eq_fir/eq_fir.toml>
6161
#endif
6262

63-
#ifdef CONFIG_SAMPLE_KEYPHRASE
6463
#include <samples/audio/detect_test.toml>
65-
#endif
6664

6765
#if defined(CONFIG_COMP_KPB) || defined(LLEXT_FORCE_ALL_MODULAR)
6866
#include <audio/kpb.toml>
6967
#endif
7068

69+
#include <audio/vad_gate/vad_gate.toml>
70+
#include <audio/wov_arbiter/wov_arbiter.toml>
71+
7172
#if defined(CONFIG_COMP_SEL) || defined(LLEXT_FORCE_ALL_MODULAR)
7273
#include <audio/selector/selector.toml>
7374
#endif

0 commit comments

Comments
 (0)