projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf04e6
)
ASoC: rt5640: Remove the unused field in private data
author
Oder Chiou
<oder_chiou@realtek.com>
Fri, 28 Mar 2014 12:28:28 +0000
(20:28 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5640.h
b/sound/soc/codecs/rt5640.h
index cbd07b5f8060c53e9a89f398a6d0433972540460..d7bd525caf85b8fd01aeba50d5d185773e3638c2 100644
(file)
--- 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;
};