Skip to content

Commit ffff3fe

Browse files
committed
ASoC: Intel: sof_sdw: update HP Omen match
New platforms have a slightly different DMI product name, remove trailing characters/digits to handle all cases. Closes: thesofproject#4611 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 1ca89df commit ffff3fe

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
@@ -412,7 +412,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
412412
.callback = sof_sdw_quirk_cb,
413413
.matches = {
414414
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
415-
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16-k0xxx"),
415+
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN by HP Gaming Laptop 16"),
416416
},
417417
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
418418
RT711_JD2),

0 commit comments

Comments
 (0)