Skip to content

Commit 43382d2

Browse files
macchianbardliao
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 <mac.chiang@intel.com>
1 parent d0f5dae commit 43382d2

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
@@ -780,7 +780,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
780780
.callback = sof_sdw_quirk_cb,
781781
.matches = {
782782
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
783-
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
783+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
784784
},
785785
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
786786
SOF_BT_OFFLOAD_SSP(2) |

0 commit comments

Comments
 (0)