Przeglądaj źródła

[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>
Jarkko Nikula 17 lat temu
rodzic
commit
5b006137f4
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      sound/soc/codecs/tlv320aic3x.c

+ 2 - 2
sound/soc/codecs/tlv320aic3x.c

@@ -539,8 +539,8 @@ static const char *intercon[][3] = {
 	{"HPRCOM", NULL, "Right HP Com"},
 	{"HPRCOM", NULL, "Right HP Com"},
 
 
 	/* Mono Output */
 	/* Mono Output */
-	{"MONOLOUT", NULL, "Mono Out"},
-	{"MONOLOUT", NULL, "Mono Out"},
+	{"MONO_LOUT", NULL, "Mono Out"},
+	{"MONO_LOUT", NULL, "Mono Out"},
 
 
 	/* Left Input */
 	/* Left Input */
 	{"Left Line1L Mux", "single-ended", "LINE1L"},
 	{"Left Line1L Mux", "single-ended", "LINE1L"},