From 382f854f3bff1e53caf22390501b4daff8d68e42 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Thu, 7 Sep 2023 16:07:31 +0300 Subject: [PATCH] Audio: Kconfig: Deprecate tone component Tone component has been without maintenance and validation, and there is no interface to control sound generation from user space so it will be deprecated and removed from successive release. Signed-off-by: Seppo Ingalsuo --- app/stub_build_all_ipc3.conf | 2 +- src/audio/Kconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/stub_build_all_ipc3.conf b/app/stub_build_all_ipc3.conf index c64fc4790da1..9dcfbb50f1fb 100644 --- a/app/stub_build_all_ipc3.conf +++ b/app/stub_build_all_ipc3.conf @@ -1,6 +1,6 @@ CONFIG_COMP_STUBS=y CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y -CONFIG_COMP_TONE=y +CONFIG_COMP_TONE=n CONFIG_COMP_CROSSOVER=y CONFIG_COMP_DRC=y CONFIG_COMP_MULTIBAND_DRC=y diff --git a/src/audio/Kconfig b/src/audio/Kconfig index be2ff5f360b2..1025ad8aef11 100644 --- a/src/audio/Kconfig +++ b/src/audio/Kconfig @@ -209,7 +209,8 @@ config COMP_TONE default n select CORDIC_FIXED help - Select for Tone component + Select for Tone component. + Warning: This component is deprecated and will be removed from SOF v2.8. config COMP_MIXER bool "Mixer component"