Skip to content

Commit bac340a

Browse files
udaymbjairaj-arava
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 11fd5aa commit bac340a

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
@@ -752,6 +752,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
752752
},
753753
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
754754
},
755+
{
756+
.callback = sof_sdw_quirk_cb,
757+
.matches = {
758+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
759+
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
760+
},
761+
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
762+
SOF_BT_OFFLOAD_SSP(2) |
763+
SOF_SSP_BT_OFFLOAD_PRESENT),
764+
},
755765
{}
756766
};
757767

0 commit comments

Comments
 (0)