瀏覽代碼

ASoC: Add separate AVDD for WM8400

There is an AVDD supply as well, normally one or more of the other
upplies would be tied to it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 16 年之前
父節點
當前提交
24a51029fc
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      sound/soc/codecs/wm8400.c

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

@@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = {
 	{
 		.supply = "DCVDD",
 	},
+	{
+		.supply = "AVDD",
+	},
 	{
 		.supply = "FLLVDD",
 	},