Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 978545e7 authored by Eric Millbrandt's avatar Eric Millbrandt Committed by Mark Brown
Browse files

ASoC: wm8978: Remove remuxing of GPIO1 pin



Remove remuxing GPIO1.  Leave control of this up to the platform device.

Signed-off-by: default avatarEric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 77b67063
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
	}