topology2: add SSP based function topologies#10502
Open
bardliao wants to merge 2 commits intothesofproject:mainfrom
Open
topology2: add SSP based function topologies#10502bardliao wants to merge 2 commits intothesofproject:mainfrom
bardliao wants to merge 2 commits intothesofproject:mainfrom
Conversation
To include the BT pcm if INCLUDE_BT_OFFLOAD is set. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
There was a problem hiding this comment.
Pull request overview
This PR adds function topologies for SSP (Serial Synchronous Port) based devices on the Intel PTL (Panther Lake) platform. The changes enable support for various audio interfaces including headset jacks, HDMI input capture, and Bluetooth offload configurations.
Changes:
- Added 7 new topology configurations for PTL platform supporting different SSP-based audio devices
- Enabled Bluetooth offload support in the cavs-es83x6 configuration
- Integrated bt-default.conf include for Bluetooth functionality
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/topology/topology2/production/tplg-targets-ace3.cmake | Added 7 new topology targets for PTL platform with SSP configurations for headset jack, HDMI input, and Bluetooth |
| tools/topology/topology2/cavs-es83x6.conf | Added bt-default.conf include and INCLUDE_BT_OFFLOAD configuration option |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| HEADSET_CODEC=true,HEADSET_CODEC_NAME=SSP1-Codec,NUM_HDMIS=0,\ | ||
| HDMI_IN_CAPTURE=false" | ||
|
|
||
| # HDMI IN port: SSP0 and SSP2, SSP number is a masked in HDMI_IN_1_ID and HDMI_IN_2_ID |
There was a problem hiding this comment.
Corrected spelling of 'masked' to 'mask' in the comment explaining HDMI IN port configuration.
Suggested change
| # HDMI IN port: SSP0 and SSP2, SSP number is a masked in HDMI_IN_1_ID and HDMI_IN_2_ID | |
| # HDMI IN port: SSP0 and SSP2, SSP number is a mask in HDMI_IN_1_ID and HDMI_IN_2_ID |
lgirdwood
approved these changes
Jan 29, 2026
Add function topologies for SSP based devices. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
a1a9ea2 to
28c7cd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add function topologies for SSP based devices.