Merge remote-tracking branch 'stable/linux-5.15.y' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / drivers / soundwire / dmi-quirks.c
index 0ca2a3e..2bf5346 100644 (file)
@@ -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,
        },
@@ -72,6 +72,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
                .driver_data = (void *)intel_tgl_bios,
        },
        {
+               /* quirk used for NUC15 LAPBC710 skew */
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
+                       DMI_MATCH(DMI_BOARD_NAME, "LAPBC710"),
+               },
+               .driver_data = (void *)intel_tgl_bios,
+       },
+       {
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
                        DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3E")