All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Jassi Brar <jassi.brar@samsung.com>
Cc: alsa-devel@alsa-project.org, lrg@slimlogic.co.uk
Subject: Re: [RFC] ASoC: Allow mulitple usage of codec and cpu dai
Date: Thu, 25 Feb 2010 10:03:26 +0000	[thread overview]
Message-ID: <20100225100326.GC10141@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <1267072011-11744-1-git-send-email-jassi.brar@samsung.com>

On Thu, Feb 25, 2010 at 01:26:51PM +0900, Jassi Brar wrote:

>  	/* startup the audio subsystem */
> -	if (cpu_dai->ops->startup) {
> +	if (cpu_dai->active == 0 && cpu_dai->ops->startup) {

I thought I'd been fairly clear last time that the drivers need to have
an option to do stuff on startup().  As I said then a separate callback
which is called only on the transitions into and out of active would be
fine.

  reply	other threads:[~2010-02-25 10:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-25  4:26 [RFC] ASoC: Allow mulitple usage of codec and cpu dai Jassi Brar
2010-02-25 10:03 ` Mark Brown [this message]
2010-02-25 11:00   ` jassi brar
2010-02-25 13:06     ` Mark Brown
2010-02-26  0:32       ` jassi brar
2010-02-26 11:26         ` 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=20100225100326.GC10141@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=jassi.brar@samsung.com \
    --cc=lrg@slimlogic.co.uk \
    /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.