Uh oh!
There was an error while loading. Please reload this page.
Topology2 : add DTS topology to support PTL - #10715
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a DTS-based topology2 variant for Panther Lake (PTL) SoundWire designs, integrating DTS processing into the SDW speaker and jack playback pipelines and registering a new production topology build target.
Changes:
- Register a new PTL “-dts” cavs-sdw topology target in the ace3 production target list.
- Add DTS-specific SDW amp/jack platform configs and wire them into
cavs-sdw.confviaSDW_*_PIPELINE_SRC=dts. - Introduce a new reusable BE pipeline class
mixout-gain-eqiir-dts-alh-dai-copier-playbackand update related pipeline documentation text.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/topology/topology2/production/tplg-targets-ace3.cmake | Adds a new PTL DTS topology target tuple. |
| tools/topology/topology2/platform/intel/sdw-jack-dts.conf | New DTS jack pipeline definition, including DTS widget + routing. |
| tools/topology/topology2/platform/intel/sdw-amp-dts.conf | New DTS speaker pipeline definition, including DTS widget + routing. |
| tools/topology/topology2/include/pipelines/cavs/mixout-gain-eqiir-dts-dai-copier-playback.conf | Fixes top-of-file pipeline description/comments. |
| tools/topology/topology2/include/pipelines/cavs/mixout-gain-eqiir-dts-alh-dai-copier-playback.conf | Adds a new BE pipeline class for ALH + EQIIR + DTS. |
| tools/topology/topology2/cavs-sdw.conf | Wires dts pipeline source keys to the new platform configs and includes the new pipeline class. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
johnylin76
left a comment
There was a problem hiding this comment.
No more comment but the previous one to ask about the common topology build.
Uh oh!
There was an error while loading. Please reload this page.
lgirdwood
commented
Apr 22, 2026
@joechengxperi could you respond/resolve any copilot comments as this is now needed before merge. Thanks ! |
Sure, I'm working on it. Thanks for remind it. |
3df094c to
7e261bcCompareUh oh!
There was an error while loading. Please reload this page.
7e261bc to
acbe723CompareSigned-off-by: Joe Cheng <joe.cheng@xperi.com>
Split this cmakefile from the origin commit for the futher maintenance of production branch Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
acbe723 to
c50b58aCompareUh oh!
There was an error while loading. Please reload this page.
This change was originally included in PR #10678 and has been split into a standalone PR to simplify maintenance. This separation was requested by @macchian .