diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:35:27 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:35:27 +0900 |
commit | e110850468bff1b0c438503429c492aa7d8a9995 (patch) | |
tree | 921eed4dabbcaac5c8110607e04a0304520c52a5 /sound | |
parent | efffa4e21bc0959ddb91fea5d04ed1eab4a2990a (diff) | |
parent | 978545e7b1a9d114eccd291dd0caf1d437b49f24 (diff) | |
download | linux-e110850468bff1b0c438503429c492aa7d8a9995.tar.bz2 |
Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8978.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c index 4c0a8e496131..8c1dac946f62 100644 --- a/sound/soc/codecs/wm8978.c +++ b/sound/soc/codecs/wm8978.c @@ -527,9 +527,6 @@ static int wm8978_configure_pll(struct snd_soc_codec *codec) return idx; wm8978->mclk_idx = idx; - - /* GPIO1 into default mode as input - before configuring PLL */ - snd_soc_update_bits(codec, WM8978_GPIO_CONTROL, 7, 0); } else { return -EINVAL; } |