summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8400.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-18 15:19:48 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-18 18:31:54 +0000
commit24a51029fc3055f33684e650b5e3a59f77c9b05c (patch)
treeee36dea5372e3d6174843393b4e7e2780125621e /sound/soc/codecs/wm8400.c
parente3598f6e4218d1aad3369c97217266b2375e6aca (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/soc/codecs/wm8400.c')
-rw-r--r--sound/soc/codecs/wm8400.c3
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[] = {
.supply = "DCVDD",
},
{
+ .supply = "AVDD",
+ },
+ {
.supply = "FLLVDD",
},
{