Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc49e462 authored by Oder Chiou's avatar Oder Chiou Committed by Mark Brown
Browse files

ASoC: rt5640: Remove the unused field in private data



The patch removes the unused field in private data.

Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent acf04e63
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2095,7 +2095,6 @@ struct rt5640_priv {
	int pll_in;
	int pll_out;

	int dmic_en;
	bool hp_mute;
};