Skip to content

Commit f744957

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
Some NUC15 LAPBC710 devices don't expose the same DMI information as the Intel reference, add additional entry in the match table. BugLink: thesofproject#3885 Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 9abf231 commit f744957

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/soundwire/dmi-quirks.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
9090
},
9191
.driver_data = (void *)intel_tgl_bios,
9292
},
93+
{
94+
/* quirk used for NUC15 LAPBC710 skew */
95+
.matches = {
96+
DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
97+
DMI_MATCH(DMI_BOARD_NAME, "LAPBC710"),
98+
},
99+
.driver_data = (void *)intel_tgl_bios,
100+
},
93101
{
94102
.matches = {
95103
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),

0 commit comments

Comments
 (0)