forked from Minki/linux
[ALSA] ASoC: Fix TLV320AIC3X mono line output interconnect
There is no endpoint called MONOLOUT but MONO_LOUT. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3a3bd960a0
commit
5b006137f4
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user