Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22e51345 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: rt5677: correct mismatch widget name



We name MICBIAS1 in dapm widget, but micbias1 in route table.

Signed-off-by: default avatarBard Liao <bardliao@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7d1311b9
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -2135,10 +2135,10 @@ static const struct snd_soc_dapm_route rt5677_dapm_routes[] = {
	{ "BST2", NULL, "IN2P" },
	{ "BST2", NULL, "IN2P" },
	{ "BST2", NULL, "IN2N" },
	{ "BST2", NULL, "IN2N" },


	{ "IN1P", NULL, "micbias1" },
	{ "IN1P", NULL, "MICBIAS1" },
	{ "IN1N", NULL, "micbias1" },
	{ "IN1N", NULL, "MICBIAS1" },
	{ "IN2P", NULL, "micbias1" },
	{ "IN2P", NULL, "MICBIAS1" },
	{ "IN2N", NULL, "micbias1" },
	{ "IN2N", NULL, "MICBIAS1" },


	{ "ADC 1", NULL, "BST1" },
	{ "ADC 1", NULL, "BST1" },
	{ "ADC 1", NULL, "ADC 1 power" },
	{ "ADC 1", NULL, "ADC 1 power" },