ASoC: rt5640: Remove the unused field in private data
authorOder Chiou <[email protected]>
Fri, 28 Mar 2014 12:28:28 +0000 (20:28 +0800)
committerMark Brown <[email protected]>
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/rt5640.h

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