Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 8c76ec8

Browse files
macchianNorman Bintang
authored andcommitted
UPSTREAM: 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. Bug: 441399259 Test: cat /proc/asoc/cards, check soundcard is registered. (cherry picked from commit 73caf2b) Change-Id: I6617ab519b4e977729c62f2743e0340d1a3614e5 Signed-off-by: Mac Chiang <mac.chiang@intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250915025456.1154200-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ec2e34c commit 8c76ec8

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
@@ -697,7 +697,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
697697
.callback = sof_sdw_quirk_cb,
698698
.matches = {
699699
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
700-
DMI_MATCH(DMI_PRODUCT_NAME, "Fatcat"),
700+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Fatcat"),
701701
},
702702
.driver_data = (void *)(SOC_SDW_PCH_DMIC |
703703
SOF_BT_OFFLOAD_SSP(2) |

0 commit comments

Comments
 (0)