Message ID | 1396009710-21324-4-git-send-email-oder_chiou@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | bc49e462cd6ded128cc6dbb6775de4a4c3d6bbc8 |
Headers | show |
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 --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; };
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(-)