aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8962.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 58ba2d3ca533..30984dd15c48 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -1780,7 +1780,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
1780 .remove = wm8962_remove, 1780 .remove = wm8962_remove,
1781 .resume = wm8962_resume, 1781 .resume = wm8962_resume,
1782 .set_bias_level = wm8962_set_bias_level, 1782 .set_bias_level = wm8962_set_bias_level,
1783 .reg_cache_size = WM8962_MAX_REGISTER, 1783 .reg_cache_size = WM8962_MAX_REGISTER + 1,
1784 .reg_word_size = sizeof(u16), 1784 .reg_word_size = sizeof(u16),
1785 .reg_cache_default = wm8962_reg, 1785 .reg_cache_default = wm8962_reg,
1786 .volatile_register = wm8962_volatile_register, 1786 .volatile_register = wm8962_volatile_register,