|
@@ -906,7 +906,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8580 = {
|
|
.set_bias_level = wm8580_set_bias_level,
|
|
.set_bias_level = wm8580_set_bias_level,
|
|
.reg_cache_size = ARRAY_SIZE(wm8580_reg),
|
|
.reg_cache_size = ARRAY_SIZE(wm8580_reg),
|
|
.reg_word_size = sizeof(u16),
|
|
.reg_word_size = sizeof(u16),
|
|
- .reg_cache_default = &wm8580_reg,
|
|
|
|
|
|
+ .reg_cache_default = wm8580_reg,
|
|
};
|
|
};
|
|
|
|
|
|
#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
|
|
#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
|