未验证 提交 1b528348 编写于 作者: P Pierre-Louis Bossart 提交者: Mark Brown

ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021"

This reverts commit ce6a70bf.

The next patch will add run-time detection of the required SSP and
this hard-coded quirk is not needed.
Acked-by: NMauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: NPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: NBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: NPéter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20220308192610.392950-14-pierre-louis.bossart@linux.intel.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 42302b20
...@@ -247,14 +247,6 @@ static const struct dmi_system_id sof_es8336_quirk_table[] = { ...@@ -247,14 +247,6 @@ static const struct dmi_system_id sof_es8336_quirk_table[] = {
SOF_ES8336_TGL_GPIO_QUIRK | SOF_ES8336_TGL_GPIO_QUIRK |
SOF_ES8336_ENABLE_DMIC) SOF_ES8336_ENABLE_DMIC)
}, },
{
.callback = sof_es8336_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "HUAWEI"),
DMI_MATCH(DMI_BOARD_NAME, "BOHB-WAX9-PCB-B2"),
},
.driver_data = (void *)SOF_ES8336_SSP_CODEC(0)
},
{} {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册