Add RTNR to MT8195 topology

This commit adds RTNR to MT8195 with MAX98390 topology.

Signed-off-by: Ming Jen Tai <mingjen_tai@realtek.com>
This commit is contained in:
Ming Jen Tai 2022-04-29 13:26:06 +08:00 committed by Liam Girdwood
parent 2e6bfbec1c
commit 4789d623a9
2 changed files with 3 additions and 1 deletions

View File

@ -234,6 +234,7 @@ set(TPLGS
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-rt1019-rt5682"
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-rt1019-rt5682-dts\;-DDTS=`DTS'"
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-max98390-rt5682"
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-max98390-rt5682-rtnr\;-DCHANNELS=2\;-DRTNR"
"sof-mt8186-mt6366\;sof-mt8186-mt6366-rt1019-rt5682s"
"sof-mt8186-mt6366\;sof-mt8186-mt6366-da7219-max98357"

View File

@ -52,7 +52,8 @@ PIPELINE_PCM_ADD(
# Low Latency capture pipeline 3 on PCM 18 using max 2 channels of s16le
# Set 2000us deadline with priority 0 on core 0
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
PIPELINE_PCM_ADD(
ifdef(`RTNR', sof/pipe-rtnr-capture.m4, sof/pipe-passthrough-capture.m4),
3, 18, 2, s16le,
2000, 0, 0,
48000, 48000, 48000)