Uh oh!
There was an error while loading. Please reload this page.
ASoC: Intel: sof_sdw: Add support for Fatcat board in PTL platform - #5261
Conversation
ranj063
commented
Dec 4, 2024
@jairaj-arava there's another PR for this #5258 . Can you please sync with @macchian |
bardliao
commented
Dec 4, 2024
The quirk adds PCH DMIC support and nothing else. Am I correct? |
macchian
commented
Dec 4, 2024
|
| { | ||
| .callback = sof_sdw_quirk_cb, | ||
| .matches = { | ||
| DMI_MATCH(DMI_SYS_VENDOR, "Google"), |
There was a problem hiding this comment.
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.
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.
@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 <uday.m.bhat@intel.com> Signed-off-by: Jairaj Arava <jairaj.arava@intel.com>
87fa442 to
bac340aCompare
Add an entry in the soundwire quirk table for Fatcat boards in PTL RVP