Skip to content
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: sof_sdw: Add support for Fatcat board in PTL platform #5261

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

jairaj-arava
Copy link

Add an entry in the soundwire quirk table for Fatcat boards in PTL RVP

@ranj063
Copy link
Collaborator

ranj063 commented Dec 4, 2024

@jairaj-arava there's another PR for this #5258 . Can you please sync with @macchian

@bardliao
Copy link
Collaborator

bardliao commented Dec 4, 2024

The quirk adds PCH DMIC support and nothing else. Am I correct?

@macchian
Copy link

macchian commented Dec 4, 2024

@jairaj-arava there's another PR for this #5258 . Can you please sync with @macchian
Synced with @jairaj-arava and @udaymb. Should be no conflicts, I've modified #5258.

{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we still remaining the SYS_VENDOR string in coreboot? Perhaps DMI_PRODUCT_FAMILY or DMI_MANUFACTURER instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope manufacturer string in coreboot is used for SYS_VENDOR. We can use DMI_PRODUCT_FAMILY too, however, we are sticking to the way we defined in MTL platform for REX boards.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ranj063 @bardliao
Can you pls help merge this? Thanks

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bardliao please approve and merge if you're good with this

…abled in PTL platform

    This change adds an entry for fatcat boards in soundwire quirk table
    and also, enables BT offload for PTL RVP.

Signed-off-by: Uday M Bhat <[email protected]>
Signed-off-by: Jairaj Arava <[email protected]>
@jairaj-arava jairaj-arava force-pushed the sdw_for_ptl branch 2 times, most recently from 87fa442 to bac340a Compare January 23, 2025 20:07
@bardliao bardliao merged commit 2d96a28 into thesofproject:topic/sof-dev Jan 24, 2025
11 of 14 checks passed
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.

5 participants