提交 700581ed 编写于 作者: P Pierre-Louis Bossart 提交者: Vinod Koul

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: https://github.com/thesofproject/linux/issues/4323Signed-off-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: NRander Wang <rander.wang@intel.com>
Signed-off-by: NBard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20230515074859.3097-1-yung-chuan.liao@linux.intel.comSigned-off-by: NVinod Koul <vkoul@kernel.org>
上级 ac9a7868
...@@ -99,6 +99,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = { ...@@ -99,6 +99,13 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
}, },
.driver_data = (void *)intel_tgl_bios, .driver_data = (void *)intel_tgl_bios,
}, },
{
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
DMI_MATCH(DMI_BOARD_NAME, "8709"),
},
.driver_data = (void *)intel_tgl_bios,
},
{ {
/* quirk used for NUC15 'Bishop County' LAPBC510 and LAPBC710 skews */ /* quirk used for NUC15 'Bishop County' LAPBC510 and LAPBC710 skews */
.matches = { .matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册