summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/dmi-quirks.c
diff options
context:
space:
mode:
authorAnthony I Gilea <i@cpp.in>2022-03-04 14:45:32 -0600
committerMark Brown <broonie@kernel.org>2022-03-07 13:13:15 +0000
commitce73ef6ec67104d1fcc4c5911d77ce83288a0998 (patch)
tree12ab94a8f8faa1b1a41f34b44dff7075882ad771 /drivers/soundwire/dmi-quirks.c
parentbdfc385948bf8e73629b3580941c9d810711713b (diff)
downloadlinux-ce73ef6ec67104d1fcc4c5911d77ce83288a0998.tar.bz2
ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"
HP changed the DMI identification for 2022 devices: Product Name: HP Spectre x360 Conv 13-ap0001na Product Name: 8709 This patch relaxes the DMI_MATCH criterion to work with all versions of this product. Reviewed-by: Rander Wang <rander.wang@intel.com> Signed-off-by: Anthony I Gilea <i@cpp.in> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220304204532.54675-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/soundwire/dmi-quirks.c')
-rw-r--r--drivers/soundwire/dmi-quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
index 0ca2a3e3a02e..747983743a14 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -59,7 +59,7 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Spectre x360 Convertible"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP Spectre x360 Conv"),
},
.driver_data = (void *)intel_tgl_bios,
},