Skip to content

Commit a57450d

Browse files
committed
topology: tgl-max98373-rt5682: adjust channel usage for sdw DSM support
For original design, there are 4 channels 24bit stream for playback and 8 channels 24bit IV feedback for capture stream. This requirement exhausts all resource on single link. Now adjust it to a 2 channels stream for playback and a 4 channels stream for capture Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent a10b0ad commit a57450d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

tools/topology/sof-tgl-sdw-max98373-rt5682.m4

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ define(`SMART_BE_ID', 2)
5656
# Playback related
5757
define(`SMART_PB_PPL_ID', 3)
5858
define(`SMART_PB_CH_NUM', 2)
59-
define(`SMART_TX_CHANNELS', 4)
60-
define(`SMART_RX_CHANNELS', 8)
61-
define(`SMART_FB_CHANNELS', 8)
59+
# channel number for playback on sdw link
60+
define(`SMART_TX_CHANNELS', 2)
61+
# channel number for I/V feedback on sdw link
62+
define(`SMART_RX_CHANNELS', 4)
63+
# Smart_amp algorithm specific. channel number
64+
# for feedback provided to smart_amp algorithm
65+
define(`SMART_FB_CHANNELS', 4)
6266
# Ref capture related
6367
define(`SMART_REF_PPL_ID', 4)
6468
define(`SMART_REF_CH_NUM', 4)

0 commit comments

Comments
 (0)