Skip to content

Commit 9d1fbf1

Browse files
kv2019ilgirdwood
authored andcommitted
topology2: cavs-nocodec-bt: add Intel PTL support
Add rules to create sof-nocodec-bt-ptl.tplg and sof-nocodec-bt-ptl-lbm.tplg. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 6e38aaa commit 9d1fbf1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

tools/topology/topology2/cavs-nocodec-bt.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ IncludeByKey.PLATFORM {
6363
"adl" "platform/intel/tgl.conf"
6464
"mtl" "platform/intel/mtl.conf"
6565
"lnl" "platform/intel/lnl.conf"
66+
"ptl" "platform/intel/ptl.conf"
6667
}
6768

6869
# include DMIC config if needed.

tools/topology/topology2/development/tplg-targets.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ PLATFORM=mtl"
280280
"cavs-nocodec-bt\;sof-nocodec-bt-mtl-lbm\;BT_LOOPBACK_MODE=true,PLATFORM=mtl,\
281281
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-nocodec-bt-mtl-lbm.bin"
282282

283+
# BT offload for ptl
284+
"cavs-nocodec-bt\;sof-nocodec-bt-ptl\;PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-nocodec-bt-ptl.bin,\
285+
PLATFORM=ptl"
286+
# BT offload loopback test topology (lbm) for ptl
287+
"cavs-nocodec-bt\;sof-nocodec-bt-ptl-lbm\;BT_LOOPBACK_MODE=true,PLATFORM=ptl,\
288+
PREPROCESS_PLUGINS=nhlt,NHLT_BIN=nhlt-sof-nocodec-bt-ptl-lbm.bin"
289+
283290
# CAVS HDA topology for benchmarking performance
284291
# Copier - peak volume - mixin - mixout - aria - peak volume - mixin - mixout - copier
285292
"sof-hda-generic\;sof-hda-benchmark-generic\;HDA_CONFIG=benchmark,BENCH_CONFIG=benchmark,BENCH_ARIA_PARAMS=param_1"

0 commit comments

Comments
 (0)