aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/tlv320aic32x4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic32x4.c b/sound/soc/codecs/tlv320aic32x4.c
index 18cdcca9014c..6941fa9baf6a 100644
--- a/sound/soc/codecs/tlv320aic32x4.c
+++ b/sound/soc/codecs/tlv320aic32x4.c
@@ -268,7 +268,7 @@ static const struct regmap_range_cfg aic32x4_regmap_pages[] = {
268 .window_start = 0, 268 .window_start = 0,
269 .window_len = 128, 269 .window_len = 128,
270 .range_min = AIC32X4_PAGE1, 270 .range_min = AIC32X4_PAGE1,
271 .range_max = AIC32X4_PAGE1 + 127, 271 .range_max = AIC32X4_RMICPGAVOL,
272 }, 272 },
273}; 273};
274 274