diff options
Diffstat (limited to 'sound/soc/codecs/wm9713.c')
-rw-r--r-- | sound/soc/codecs/wm9713.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index 463917e762b5..7da13b07a53d 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -1257,7 +1257,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm9713 = { | |||
1257 | .read = ac97_read, | 1257 | .read = ac97_read, |
1258 | .write = ac97_write, | 1258 | .write = ac97_write, |
1259 | .set_bias_level = wm9713_set_bias_level, | 1259 | .set_bias_level = wm9713_set_bias_level, |
1260 | .reg_cache_size = sizeof(wm9713_reg), | 1260 | .reg_cache_size = ARRAY_SIZE(wm9713_reg), |
1261 | .reg_word_size = sizeof(u16), | 1261 | .reg_word_size = sizeof(u16), |
1262 | .reg_cache_step = 2, | 1262 | .reg_cache_step = 2, |
1263 | .reg_cache_default = wm9713_reg, | 1263 | .reg_cache_default = wm9713_reg, |