Skip to content

Commit 2d96a28

Browse files
udaymbbardliao
authored andcommitted
ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled 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>
1 parent 965963c commit 2d96a28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
768768
},
769769
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
770770
},
771+
{
772+
.callback = sof_sdw_quirk_cb,
773+
.matches = {
774+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
775+
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
776+
},
777+
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
778+
SOF_BT_OFFLOAD_SSP(2) |
779+
SOF_SSP_BT_OFFLOAD_PRESENT),
780+
},
771781
{}
772782
};
773783

0 commit comments

Comments
 (0)