ASoC: rt5640: enable MICBIAS1 when recording from mic

Change-Id: I7dd50309618835f712f85408e2281f7bd5e8b6b1
Signed-off-by: Shunhua Lan <lsh@rock-chips.com>
This commit is contained in:
Shunhua Lan
2020-03-18 18:56:42 +08:00
committed by Tao Huang
parent 4a90327b81
commit 175ac072b6

View File

@@ -1338,7 +1338,9 @@ static const struct snd_soc_dapm_route rt5640_dapm_routes[] = {
{ "I2S2", NULL, "I2S2 Filter ASRC", is_using_asrc },
{ "DMIC1", NULL, "DMIC1 ASRC", is_using_asrc },
{ "DMIC2", NULL, "DMIC2 ASRC", is_using_asrc },
{"IN1P", NULL, "MICBIAS1"},
{"IN2P", NULL, "MICBIAS1"},
{"IN3P", NULL, "MICBIAS1"},
{"IN1P", NULL, "LDO2"},
{"IN2P", NULL, "LDO2"},
{"IN3P", NULL, "LDO2"},