Testbench: Enable verbose traces

Some useful algorithms internal traces are output with debug traces.
This patch enables the verbose trace (CONFIG_TRACEV) for library build.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2022-01-18 15:10:40 +02:00 committed by Liam Girdwood
parent e0ec195bcd
commit 95d8e941cf
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ CONFIG_COMP_CROSSOVER=y
CONFIG_COMP_DRC=y
CONFIG_COMP_MULTIBAND_DRC=y
CONFIG_COMP_CODEC_ADAPTER=y
CONFIG_TRACEV=y