diff options
author | Mark Brown <broonie@kernel.org> | 2017-12-01 16:27:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-01 16:27:35 +0300 |
commit | 811aef1ea5ba8087e3af3bcfdea2589da88e0727 (patch) | |
tree | 8e22e8fb1c1fbfc2c62e5b758db8efcc95dd5697 /sound/soc/codecs/tlv320aic31xx.h | |
parent | ca7840fb47208a3521f3b60c1b78a2f0c59b4dc5 (diff) | |
parent | 737e0b7b67bdfe24090fab2852044bb283282fc5 (diff) | |
download | linux-811aef1ea5ba8087e3af3bcfdea2589da88e0727.tar.xz |
Merge branch 'fix/tlv320aic31xx' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-tlv320aic31xx
Diffstat (limited to 'sound/soc/codecs/tlv320aic31xx.h')
-rw-r--r-- | sound/soc/codecs/tlv320aic31xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.h b/sound/soc/codecs/tlv320aic31xx.h index a9ea2f99eba0..6efea0485392 100644 --- a/sound/soc/codecs/tlv320aic31xx.h +++ b/sound/soc/codecs/tlv320aic31xx.h @@ -109,7 +109,7 @@ struct aic31xx_pdata { /* INT2 interrupt control */ #define AIC31XX_INT2CTRL AIC31XX_REG(0, 49) /* GPIO1 control */ -#define AIC31XX_GPIO1 AIC31XX_REG(0, 50) +#define AIC31XX_GPIO1 AIC31XX_REG(0, 51) #define AIC31XX_DACPRB AIC31XX_REG(0, 60) /* ADC Instruction Set Register */ |