ASoC: rt5640: Remove the unused field in private data

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>
This commit is contained in:
Oder Chiou
2014-03-28 20:28:28 +08:00
committed by Mark Brown
parent acf04e639b
commit bc49e462cd

View File

@@ -2095,7 +2095,6 @@ struct rt5640_priv {
int pll_in;
int pll_out;
int dmic_en;
bool hp_mute;
};