Skip to content

Commit 046f059

Browse files
author
Mac Chiang
committed
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 <mac.chiang@intel.com>
1 parent dbed0a3 commit 046f059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
772772
.callback = sof_sdw_quirk_cb,
773773
.matches = {
774774
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
775-
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
775+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
776776
},
777777
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
778778
SOF_BT_OFFLOAD_SSP(2) |

0 commit comments

Comments
 (0)