]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] ASoC: Fix TLV320AIC3X mono line output interconnect
authorJarkko Nikula <jarkko.nikula@nokia.com>
Fri, 9 May 2008 13:05:41 +0000 (15:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 May 2008 12:47:43 +0000 (14:47 +0200)
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>
sound/soc/codecs/tlv320aic3x.c

index 630684f4a0bc5ec1c91741902d9b8d7d3bcc1fa9..09b1661b8a3a3930720947d91cf9a582b642cb0f 100644 (file)
@@ -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"},