We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8471a commit f29676cCopy full SHA for f29676c
drivers/soundwire/dmi-quirks.c
@@ -71,6 +71,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
71
},
72
.driver_data = (void *)intel_tgl_bios,
73
74
+ {
75
+ /* quirk used for NUC15 LAPBC710 skew */
76
+ .matches = {
77
+ DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
78
+ DMI_MATCH(DMI_BOARD_NAME, "LAPBC710"),
79
+ },
80
+ .driver_data = (void *)intel_tgl_bios,
81
82
{
83
.matches = {
84
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
0 commit comments