diff options
Diffstat (limited to 'sound/soc/codecs/wm8580.c')
-rw-r--r-- | sound/soc/codecs/wm8580.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8580.c b/sound/soc/codecs/wm8580.c index dfd1dbd71f1d..36c035bf4e42 100644 --- a/sound/soc/codecs/wm8580.c +++ b/sound/soc/codecs/wm8580.c | |||
@@ -906,7 +906,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8580 = { | |||
906 | .set_bias_level = wm8580_set_bias_level, | 906 | .set_bias_level = wm8580_set_bias_level, |
907 | .reg_cache_size = ARRAY_SIZE(wm8580_reg), | 907 | .reg_cache_size = ARRAY_SIZE(wm8580_reg), |
908 | .reg_word_size = sizeof(u16), | 908 | .reg_word_size = sizeof(u16), |
909 | .reg_cache_default = &wm8580_reg, | 909 | .reg_cache_default = wm8580_reg, |
910 | }; | 910 | }; |
911 | 911 | ||
912 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) | 912 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) |