Skip to content

Commit 426c43a

Browse files
brentlubroonie
authored andcommitted
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>
1 parent 9a9d31b commit 426c43a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

sound/soc/intel/boards/sof_rt5682.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,6 @@ static const struct dmi_system_id sof_rt5682_quirk_table[] = {
6767
.driver_data = (void *)(SOF_RT5682_MCLK_EN |
6868
SOF_SSP_PORT_CODEC(1)),
6969
},
70-
{
71-
.callback = sof_rt5682_quirk_cb,
72-
.matches = {
73-
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Hatch"),
74-
},
75-
.driver_data = (void *)(SOF_RT5682_MCLK_EN |
76-
SOF_SSP_PORT_CODEC(0) |
77-
SOF_SSP_PORT_AMP(1)),
78-
},
7970
{
8071
.callback = sof_rt5682_quirk_cb,
8172
.matches = {

0 commit comments

Comments
 (0)