From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Sangsu Park <sangsu4u.park@samsung.com>
Cc: sbkim73@samsung.com, alsa-devel@alsa-project.org,
sangsu@gmail.com, lrg@ti.com
Subject: Re: [PATCH v2] ASoC: soc-pcm: Allocate PCM operations dynamically to support multiple DAIs
Date: Mon, 2 Jan 2012 13:30:29 +0000 [thread overview]
Message-ID: <20120102133028.GO4300@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1325492110-12743-1-git-send-email-sangsu4u.park@samsung.com>
On Mon, Jan 02, 2012 at 05:15:10PM +0900, Sangsu Park wrote:
> The original code does not cover the case that two DAIs(CPU) have different
> ASoC core PCM operations(like mmap, pointer...). Currently we have only one
> global soc_pcm_ops for ASoC core PCM operation. When two DAIs have different
> pointer functions, second DAI's pointer function is set for both first DAI
> and second DAI in case of original code.
>
> This patch uses runtime's pcm_ops instead of global pcm_ops for each DAIs. So
> each DAIs can have different ASoC core PCM operations. This is needed to
> support multiple DAIs.
> ---
Actually I can't apply this as you haven't signed it off. Please supply
a Signed-off-by for the patch.
next prev parent reply other threads:[~2012-01-02 13:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-02 8:15 [PATCH v2] ASoC: soc-pcm: Allocate PCM operations dynamically to support multiple DAIs Sangsu Park
2012-01-02 13:19 ` Mark Brown
2012-01-03 0:09 ` Sangsu Park
2012-01-02 13:30 ` Mark Brown [this message]
2012-01-03 0:11 ` Sangsu Park
2012-01-03 20:29 ` 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=20120102133028.GO4300@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=lrg@ti.com \
--cc=sangsu4u.park@samsung.com \
--cc=sangsu@gmail.com \
--cc=sbkim73@samsung.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.