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

Commit 6b803c61 authored by Hans de Goede's avatar Hans de Goede Committed by Mark Brown
Browse files

ASoC: sun4i-codec: Use proper output for external amp routes



An external amp (if any) is connected to the external outputs of the SoC
of course, rather then directly to the internal amp.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 40592627
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -728,7 +728,8 @@ static const struct snd_soc_dapm_widget sun4i_codec_card_dapm_widgets[] = {
};

static const struct snd_soc_dapm_route sun4i_codec_card_dapm_routes[] = {
	{ "Speaker", NULL, "Power Amplifier" },
	{ "Speaker", NULL, "HP Right" },
	{ "Speaker", NULL, "HP Left" },
};

static struct snd_soc_card *sun4i_codec_create_card(struct device *dev)