All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@ti.com>
To: "Girdwood, Liam" <lrg@ti.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [PATCH] ASoC: core - Separate out PCM operations into new file.
Date: Thu, 9 Jun 2011 11:34:14 +0100	[thread overview]
Message-ID: <4DF0A1A6.7020303@ti.com> (raw)
In-Reply-To: <1307615279-3005-1-git-send-email-lrg@ti.com>

On 09/06/11 11:27, Girdwood, Liam wrote:
> In preparation for Dynamic PCM support (AKA DSP support).
> 
> There will be future patches that add support to allow PCMs to be dynamically
> routed to multiple DAIs at startup and also during stream runtime. This patch
> moves the ASoC core PCM operaitions into a new file called soc-pcm.c.  This will
> in simplify the ASoC core features into distinct files.
> 
> Signed-off-by: Liam Girdwood <lrg@ti.com>
> ---
>  sound/soc/Makefile   |    2 +-
>  sound/soc/soc-core.c |  612 +-----------------------------------------------
>  sound/soc/soc-pcm.c  |  645 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 647 insertions(+), 612 deletions(-)
>  create mode 100644 sound/soc/soc-pcm.c
> 

gah, forgot to strip out unused headers. V2 after lunch.

Liam
 

      reply	other threads:[~2011-06-09 10:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09 10:27 [PATCH] ASoC: core - Separate out PCM operations into new file Liam Girdwood
2011-06-09 10:34 ` Liam Girdwood [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=4DF0A1A6.7020303@ti.com \
    --to=lrg@ti.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.