Skip to content

Commit f29676c

Browse files
plbossartgregkh
authored andcommitted
soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
[ Upstream commit f744957 ] Some NUC15 LAPBC710 devices don't expose the same DMI information as the Intel reference, add additional entry in the match table. BugLink: thesofproject/linux#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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 9c8471a commit f29676c

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
@@ -71,6 +71,14 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
7171
},
7272
.driver_data = (void *)intel_tgl_bios,
7373
},
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+
},
7482
{
7583
.matches = {
7684
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),

0 commit comments

Comments
 (0)