mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 10:32:54 +00:00
47 lines
1.6 KiB
Diff
47 lines
1.6 KiB
Diff
![]() |
From cf87bd31e461a12f70e990316d2cd698744b60ed Mon Sep 17 00:00:00 2001
|
||
|
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
||
|
Date: Tue, 8 Mar 2022 13:26:03 -0600
|
||
|
Subject: [PATCH 406/424] ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add
|
||
|
quirk for Huawei D15 2021"
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
This reverts commit ce6a70bfce21bb4edb7c0f29ecfb0522fa34ab71.
|
||
|
|
||
|
The next patch will add run-time detection of the required SSP and
|
||
|
this hard-coded quirk is not needed.
|
||
|
|
||
|
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||
|
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
|
||
|
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
|
||
|
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
|
||
|
Link: https://lore.kernel.org/r/20220308192610.392950-14-pierre-louis.bossart@linux.intel.com
|
||
|
Signed-off-by: Mark Brown <broonie@kernel.org>
|
||
|
---
|
||
|
sound/soc/intel/boards/sof_es8336.c | 8 --------
|
||
|
1 file changed, 8 deletions(-)
|
||
|
|
||
|
diff --git a/sound/soc/intel/boards/sof_es8336.c b/sound/soc/intel/boards/sof_es8336.c
|
||
|
index bb4a3491d..3376bd360 100644
|
||
|
--- a/sound/soc/intel/boards/sof_es8336.c
|
||
|
+++ b/sound/soc/intel/boards/sof_es8336.c
|
||
|
@@ -247,14 +247,6 @@ static const struct dmi_system_id sof_es8336_quirk_table[] = {
|
||
|
SOF_ES8336_TGL_GPIO_QUIRK |
|
||
|
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)
|
||
|
- },
|
||
|
{}
|
||
|
};
|
||
|
|
||
|
--
|
||
|
2.35.2
|
||
|
|