diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-18 11:19:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-18 14:31:54 -0400 |
commit | 24a51029fc3055f33684e650b5e3a59f77c9b05c (patch) | |
tree | ee36dea5372e3d6174843393b4e7e2780125621e /sound | |
parent | e3598f6e4218d1aad3369c97217266b2375e6aca (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8400.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
@@ -49,6 +49,9 @@ static struct regulator_bulk_data power[] = { | |||
49 | .supply = "DCVDD", | 49 | .supply = "DCVDD", |
50 | }, | 50 | }, |
51 | { | 51 | { |
52 | .supply = "AVDD", | ||
53 | }, | ||
54 | { | ||
52 | .supply = "FLLVDD", | 55 | .supply = "FLLVDD", |
53 | }, | 56 | }, |
54 | { | 57 | { |