summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8962.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-29 12:18:53 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-30 01:59:39 (GMT)
commit1b39bf3468e03016ffdcadef3dac1fd75d2db6fa (patch)
treed1946d5baf0863bbdefc95f59dd5d8affeede04f /sound/soc/codecs/wm8962.c
parenta421a0e41c28ec4bfc719194e95065ec1cb4aee4 (diff)
downloadlinux-1b39bf3468e03016ffdcadef3dac1fd75d2db6fa.tar.xz
ASoC: Enable ASoC register map dump for some regmap CODECs
It's still useful to be able to poke around in the register map at runtime. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r--sound/soc/codecs/wm8962.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index be35b64..1be4eb3 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -4123,11 +4123,20 @@ static int wm8962_remove(struct snd_soc_codec *codec)
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 = {
.probe = wm8962_probe,
.remove = wm8962_remove,
.set_bias_level = wm8962_set_bias_level,
.set_pll = wm8962_set_fll,
+ .reg_cache_size = WM8962_MAX_REGISTER,
+ .volatile_register = wm8962_soc_volatile,
};
static const struct regmap_config wm8962_regmap = {