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

Commit 5b006137 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Takashi Iwai
Browse files

[ALSA] ASoC: Fix TLV320AIC3X mono line output interconnect



There is no endpoint called MONOLOUT but MONO_LOUT.

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3a3bd960
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -539,8 +539,8 @@ static const char *intercon[][3] = {
	{"HPRCOM", NULL, "Right HP Com"},

	/* Mono Output */
	{"MONOLOUT", NULL, "Mono Out"},
	{"MONOLOUT", NULL, "Mono Out"},
	{"MONO_LOUT", NULL, "Mono Out"},
	{"MONO_LOUT", NULL, "Mono Out"},

	/* Left Input */
	{"Left Line1L Mux", "single-ended", "LINE1L"},