From: Mark Brown Date: Wed, 18 Mar 2009 15:19:48 +0000 (+0000) Subject: ASoC: Add separate AVDD for WM8400 X-Git-Tag: v2.6.30-rc1~8^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24a51029fc3055f33684e650b5e3a59f77c9b05c;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 462f8b0..b7350c2 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c @@ -49,6 +49,9 @@ static struct regulator_bulk_data power[] = { .supply = "DCVDD", }, { + .supply = "AVDD", + }, + { .supply = "FLLVDD", }, {