aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-29 15:26:54 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-29 23:35:49 +0000
commit62172f4a750e28c5573b3402c3fe3f029b5dd67b (patch)
tree086857c5f4c488850b4fefb2df985bf2b20df39d /sound/soc/codecs
parentASoC: wm_hubs: Bomb out if we can't read back the DC servo result (diff)
downloadlinux-dev-62172f4a750e28c5573b3402c3fe3f029b5dd67b.tar.xz
linux-dev-62172f4a750e28c5573b3402c3fe3f029b5dd67b.zip
ASoC: wm8994: Remove stub of register access code
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/wm8994.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 691e89753a6a..bc1f1199a87f 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3935,20 +3935,12 @@ static int wm8994_codec_remove(struct snd_soc_codec *codec)
return 0;
}
-static int wm8994_soc_volatile(struct snd_soc_codec *codec,
- unsigned int reg)
-{
- return true;
-}
-
static struct snd_soc_codec_driver soc_codec_dev_wm8994 = {
.probe = wm8994_codec_probe,
.remove = wm8994_codec_remove,
.suspend = wm8994_suspend,
.resume = wm8994_resume,
.set_bias_level = wm8994_set_bias_level,
- .reg_cache_size = WM8994_MAX_REGISTER,
- .volatile_register = wm8994_soc_volatile,
};
static int __devinit wm8994_probe(struct platform_device *pdev)