-
Notifications
You must be signed in to change notification settings - Fork 139
ASoC: Intel: soc-acpi-ptl-match: add cs42l43_l3_cs35l56_2 support #5566
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
ASoC: Intel: soc-acpi-ptl-match: add cs42l43_l3_cs35l56_2 support #5566
Conversation
|
@macchian in theory, we can use the default machine driver + function topology. What if you test without this PR? |
The BIOS in customer projects currently only support Disco 1.0. So it doesn't have SDCA functions. |
| .link_mask = BIT(3) | BIT(2), | ||
| .links = ptl_cs42l43_l3_cs35l56_l2, | ||
| .drv_name = "sof_sdw", | ||
| .sof_tplg_filename = "sof-ptl-cs42l43-l3-cs35l56-l2.tplg", |
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.
Maybe sof-ptl-cs42l43-agg-l3-cs35l56-l2.tplg to show that the cs42l43 is aggregated with cs35l56? It is possible that a cs42l43_l3_cs35l56_l2 but cs42l43 speaker is not used configuration will be used in the future.
8e9eeae to
5ee1052
Compare
This patch adds the aggregated mode support: cs42l43 codec with left and right tweeters on soundwire link 3, cs35l56 left and right woofers on soundwire link 2. Signed-off-by: Mac Chiang <[email protected]>
This patch adds Cirrus codec internal speaker configuration to support the cs42l43_l3_cs35l56_l2 machine. Signed-off-by: Mac Chiang <[email protected]>
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.
nitpick: maybe BIT(2) | BIT(3) to align with others?
5ee1052 to
d6ebbfb
Compare
|
@simontrimmer Could you review this PR? |
This patch adds the aggregated mode support:
cs42l43 codec with left and right tweeter speakers on soundwire link 3,
cs35l56 left and right woofer speakers on soundwire link 2.