* [PATCH] ASoC: TWL4030: Add APLL supply for the capture path
@ 2009-10-29 11:05 Peter Ujfalusi
2009-10-29 11:11 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Peter Ujfalusi @ 2009-10-29 11:05 UTC (permalink / raw)
To: alsa-devel; +Cc: broonie
Capture path also need the APLL enabled, adding DAPM_SUPPLY
for the Virtual ADCs.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
---
I have forgot to run git add, so the capture path DAPM_SUPPLY was missing from
the previous series.
This also applies on top of Mark's tree, for-2.6.33-pending branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
and depends on the "ASoC: TWL4030: Change codec_muted to apll_enabled" patch.
Sorry about this.
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 277e99c..f9121ef 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[] = {
{"ADC Virtual Left2", NULL, "TX2 Capture Route"},
{"ADC Virtual Right2", NULL, "TX2 Capture Route"},
+ {"ADC Virtual Left1", NULL, "APLL Enable"},
+ {"ADC Virtual Right1", NULL, "APLL Enable"},
+ {"ADC Virtual Left2", NULL, "APLL Enable"},
+ {"ADC Virtual Right2", NULL, "APLL Enable"},
+
/* Analog bypass routes */
{"Right1 Analog Loopback", "Switch", "Analog Right"},
{"Left1 Analog Loopback", "Switch", "Analog Left"},
--
1.6.5.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ASoC: TWL4030: Add APLL supply for the capture path
2009-10-29 11:05 [PATCH] ASoC: TWL4030: Add APLL supply for the capture path Peter Ujfalusi
@ 2009-10-29 11:11 ` Mark Brown
2009-10-29 11:17 ` Peter Ujfalusi
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2009-10-29 11:11 UTC (permalink / raw)
To: Peter Ujfalusi; +Cc: alsa-devel
On Thu, Oct 29, 2009 at 01:05:52PM +0200, Peter Ujfalusi wrote:
> Capture path also need the APLL enabled, adding DAPM_SUPPLY
> for the Virtual ADCs.
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
I've queued this one up too.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: TWL4030: Add APLL supply for the capture path
2009-10-29 11:11 ` Mark Brown
@ 2009-10-29 11:17 ` Peter Ujfalusi
0 siblings, 0 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2009-10-29 11:17 UTC (permalink / raw)
To: ext Mark Brown; +Cc: alsa-devel@alsa-project.org
On Thursday 29 October 2009 13:11:40 ext Mark Brown wrote:
> On Thu, Oct 29, 2009 at 01:05:52PM +0200, Peter Ujfalusi wrote:
> > Capture path also need the APLL enabled, adding DAPM_SUPPLY
> > for the Virtual ADCs.
> >
> > Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
>
> I've queued this one up too.
Thanks, and again: sorry about it, this should have been part of the first
patch.
--
Péter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-29 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 11:05 [PATCH] ASoC: TWL4030: Add APLL supply for the capture path Peter Ujfalusi
2009-10-29 11:11 ` Mark Brown
2009-10-29 11:17 ` Peter Ujfalusi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.