topology1:enable DTS on MT8186

Enable SOF EQ + DTS

Signed-off-by: Joe.Cheng <joe.cheng@xperi.com>
This commit is contained in:
Joe.Cheng 2022-11-18 13:05:15 +08:00 committed by Liam Girdwood
parent 4c28f08ece
commit 1013277791
2 changed files with 3 additions and 2 deletions

View File

@ -301,6 +301,7 @@ set(TPLGS
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-max98390-rt5682-rtnr\;-DCHANNELS=2\;-DRTNR"
"sof-mt8195-mt6359-rt1019-rt5682\;sof-mt8195-mt6359-max98390-rt5682-google-aec-rtnr\;-DGOOGLE_RTC_AUDIO_PROCESSING\;-DCHANNELS=2\;-DRTNR"
"sof-mt8186-mt6366\;sof-mt8186"
"sof-mt8186-mt6366\;sof-mt8186-dts\;-DDTS=`DTS'"
"sof-mt8186-mt6366\;sof-mt8186-mt6366-rt1019-rt5682s-waves\;-DWAVES=1"
"sof-acp-renoir\;sof-acp"

View File

@ -37,7 +37,7 @@ dnl time_domain, sched_comp)
define(`ENDPOINT_NAME', `Speakers')
# Low Latency playback pipeline 1 on PCM 25 using max 2 channels of s16le
# Set 1000us deadline with priority 0 on core 0
PIPELINE_PCM_ADD(ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4),
PIPELINE_PCM_ADD(ifdef(`DTS',sof/pipe-eq-iir-dts-codec-playback.m4, ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4)),
1, 25, 2, s16le,
1000, 0, 0,
48000, 48000, 48000)
@ -46,7 +46,7 @@ undefine(`ENDPOINT_NAME')
define(`ENDPOINT_NAME', `Headphones')
# Low Latency playback pipeline 2 on PCM 26 using max 2 channels of s16le
# Set 1000us deadline with priority 0 on core 0
PIPELINE_PCM_ADD(ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4),
PIPELINE_PCM_ADD(ifdef(`DTS',sof/pipe-eq-iir-dts-codec-playback.m4, ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4)),
2, 26, 2, s16le,
1000, 0, 0,
48000, 48000, 48000)