Skip to content

Conversation

@macchian
Copy link
Owner

The SoC Soundwire DAI links are not created if the codec SDCA functions are not found in the DisCo table.
Ensure that all codec dai endpoints in codec_info_list[] are created basicly. So soc dai links can be created accordingly. If SDCA functions are not present, the logic is checking endpoints either created or skipped when the SoundWire machine driver is probed by calling asoc_sdw_parse_sdw_endpoints.

The SoC SoundWire DAI links are not created when the corresponding codec SDCA functions are not found in the DisCo table.
Ensure that all codec DAI endpoints listed in codec_info_list[] are created unconditionally, so that the SoC DAI links can be created accordingly.

If the SDCA functions are not present, the endpoints are already checked for skipped by calling asoc_sdw_parse_sdw_endpoints when soundwire machine driver is probing.

Singed-off-by: Mac Chiang mac.chiang@intel.com

@macchian macchian force-pushed the dev-sdw-default branch 2 times, most recently from 8ec5e89 to d031377 Compare January 15, 2026 08:13
If the codec SDCA is not present in Disco table, do not skip
the endpoints in codec dai list when creating DAI links.

Singed-off-by: Mac Chiang <mac.chiang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants