Skip to content

Commit

Permalink
[ALSA] ASoC: Fix TLV320AIC3X mono line output interconnect
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jarkko Nikula authored and Takashi Iwai committed May 13, 2008
1 parent 3a3bd96 commit 5b00613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 5b00613

Please sign in to comment.