We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3535f commit e16b6d8Copy full SHA for e16b6d8
sound/soc/codecs/tlv320aic32x4.c
@@ -577,12 +577,12 @@ static const struct regmap_range_cfg aic32x4_regmap_pages[] = {
577
.window_start = 0,
578
.window_len = 128,
579
.range_min = 0,
580
- .range_max = AIC32X4_RMICPGAVOL,
+ .range_max = AIC32X4_REFPOWERUP,
581
},
582
};
583
584
const struct regmap_config aic32x4_regmap_config = {
585
- .max_register = AIC32X4_RMICPGAVOL,
+ .max_register = AIC32X4_REFPOWERUP,
586
.ranges = aic32x4_regmap_pages,
587
.num_ranges = ARRAY_SIZE(aic32x4_regmap_pages),
588
0 commit comments