diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-18 18:19:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-18 21:31:54 +0300 |
commit | 24a51029fc3055f33684e650b5e3a59f77c9b05c (patch) | |
tree | ee36dea5372e3d6174843393b4e7e2780125621e /sound/soc/codecs/wm8400.c | |
parent | e3598f6e4218d1aad3369c97217266b2375e6aca (diff) | |
download | linux-24a51029fc3055f33684e650b5e3a59f77c9b05c.tar.xz |
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.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[] = { .supply = "DCVDD", }, { + .supply = "AVDD", + }, + { .supply = "FLLVDD", }, { |