projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f03af
)
ASoC: cs42l52: increase MAX_REGISTER for regmap_register_patch
author
Brian Austin
<brian.austin@cirrus.com>
Fri, 25 Oct 2013 15:01:15 +0000
(10:01 -0500)
committer
Mark Brown
<broonie@linaro.org>
Fri, 25 Oct 2013 20:23:16 +0000
(21:23 +0100)
regmap_register_patch fails without the MAX_REGISTER set to highest
register written to. Increase to register 0x47
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs42l52.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l52.h
b/sound/soc/codecs/cs42l52.h
index
4277012
..
1a9412d
100644
(file)
--- a/
sound/soc/codecs/cs42l52.h
+++ b/
sound/soc/codecs/cs42l52.h
@@
-269,6
+269,6
@@
#define CS42L52_FIX_BITS1 0x3E
#define CS42L52_FIX_BITS2 0x47
-#define CS42L52_MAX_REGISTER 0x
34
+#define CS42L52_MAX_REGISTER 0x
47
#endif