Skip to content

Commit

Permalink
ASoC: rt5682: remove connection with LDO2 in DAPM graph
Browse files Browse the repository at this point in the history
The application circuit shall provide MICVDD power.
In default, the codec driver doesn't need to enable LDO2.
In case, a board wants to use VBAT for micbias,
it should add a DAPM route which IN1P connects with LDO2 in the machine driver.
e.g. { "IN1P", NULL, "LDO2" },

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://lore.kernel.org/r/20210121100353.6402-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Shuming Fan authored and Mark Brown committed Jan 21, 2021
1 parent 879a67e commit 06c8456
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/rt5682.c
Original file line number Diff line number Diff line change
Expand Up @@ -1854,8 +1854,6 @@ static const struct snd_soc_dapm_route rt5682_dapm_routes[] = {

{"CLKDET SYS", NULL, "CLKDET"},

{"IN1P", NULL, "LDO2"},

{"BST1 CBJ", NULL, "IN1P"},

{"RECMIX1L", "CBJ Switch", "BST1 CBJ"},
Expand Down

0 comments on commit 06c8456

Please sign in to comment.