diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-10-29 07:05:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-29 08:58:22 -0400 |
commit | 1c3d20027133f145523a072e84ab55d9132920c9 (patch) | |
tree | cbf62111ffea7bfc910d3c7bd027a7ba311f43b0 /sound/soc/codecs/twl4030.c | |
parent | 7729cf749350b04c80ee1652961de238afc9d5b1 (diff) |
ASoC: TWL4030: Add APLL supply for the capture path
Capture path also need the APLL enabled, adding DAPM_SUPPLY
for the Virtual ADCs.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/twl4030.c')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 5 |
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"}, |