From: Mark Brown Date: Wed, 18 Mar 2009 15:19:48 +0000 (+0000) Subject: ASoC: Add separate AVDD for WM8400 X-Git-Tag: firefly_0821_release~14583^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=24a51029fc3055f33684e650b5e3a59f77c9b05c;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index 462f8b0d9ac7..b7350c25b61c 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c @@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = { { .supply = "DCVDD", }, + { + .supply = "AVDD", + }, { .supply = "FLLVDD", },