diff options
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 0133c8c58592..f9edf09253d9 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -2633,7 +2633,7 @@ static struct snd_soc_codec_driver soc_codec_dev_rt5645 = { | |||
2633 | static const struct regmap_config rt5645_regmap = { | 2633 | static const struct regmap_config rt5645_regmap = { |
2634 | .reg_bits = 8, | 2634 | .reg_bits = 8, |
2635 | .val_bits = 16, | 2635 | .val_bits = 16, |
2636 | 2636 | .use_single_rw = true, | |
2637 | .max_register = RT5645_VENDOR_ID2 + 1 + (ARRAY_SIZE(rt5645_ranges) * | 2637 | .max_register = RT5645_VENDOR_ID2 + 1 + (ARRAY_SIZE(rt5645_ranges) * |
2638 | RT5645_PR_SPACING), | 2638 | RT5645_PR_SPACING), |
2639 | .volatile_reg = rt5645_volatile_register, | 2639 | .volatile_reg = rt5645_volatile_register, |