From c75129bfc50d72ac2c55da81f4c28f93d299b4d4 Mon Sep 17 00:00:00 2001 From: Anne Onciulescu Date: Thu, 18 Jul 2024 13:54:39 +0300 Subject: [PATCH] app/stub_build_all_ipc3/4.conf: enable CONFIG_CADENCE_CODEC This change enables CONFIG_CADENCE_CODEC in the app/stub_build_all_ipc3/4.conf files. With this, the Cadence Codec component will be included in builds for CI testing. Signed-off-by: Anne Onciulescu --- app/stub_build_all_ipc3.conf | 1 + app/stub_build_all_ipc4.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/app/stub_build_all_ipc3.conf b/app/stub_build_all_ipc3.conf index 77c47241cde5..8f98329a7419 100644 --- a/app/stub_build_all_ipc3.conf +++ b/app/stub_build_all_ipc3.conf @@ -13,3 +13,4 @@ CONFIG_COMP_SMART_AMP=y CONFIG_MAXIM_DSM=y CONFIG_SAMPLES=y CONFIG_SAMPLE_SMART_AMP=y +CONFIG_CADENCE_CODEC=y diff --git a/app/stub_build_all_ipc4.conf b/app/stub_build_all_ipc4.conf index a624e6ca454e..6fdbd7209e47 100644 --- a/app/stub_build_all_ipc4.conf +++ b/app/stub_build_all_ipc4.conf @@ -5,3 +5,4 @@ CONFIG_COMP_UP_DOWN_MIXER=y CONFIG_IPC_MAJOR_4=y CONFIG_SAMPLES=y CONFIG_SAMPLE_SMART_AMP=y +CONFIG_CADENCE_CODEC=y