* [PATCH] ASoC: codecs/wm8978: Remove remuxing of GPIO1 pin
@ 2012-11-15 19:46 Eric Millbrandt
2012-11-16 0:41 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Eric Millbrandt @ 2012-11-15 19:46 UTC (permalink / raw)
To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, Eric Millbrandt
Remove remuxing GPIO1. Leave control of this up to the platform device.
Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
---
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 e329187..2fcc6da 100644
--- a/sound/soc/codecs/wm8978.c
+++ b/sound/soc/codecs/wm8978.c
@@ -529,9 +529,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;
}
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-16 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 19:46 [PATCH] ASoC: codecs/wm8978: Remove remuxing of GPIO1 pin Eric Millbrandt
2012-11-16 0:41 ` Mark Brown
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.