aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/twl4030.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index 277e99ce5558..f9121ef7fe5c 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -1449,6 +1449,11 @@ static const struct snd_soc_dapm_route intercon[] = {
1449 {"ADC Virtual Left2", NULL, "TX2 Capture Route"}, 1449 {"ADC Virtual Left2", NULL, "TX2 Capture Route"},
1450 {"ADC Virtual Right2", NULL, "TX2 Capture Route"}, 1450 {"ADC Virtual Right2", NULL, "TX2 Capture Route"},
1451 1451
1452 {"ADC Virtual Left1", NULL, "APLL Enable"},
1453 {"ADC Virtual Right1", NULL, "APLL Enable"},
1454 {"ADC Virtual Left2", NULL, "APLL Enable"},
1455 {"ADC Virtual Right2", NULL, "APLL Enable"},
1456
1452 /* Analog bypass routes */ 1457 /* Analog bypass routes */
1453 {"Right1 Analog Loopback", "Switch", "Analog Right"}, 1458 {"Right1 Analog Loopback", "Switch", "Analog Right"},
1454 {"Left1 Analog Loopback", "Switch", "Analog Left"}, 1459 {"Left1 Analog Loopback", "Switch", "Analog Left"},