Skip to content

Commit 1a7ec17

Browse files
Eddy Hsulgirdwood
authored andcommitted
Audio: add CTC to PTL.
Include CTC component to PTL build. Signed-off-by: Eddy Hsu <eddyhsu@google.com>
1 parent b9321d2 commit 1a7ec17

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

app/overlays/ptl/ctc_overlay.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_COMP_MODULE_ADAPTER=y
2+
CONFIG_COMP_GOOGLE_CTC_AUDIO_PROCESSING=y

tools/rimage/config/ptl.toml.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ index = __COUNTER__
130130
#include <audio/google/google_rtc_audio_processing.toml>
131131
#endif
132132

133+
#if defined(CONFIG_COMP_GOOGLE_CTC_AUDIO_PROCESSING) || defined(LLEXT_FORCE_ALL_MODULAR)
134+
#include <audio/google/google_ctc_audio_processing.toml>
135+
#endif
136+
133137
#if defined(CONFIG_COMP_TDFB) || defined(LLEXT_FORCE_ALL_MODULAR)
134138
#include <audio/tdfb/tdfb.toml>
135139
#endif

0 commit comments

Comments
 (0)