summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8962.c
diff options
context:
space:
mode:
authorMark Brown2012-02-16 09:46:05 +0100
committerMark Brown2012-02-17 07:32:02 +0100
commit5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680 (patch)
treea6e864b0ee592a6e5b8c0c08eae993a03286e980 /sound/soc/codecs/wm8962.c
parentASoC: wm8962: Add new SYSCLK ratios for new device revisions (diff)
downloadkernel-qcow2-linux-5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680.tar.gz
kernel-qcow2-linux-5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680.tar.xz
kernel-qcow2-linux-5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680.zip
ASoC: wm8962: Clean up register dump cruft
No longer needed with regmap. 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, 0 insertions, 9 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c
index 95a8b6aae22e..c36178b3d441 100644
--- a/sound/soc/codecs/wm8962.c
+++ b/sound/soc/codecs/wm8962.c
@@ -3630,20 +3630,11 @@ 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,
.idle_bias_off = true,
};