]> Git Repo - linux.git/commitdiff
ASoC: tlv320aic31xx: Fix GPIO1 register definition
authorAndrew F. Davis <[email protected]>
Wed, 29 Nov 2017 21:32:46 +0000 (15:32 -0600)
committerMark Brown <[email protected]>
Thu, 30 Nov 2017 12:31:44 +0000 (12:31 +0000)
GPIO1 control register is number 51, fix this here.

Fixes: bafcbfe429eb ("ASoC: tlv320aic31xx: Make the register values human readable")
Signed-off-by: Andrew F. Davis <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
sound/soc/codecs/tlv320aic31xx.h

index 730fb2058869978b3f1b5281b123844a44458c42..1ff3edb7bbb6b28eb45c99b7b14baeadb46651ec 100644 (file)
@@ -116,7 +116,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 */
This page took 0.057855 seconds and 4 git commands to generate.