diff options
-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", }, { |