From cb0d070048ba2ab34a6a83012edbbd4bcd5d9ca8 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 16 Feb 2012 00:46:05 -0800 Subject: [PATCH] --- yaml --- r: 293360 b: refs/heads/master c: 5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8962.c | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 8db3181a4384..dc7eb426416e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07fabd1bfb0036fa6a7c4b5d4db1540623ace742 +refs/heads/master: 5aa9b858ef4ad9dc5551abe62a92d16f9c7a9680 diff --git a/trunk/sound/soc/codecs/wm8962.c b/trunk/sound/soc/codecs/wm8962.c index 95a8b6aae22e..c36178b3d441 100644 --- a/trunk/sound/soc/codecs/wm8962.c +++ b/trunk/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, };