-
Notifications
You must be signed in to change notification settings - Fork 132
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
ASoC: Intel: sof_sdw: Add support for Fatcat board in PTL platform #5261
Conversation
@jairaj-arava there's another PR for this #5258 . Can you please sync with @macchian |
The quirk adds PCH DMIC support and nothing else. Am I correct? |
|
{ | ||
.callback = sof_sdw_quirk_cb, | ||
.matches = { | ||
DMI_MATCH(DMI_SYS_VENDOR, "Google"), |
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.
Are we still remaining the SYS_VENDOR string in coreboot? Perhaps DMI_PRODUCT_FAMILY or DMI_MANUFACTURER instead?
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.
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.
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.
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.
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.
@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]>
87fa442
to
bac340a
Compare
Add an entry in the soundwire quirk table for Fatcat boards in PTL RVP