Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aab554ed authored by Brian Austin's avatar Brian Austin Committed by Mark Brown
Browse files

ASoC: cs42l52: increase MAX_REGISTER for regmap_register_patch



regmap_register_patch fails without the MAX_REGISTER set to highest
register written to. Increase to register 0x47

Signed-off-by: default avatarBrian Austin <brian.austin@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e5f03af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,6 +269,6 @@
#define CS42L52_FIX_BITS1			0x3E
#define CS42L52_FIX_BITS2			0x47

#define CS42L52_MAX_REGISTER			0x34
#define CS42L52_MAX_REGISTER			0x47

#endif