aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2013-07-25 19:10:08 -0500
committerGerrit Code Review2013-08-05 15:39:41 -0500
commit696c1c4f94564d49f64b28987457e472713fbbe1 (patch)
tree824cf6268ad9976d35aa7c97eae82fe44a5fd254
parent45dae70a6d0cc52bd927d20a655d5c8f1aa563e8 (diff)
downloadkernel-audio-696c1c4f94564d49f64b28987457e472713fbbe1.tar.gz
kernel-audio-696c1c4f94564d49f64b28987457e472713fbbe1.tar.xz
kernel-audio-696c1c4f94564d49f64b28987457e472713fbbe1.zip
ASoC: tlv320aic3x: Connect Line1R-LADC and Line1L-RADC
'Left Line1R Mux' and 'Right Line1L Mux' were not connected in the audio map of the CODEC, hence changing the kcontrols associated with them had no effect. Change-Id: I6060e6415e742e9145c2c17fe7e4d7b3fe7c1c1a Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--sound/soc/codecs/tlv320aic3x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 5708a973a776..31772fad881a 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -663,6 +663,8 @@ static const struct snd_soc_dapm_route intercon[] = {
663 /* Left Input */ 663 /* Left Input */
664 {"Left Line1L Mux", "single-ended", "LINE1L"}, 664 {"Left Line1L Mux", "single-ended", "LINE1L"},
665 {"Left Line1L Mux", "differential", "LINE1L"}, 665 {"Left Line1L Mux", "differential", "LINE1L"},
666 {"Right Line1L Mux", "single-ended", "LINE1L"},
667 {"Right Line1L Mux", "differential", "LINE1L"},
666 668
667 {"Left Line2L Mux", "single-ended", "LINE2L"}, 669 {"Left Line2L Mux", "single-ended", "LINE2L"},
668 {"Left Line2L Mux", "differential", "LINE2L"}, 670 {"Left Line2L Mux", "differential", "LINE2L"},
@@ -679,6 +681,8 @@ static const struct snd_soc_dapm_route intercon[] = {
679 /* Right Input */ 681 /* Right Input */
680 {"Right Line1R Mux", "single-ended", "LINE1R"}, 682 {"Right Line1R Mux", "single-ended", "LINE1R"},
681 {"Right Line1R Mux", "differential", "LINE1R"}, 683 {"Right Line1R Mux", "differential", "LINE1R"},
684 {"Left Line1R Mux", "single-ended", "LINE1R"},
685 {"Left Line1R Mux", "differential", "LINE1R"},
682 686
683 {"Right Line2R Mux", "single-ended", "LINE2R"}, 687 {"Right Line2R Mux", "single-ended", "LINE2R"},
684 {"Right Line2R Mux", "differential", "LINE2R"}, 688 {"Right Line2R Mux", "differential", "LINE2R"},