Skip to content

Commit 700581e

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: dmi-quirks: add new mapping for HP Spectre x360
A BIOS/DMI update seems to have broken some devices, let's add a new mapping. Link: thesofproject#4323 Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[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 ac9a786 commit 700581e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/soundwire/dmi-quirks.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
9999
},
100100
.driver_data = (void *)intel_tgl_bios,
101101
},
102+
{
103+
.matches = {
104+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
105+
DMI_MATCH(DMI_BOARD_NAME, "8709"),
106+
},
107+
.driver_data = (void *)intel_tgl_bios,
108+
},
102109
{
103110
/* quirk used for NUC15 'Bishop County' LAPBC510 and LAPBC710 skews */
104111
.matches = {

0 commit comments

Comments
 (0)