浏览代码

ASoC: wm8978: Remove remuxing of GPIO1 pin

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

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Eric Millbrandt 12 年之前
父节点
当前提交
978545e7b1
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      sound/soc/codecs/wm8978.c

+ 0 - 3
sound/soc/codecs/wm8978.c

@@ -527,9 +527,6 @@ static int wm8978_configure_pll(struct snd_soc_codec *codec)
 			return idx;
 			return idx;
 
 
 		wm8978->mclk_idx = 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 {
 	} else {
 		return -EINVAL;
 		return -EINVAL;
 	}
 	}