-
Notifications
You must be signed in to change notification settings - Fork 349
Topology2: add missing topologies #10465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add sof-ptl-rt711 topologies with different dmic numbers. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Add PTL mockup topologies Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
add NVL mockup topologies Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds missing topology configurations for ACE3 (Panther Lake/PTL) and ACE4 (Nova Lake/NVL) platforms. The changes include mockup topologies for testing and production configurations for RT711 codec variants with different channel configurations.
Key Changes:
- Added three mockup topology configurations for both PTL and NVL platforms
- Added RT711 topology configurations with 2-channel and 4-channel DMIC support for PTL platform
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/topology/topology2/production/tplg-targets-ace3.cmake | Added mockup topologies and RT711 codec configurations (2ch/4ch) for PTL platform |
| tools/topology/topology2/production/tplg-targets-ace4.cmake | Added mockup topologies for NVL platform matching PTL configurations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # Array of "input-file-name;output-file-name;comma separated pre-processor variables" | ||
| list(APPEND TPLGS | ||
| # MOCKUP topology for PTL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these mockup? Looks like actual codec topologies to me
Add some missing topologies
Fixes: #10464