Skip to content

Commit 73caf2b

Browse files
macchianbroonie
authored andcommitted
ASoC: Intel: sof_sdw: use PRODUCT_FAMILY for Fatcat series
PRODUCT_NAME is machine-specific. Use PRODUCT_FAMILY to ensure the machine quirk is applied with consistent audio configurations across Fatcat series products. Signed-off-by: Mac Chiang <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c7a321e commit 73caf2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
761761
.callback = sof_sdw_quirk_cb,
762762
.matches = {
763763
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
764-
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
764+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
765765
},
766766
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
767767
SOF_BT_OFFLOAD_SSP(2) |

0 commit comments

Comments
 (0)