ASoC: rt5640: Remove the unused field in private data
authorOder Chiou <oder_chiou@realtek.com>
Fri, 28 Mar 2014 12:28:28 +0000 (20:28 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:27:41 +0000 (17:27 +0100)
The patch removes the unused field in private data.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/rt5640.h

index cbd07b5..d7bd525 100644 (file)
@@ -2095,7 +2095,6 @@ struct rt5640_priv {
        int pll_in;
        int pll_out;
 
-       int dmic_en;
        bool hp_mute;
 };