diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c index e378c4d520275721f130adab191b3441ab70351f..2f268f20268a2d2f16fe7074752e0079ed5c68d3 100644 --- a/sound/soc/codecs/cs42l51.c +++ b/sound/soc/codecs/cs42l51.c @@ -552,7 +552,7 @@ static int cs42l51_probe(struct snd_soc_codec *codec) static struct snd_soc_codec_driver soc_codec_device_cs42l51 = { .probe = cs42l51_probe, - .reg_cache_size = CS42L51_NUMREGS, + .reg_cache_size = CS42L51_NUMREGS + 1, .reg_word_size = sizeof(u8), };