ASoC: max98088: Set max_register

Makes some of the debug functions more useful.

Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Mark Brown 2013-09-24 11:14:39 +01:00
parent 4127d5d59f
commit 19ab2a7a24
1 changed files with 1 additions and 0 deletions

View File

@ -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),