projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a9d31b
)
ASoC: Intel: sof-rt5682: remove DMI quirk for hatch
author
Brent Lu
<brent.lu@intel.com>
Thu, 9 May 2024 16:34:02 +0000
(11:34 -0500)
committer
Mark Brown
<broonie@kernel.org>
Fri, 10 May 2024 06:11:37 +0000
(07:11 +0100)
The quirk for cml chromebook hatch could be removed since we have
cml_rt5682_def board id now.
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20240509163418.67746-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_rt5682.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/sof_rt5682.c
b/sound/soc/intel/boards/sof_rt5682.c
index e3a2ec6b4c7cd45c1a65a3a13a40660fe30a5366..5a189c165e2da41eeefa84e44f0ac110846dd84a 100644
(file)
--- a/
sound/soc/intel/boards/sof_rt5682.c
+++ b/
sound/soc/intel/boards/sof_rt5682.c
@@
-67,15
+67,6
@@
static const struct dmi_system_id sof_rt5682_quirk_table[] = {
.driver_data = (void *)(SOF_RT5682_MCLK_EN |
SOF_SSP_PORT_CODEC(1)),
},
- {
- .callback = sof_rt5682_quirk_cb,
- .matches = {
- DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Hatch"),
- },
- .driver_data = (void *)(SOF_RT5682_MCLK_EN |
- SOF_SSP_PORT_CODEC(0) |
- SOF_SSP_PORT_AMP(1)),
- },
{
.callback = sof_rt5682_quirk_cb,
.matches = {