aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5659.h
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2018-03-12 09:35:26 -0700
committerGravatar Mark Brown <broonie@kernel.org> 2018-03-12 09:35:26 -0700
commit50b123087c48bd979c716eb5d207202dda3f4a46 (patch)
tree7f3add0a2e902dffcf59f5c9abd3c00c4d28987b /sound/soc/codecs/rt5659.h
parentASoC: rt5659: rt5659_intel_hd_header_probe_setup() can be static (diff)
parentASoC: rt5659: fix wrong control register for ADC2 power (diff)
downloadlinux-50b123087c48bd979c716eb5d207202dda3f4a46.tar.gz
linux-50b123087c48bd979c716eb5d207202dda3f4a46.tar.bz2
linux-50b123087c48bd979c716eb5d207202dda3f4a46.zip
Merge branch 'fix/rt5659' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rt5659
Diffstat (limited to 'sound/soc/codecs/rt5659.h')
-rw-r--r--sound/soc/codecs/rt5659.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5659.h b/sound/soc/codecs/rt5659.h
index 73969ef5029f..3b51c8a46e6e 100644
--- a/sound/soc/codecs/rt5659.h
+++ b/sound/soc/codecs/rt5659.h
@@ -1008,7 +1008,7 @@
#define RT5659_PWR_ADC_R1 (0x1 << 3)
#define RT5659_PWR_ADC_R1_BIT 3
#define RT5659_PWR_ADC_L2 (0x1 << 2)
-#define RT5659_PWR_ADC_L2_BIT 4
+#define RT5659_PWR_ADC_L2_BIT 2
#define RT5659_PWR_ADC_R2 (0x1 << 1)
#define RT5659_PWR_ADC_R2_BIT 1
#define RT5659_PWR_CLS_D (0x1)