diff options
Diffstat (limited to 'sound/soc/codecs/wm8711.c')
-rw-r--r-- | sound/soc/codecs/wm8711.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8711.c b/sound/soc/codecs/wm8711.c index f8d9c60e7fad..52a923a7861e 100644 --- a/sound/soc/codecs/wm8711.c +++ b/sound/soc/codecs/wm8711.c | |||
@@ -418,7 +418,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8711 = { | |||
418 | .suspend = wm8711_suspend, | 418 | .suspend = wm8711_suspend, |
419 | .resume = wm8711_resume, | 419 | .resume = wm8711_resume, |
420 | .set_bias_level = wm8711_set_bias_level, | 420 | .set_bias_level = wm8711_set_bias_level, |
421 | .reg_cache_size = sizeof(wm8711_reg), | 421 | .reg_cache_size = ARRAY_SIZE(wm8711_reg), |
422 | .reg_word_size = sizeof(u16), | 422 | .reg_word_size = sizeof(u16), |
423 | .reg_cache_default = wm8711_reg, | 423 | .reg_cache_default = wm8711_reg, |
424 | }; | 424 | }; |