From 1f4bc9f948e92d79dd22733a1afb1ac8f1e9320b Mon Sep 17 00:00:00 2001 From: Chao Song Date: Tue, 28 Feb 2023 15:25:35 +0800 Subject: [PATCH] topology2: wov-detect: correct use of define variables To refer to a define variable, we should use "$DEFINE_VAR_NAME". The $ symbol is required. Signed-off-by: Chao Song --- .../topology2/include/pipelines/cavs/wov-detect.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/topology/topology2/include/pipelines/cavs/wov-detect.conf b/tools/topology/topology2/include/pipelines/cavs/wov-detect.conf index e35b0b4bd..94084397a 100644 --- a/tools/topology/topology2/include/pipelines/cavs/wov-detect.conf +++ b/tools/topology/topology2/include/pipelines/cavs/wov-detect.conf @@ -67,9 +67,9 @@ Class.Pipeline."wov-detect" { out_rate 16000 in_channels 2 out_channels 1 - in_ch_map CHANNEL_MAP_STEREO + in_ch_map $CHANNEL_MAP_STEREO in_ch_cfg 1 - out_ch_map CHANNEL_MAP_MONO + out_ch_map $CHANNEL_MAP_MONO out_ch_cfg 0 out_bit_depth 32 in_bit_depth 32 @@ -87,7 +87,7 @@ Class.Pipeline."wov-detect" { in_channels 1 out_channels 1 in_ch_cfg 0 - in_ch_map CHANNEL_MAP_MONO + in_ch_map $CHANNEL_MAP_MONO out_bit_depth 32 in_bit_depth 32 in_valid_bit_depth 32