aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8750.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8750.c')
-rw-r--r--sound/soc/codecs/wm8750.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 92d4b2aef93b..4d1ec9dc86ff 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -747,7 +747,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8750 = {
747 .suspend = wm8750_suspend, 747 .suspend = wm8750_suspend,
748 .resume = wm8750_resume, 748 .resume = wm8750_resume,
749 .set_bias_level = wm8750_set_bias_level, 749 .set_bias_level = wm8750_set_bias_level,
750 .reg_cache_size = sizeof(wm8750_reg), 750 .reg_cache_size = ARRAY_SIZE(wm8750_reg),
751 .reg_word_size = sizeof(u16), 751 .reg_word_size = sizeof(u16),
752 .reg_cache_default = wm8750_reg, 752 .reg_cache_default = wm8750_reg,
753}; 753};