From cd3689498b0abcef2ab2ee088149107fa622ed64 Mon Sep 17 00:00:00 2001 From: Dharageswari R Date: Thu, 10 Sep 2020 16:45:27 -0700 Subject: [PATCH] topology: Update number of smart_amp_feedback channel on max98373 This patch modifies the number of feedback channels from the smart amplifier on max98373 codec in sof-tgl-max98373-rt5682. Signed-off-by: Dharageswari R --- tools/topology/sof-tgl-max98373-rt5682.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/topology/sof-tgl-max98373-rt5682.m4 b/tools/topology/sof-tgl-max98373-rt5682.m4 index a1b817864..3f73ea1ac 100644 --- a/tools/topology/sof-tgl-max98373-rt5682.m4 +++ b/tools/topology/sof-tgl-max98373-rt5682.m4 @@ -54,7 +54,7 @@ define(`SMART_PB_PPL_ID', 1) define(`SMART_PB_CH_NUM', 2) define(`SMART_TX_CHANNELS', 4) define(`SMART_RX_CHANNELS', 8) -define(`SMART_FB_CHANNELS', 8) +define(`SMART_FB_CHANNELS', 4) # Ref capture related define(`SMART_REF_PPL_ID', 11) define(`SMART_REF_CH_NUM', 4)