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 <[email protected]> Signed-off-by: Brent Lu <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9a9d31b commit 426c43a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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)