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 <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2023-09-07 16:07:31 +03:00 committed by Liam Girdwood
parent 6ce1890443
commit f114acecb1
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"