Skip to content

Commit d898910

Browse files
udaymbbroonie
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> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250204053943.93596-4-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0843449 commit d898910

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
@@ -749,6 +749,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
749749
},
750750
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
751751
},
752+
{
753+
.callback = sof_sdw_quirk_cb,
754+
.matches = {
755+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
756+
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
757+
},
758+
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
759+
SOF_BT_OFFLOAD_SSP(2) |
760+
SOF_SSP_BT_OFFLOAD_PRESENT),
761+
},
752762
{}
753763
};
754764

0 commit comments

Comments
 (0)