From: Peter Ujfalusi <peter.ujfalusi@nokia.com>
To: ext Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: ASoC: SND_SOC_DAPM_LINE behavior
Date: Tue, 29 Sep 2009 15:59:46 +0300 [thread overview]
Message-ID: <200909291559.46631.peter.ujfalusi@nokia.com> (raw)
In-Reply-To: <20090929124439.GA8632@rakim.wolfsonmicro.main>
On Tuesday 29 September 2009 15:44:40 ext Mark Brown wrote:
> On Tue, Sep 29, 2009 at 03:36:39PM +0300, Peter Ujfalusi wrote:
> > The DAPM routing is something like this in the codec driver:
> > |DAC|------------->| |
> > |
> > |Playback Mixer|->|OUTPUT|
> > |
> > |INPUT|->|Bypass|->| |
> > |
> > |SWITCH|
> >
> > Now if in the machine driver I create the following DAPM widget:
> > SND_SOC_DAPM_LINE("Line In", NULL),
> >
> > and than connect this DAPM_LINE to the codec's INPUT (LINE-IN):
> > {"LINE-IN", NULL, "Line In"},
> >
> > Than the codec bias level would be always in ON state, regardless of the
> > state of the Bypass Switch (it is off by default).
>
> That shouldn't happen, turning off the bypass switch should break the
> path and let the bias sit at standby. I'd need to check the code but I
> expect that the fact that LINE can be either an input or an output is
> confusing things and we need to split it into two widgets, one for input
> and one for output.
It seams that the LINE itself confusing DAPM, since if I connect a LINE to the
OUTPUT that will also keep the codec bias ON all the time.
Most probably separating the LINE to LINEIN and LINEOUT in dapm would solve the
problem. This needs however change in the existing machine drivers as well, but
it should not be too big of a problem.
> The easiest thing for an actual system would just be to not bother with
> the external widget if you're not doing anything with it. It'll only
> make things work better, there's no need for the external widgets unless
> you're switching them.
Yes, that is true.
Thanks,
Péter
prev parent reply other threads:[~2009-09-29 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-29 12:36 ASoC: SND_SOC_DAPM_LINE behavior Peter Ujfalusi
2009-09-29 12:44 ` Mark Brown
2009-09-29 12:59 ` Peter Ujfalusi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200909291559.46631.peter.ujfalusi@nokia.com \
--to=peter.ujfalusi@nokia.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.