-
Notifications
You must be signed in to change notification settings - Fork 350
topology2: add SSP based function topologies #10502
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
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.
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 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 |
Copilot
AI
Jan 29, 2026
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.
Corrected spelling of 'masked' to 'mask' in the comment explaining HDMI IN port configuration.
| # 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 |
Add function topologies for SSP based devices. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
a1a9ea2 to
28c7cd1
Compare
kv2019i
left a comment
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.
Thanks, this is nice to see @bardliao !
Add function topologies for SSP based devices.