aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-19 16:09:15 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-22 20:30:04 +0000
commiteba19fdd818dfec3782ff095591e51c9bd617403 (patch)
tree96068e5dba72cd7147d11922d3d3e511229f423c /sound
parentASoC: Fix multi-component mismerge in WM8523 (diff)
downloadlinux-dev-eba19fdd818dfec3782ff095591e51c9bd617403.tar.xz
linux-dev-eba19fdd818dfec3782ff095591e51c9bd617403.zip
ASoC: Restore WM8994 volatile and readable register operations
They went AWOL during the multi-component merge. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 830dfdd66c5f..ea3ee9fde2b1 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -4073,6 +4073,8 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8994 = {
.resume = wm8994_resume,
.read = wm8994_read,
.write = wm8994_write,
+ .readable_register = wm8994_readable,
+ .volatile_register = wm8994_volatile,
.set_bias_level = wm8994_set_bias_level,
};