aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorGravatar Brent Lu <brent.lu@intel.com> 2024-05-09 11:34:02 -0500
committerGravatar Mark Brown <broonie@kernel.org> 2024-05-10 07:11:37 +0100
commit426c43ae9549559f5f5fd405bf464f9fa175e418 (patch)
tree9098ca31a4e6d33517b8f96c87d4694e586784e1 /sound/soc
parentASoC: Intel: sof_sdw_rt_sdca_jack_common: remove -sdca for new codecs (diff)
downloadlinux-426c43ae9549559f5f5fd405bf464f9fa175e418.tar.gz
linux-426c43ae9549559f5f5fd405bf464f9fa175e418.tar.bz2
linux-426c43ae9549559f5f5fd405bf464f9fa175e418.zip
ASoC: Intel: sof-rt5682: remove DMI quirk for hatch
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/intel/boards/sof_rt5682.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c
index e3a2ec6b4c7c..5a189c165e2d 100644
--- a/sound/soc/intel/boards/sof_rt5682.c
+++ b/sound/soc/intel/boards/sof_rt5682.c
@@ -70,15 +70,6 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
{
.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 = {
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Volteer"),
DMI_MATCH(DMI_OEM_STRING, "AUDIO-MAX98373_ALC5682I_I2S_UP4"),
},