summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5677.h
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2015-05-13 08:25:15 -0700
committerMark Brown <broonie@kernel.org>2015-05-16 13:13:04 +0100
commitb3b10e99b73b5e079fdb9bdaa1dad43b53e330cd (patch)
tree461ed87af7026aba64bdae36a00b011c65b074b2 /sound/soc/codecs/rt5677.h
parent5220f7fb4954d8ca612ea77fb9bee6801c43d031 (diff)
ASoC: rt5677: Add reset-gpio dts option
It allows to configure codec's RESET pin gpio Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r--sound/soc/codecs/rt5677.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h
index 62571d071a8d..7eca38a23255 100644
--- a/sound/soc/codecs/rt5677.h
+++ b/sound/soc/codecs/rt5677.h
@@ -1776,6 +1776,7 @@ struct rt5677_priv {
int pll_in;
int pll_out;
int pow_ldo2; /* POW_LDO2 pin */
+ int reset_pin; /* RESET pin */
enum rt5677_type type;
#ifdef CONFIG_GPIOLIB
struct gpio_chip gpio_chip;