projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
ASoC: tas2552: Fix off-by-one for max_register setting
author
Axel Lin
<axel.lin@ingics.com>
Thu, 23 Jul 2015 14:56:04 +0000
(22:56 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 23 Jul 2015 15:46:31 +0000
(16:46 +0100)
The latest valid register is TAS2552_VBAT_DATA.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Dan Murphy<dmurphy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2552.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/tas2552.h
b/sound/soc/codecs/tas2552.h
index 5746f8fd0afd55b3305b41df42477c87062432e8..e34752b8a29940e85593f01ee8ea997d918afb91 100644
(file)
--- a/
sound/soc/codecs/tas2552.h
+++ b/
sound/soc/codecs/tas2552.h
@@
-42,7
+42,7
@@
#define TAS2552_BOOST_APT_CTRL 0x14
#define TAS2552_VER_NUM 0x16
#define TAS2552_VBAT_DATA 0x19
-#define TAS2552_MAX_REG
0x20
+#define TAS2552_MAX_REG
TAS2552_VBAT_DATA
/* CFG1 Register Masks */
#define TAS2552_DEV_RESET (1 << 0)