diff mbox

[4/6] ASoC: rt5640: Remove the unused field in private data

Message ID 1396009710-21324-4-git-send-email-oder_chiou@realtek.com (mailing list archive)
State Accepted
Commit bc49e462cd6ded128cc6dbb6775de4a4c3d6bbc8
Headers show

Commit Message

Oder Chiou March 28, 2014, 12:28 p.m. UTC
The patch removes the unused field in private data.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
---
 sound/soc/codecs/rt5640.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown March 28, 2014, 12:53 p.m. UTC | #1
On Fri, Mar 28, 2014 at 08:28:28PM +0800, Oder Chiou wrote:
> The patch removes the unused field in private data.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h
index cbd07b5..d7bd525 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;
 };