Commit 5aa9b858 authored by Mark Brown's avatar Mark Brown

ASoC: wm8962: Clean up register dump cruft

No longer needed with regmap.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 07fabd1b
...@@ -3630,20 +3630,11 @@ static int wm8962_remove(struct snd_soc_codec *codec) ...@@ -3630,20 +3630,11 @@ static int wm8962_remove(struct snd_soc_codec *codec)
return 0; return 0;
} }
static int wm8962_soc_volatile(struct snd_soc_codec *codec,
unsigned int reg)
{
return true;
}
static struct snd_soc_codec_driver soc_codec_dev_wm8962 = { static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
.probe = wm8962_probe, .probe = wm8962_probe,
.remove = wm8962_remove, .remove = wm8962_remove,
.set_bias_level = wm8962_set_bias_level, .set_bias_level = wm8962_set_bias_level,
.set_pll = wm8962_set_fll, .set_pll = wm8962_set_fll,
.reg_cache_size = WM8962_MAX_REGISTER,
.volatile_register = wm8962_soc_volatile,
.idle_bias_off = true, .idle_bias_off = true,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment