Skip to content

Commit

Permalink
Audio: Kconfig: Deprecate tone component
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
singalsu authored and lgirdwood committed Sep 11, 2023
1 parent 6ce1890 commit f114ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/stub_build_all_ipc3.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f114ace

Please sign in to comment.