Commit 19ab2a7a authored by Mark Brown's avatar Mark Brown

ASoC: max98088: Set max_register

Makes some of the debug functions more useful.
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 4127d5d5
......@@ -552,6 +552,7 @@ static const struct regmap_config max98088_regmap = {
.readable_reg = max98088_readable_register,
.volatile_reg = max98088_volatile_register,
.max_register = 0xff,
.reg_defaults = max98088_reg,
.num_reg_defaults = ARRAY_SIZE(max98088_reg),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment