Skip to content

Commit 0ddbf22

Browse files
joechengxperilgirdwood
authored andcommitted
topology1 : enable DTS on MT8196
Enable DTS on MT8196 Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
1 parent 74646ee commit 0ddbf22

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tools/topology/topology1/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ set(TPLGS
100100
"sof-mt8188-mt6359\;sof-mt8188-waves\;-DWAVES=1"
101101
"sof-mt8196-mt6681\;sof-mt8196"
102102
"sof-mt8196-mt6681\;sof-mt8196-waves\;-DWAVES=1"
103+
"sof-mt8196-mt6681\;sof-mt8196-dts\;-DDTS=`DTS'"
103104

104105
"sof-acp-renoir\;sof-acp"
105106
"sof-rn-rt5682-rt1019\;sof-rn-rt5682-rt1019"

tools/topology/topology1/sof-mt8196-mt6681.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dnl time_domain, sched_comp)
3737
define(`ENDPOINT_NAME', `Speakers')
3838
# Low Latency playback pipeline 1 on PCM 16 using max 2 channels of s16le
3939
# Set 1000us deadline with priority 0 on core 0
40-
PIPELINE_PCM_ADD(ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4),
40+
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)),
4141
1, 0, 2, s16le,
4242
1000, 0, 0,
4343
48000, 48000, 48000)
@@ -46,7 +46,7 @@ undefine(`ENDPOINT_NAME')
4646
define(`ENDPOINT_NAME', `Headphones')
4747
# Low Latency playback pipeline 2 on PCM 17 using max 2 channels of s16le
4848
# Set 1000us deadline with priority 0 on core 0
49-
PIPELINE_PCM_ADD(ifdef(`WAVES', sof/pipe-waves-codec-playback.m4, sof/pipe-passthrough-playback.m4),
49+
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)),
5050
2, 1, 2, s16le,
5151
1000, 0, 0,
5252
48000, 48000, 48000)

0 commit comments

Comments
 (0)