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

The SoC SoundWire DAI links are not created when the matched
codec SDCA functions are not found in the DisCo table.

Ensure that all codec DAI endpoints are created at all, so that
the SoC DAI links can be created for basic support.

If a codec SDCA function is not present, the corresponding
SoC DAI link is skipped during SoundWire machine driver probe
via asoc_sdw_parse_sdw_endpoints.

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