Skip to content

Commit

Permalink
ASoC: Add separate AVDD for WM8400
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Mar 18, 2009
1 parent e3598f6 commit 24a5102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/wm8400.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ static struct regulator_bulk_data power[] = {
{
.supply = "DCVDD",
},
{
.supply = "AVDD",
},
{
.supply = "FLLVDD",
},
Expand Down

0 comments on commit 24a5102

Please sign in to comment.