diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-01 07:07:15 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-01 07:41:55 -0500 |
commit | df0c016d0bbeea99f93b5f7836d6418a19feefa7 (patch) | |
tree | 2403412961c0fc38699cee560d7005af63780d61 | |
parent | df8ad33558eb74e1a5d37b0313d7230d4ccde631 (diff) |
ASoC: wm8962: Remove register default for PLL2
The initial value can be changed depending on system configuration.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 6af794510c60..245c5f8023d1 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -208,8 +208,6 @@ static struct reg_default wm8962_reg[] = { | |||
208 | { 126, 0x000D }, /* R126 - Analogue Clocking3 */ | 208 | { 126, 0x000D }, /* R126 - Analogue Clocking3 */ |
209 | { 127, 0x0000 }, /* R127 - PLL Software Reset */ | 209 | { 127, 0x0000 }, /* R127 - PLL Software Reset */ |
210 | 210 | ||
211 | { 129, 0x0000 }, /* R129 - PLL2 */ | ||
212 | |||
213 | { 131, 0x0000 }, /* R131 - PLL 4 */ | 211 | { 131, 0x0000 }, /* R131 - PLL 4 */ |
214 | 212 | ||
215 | { 136, 0x0067 }, /* R136 - PLL 9 */ | 213 | { 136, 0x0067 }, /* R136 - PLL 9 */ |