From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: "Aggarwal, Anuj" <anuj.aggarwal@ti.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: Default enabling of mixer controls
Date: Mon, 8 Jun 2009 15:39:10 +0100 [thread overview]
Message-ID: <20090608143910.GA6413@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <5A47E75E594F054BAF48C5E4FC4B92AB030591A903@dbde02.ent.ti.com>
On Mon, Jun 08, 2009 at 07:54:00PM +0530, Aggarwal, Anuj wrote:
> /* Enable Analog Left Capture Route AUXL */
> reg = codec->read(codec, TWL4030_REG_ANAMICL);
> reg |= TWL4030_AUXL_EN;
> codec->write(codec, TWL4030_REG_ANAMICL, reg);
> After that, if I do a get on Analog Left Capture Route AUXL (or the other),
> I am seeing that it has been turned ON. However, when I try to capture,
> It doesn't work. I have to disable it first and then re-enable it to
> capture properly.
Hrm, you'll be missing some internal DAPM state updates. Currently the
most direct way to do that would be to go through the actual control
interface and there's not a particularly nice way of doing that that
from the kernel that I'm aware of.
Is this not something you can have user space do?
next prev parent reply other threads:[~2009-06-08 14:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-08 12:10 Default enabling of mixer controls Aggarwal, Anuj
2009-06-08 12:14 ` Mark Brown
2009-06-08 14:24 ` Aggarwal, Anuj
2009-06-08 14:39 ` Mark Brown [this message]
2009-06-09 3:45 ` Aggarwal, Anuj
2009-06-09 6:57 ` Peter Ujfalusi
2009-06-09 8:54 ` Mark Brown
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=20090608143910.GA6413@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=anuj.aggarwal@ti.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.