From: Oder Chiou Date: Fri, 28 Mar 2014 12:28:28 +0000 (+0800) Subject: ASoC: rt5640: Remove the unused field in private data X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc49e462cd6ded128cc6dbb6775de4a4c3d6bbc8;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ASoC: rt5640: Remove the unused field in private data The patch removes the unused field in private data. Signed-off-by: Oder Chiou Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index cbd07b5f8060..d7bd525caf85 100644 --- a/sound/soc/codecs/rt5640.h +++ b/sound/soc/codecs/rt5640.h @@ -2095,7 +2095,6 @@ struct rt5640_priv { int pll_in; int pll_out; - int dmic_en; bool hp_mute; };