Skip to content

Commit

Permalink
ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload in…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
udaymb authored and yongzhi1 committed Jan 23, 2025
1 parent 11fd5aa commit 87fa442
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/soc/intel/boards/sof_sdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
},
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
},
{
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
},
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
SOF_BT_OFFLOAD_SSP(2) |
SOF_SSP_BT_OFFLOAD_PRESENT),
},
{}
};

Expand Down

0 comments on commit 87fa442

Please sign in to comment.