mirror of https://github.com/thesofproject/sof.git
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:
parent
2e6bfbec1c
commit
4789d623a9
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue