From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: plagnioj@jcrosoft.com, nicolas.ferre@atmel.com,
linux-arm-kernel@lists.infradead.org,
linux-sound@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine
Date: Sun, 2 Dec 2012 13:30:38 +0900 [thread overview]
Message-ID: <20121202043036.GW17981@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1354074373-7671-2-git-send-email-voice.shen@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 432 bytes --]
On Wed, Nov 28, 2012 at 11:46:13AM +0800, Bo Shen wrote:
> Specify overrun bit in interrupt mask
> Add dmaengine specific routines
Applied, thanks.
> + struct snd_pcm_substream *substream)
> +{
> + struct atmel_pcm_dma_params *prtd;
> +
> + prtd = snd_dmaengine_pcm_get_data(substream);
> +
> + if (ssc_sr & prtd->mask->ssc_error) {
> + if (snd_pcm_running(substream))
It is a bit weird that this is not part of the SSC code...
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: plagnioj@jcrosoft.com, nicolas.ferre@atmel.com,
linux-arm-kernel@lists.infradead.org,
linux-sound@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine
Date: Sun, 02 Dec 2012 04:30:38 +0000 [thread overview]
Message-ID: <20121202043036.GW17981@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1354074373-7671-2-git-send-email-voice.shen@atmel.com>
[-- Attachment #1: Type: text/plain, Size: 432 bytes --]
On Wed, Nov 28, 2012 at 11:46:13AM +0800, Bo Shen wrote:
> Specify overrun bit in interrupt mask
> Add dmaengine specific routines
Applied, thanks.
> + struct snd_pcm_substream *substream)
> +{
> + struct atmel_pcm_dma_params *prtd;
> +
> + prtd = snd_dmaengine_pcm_get_data(substream);
> +
> + if (ssc_sr & prtd->mask->ssc_error) {
> + if (snd_pcm_running(substream))
It is a bit weird that this is not part of the SSC code...
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: broonie@opensource.wolfsonmicro.com (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine
Date: Sun, 2 Dec 2012 13:30:38 +0900 [thread overview]
Message-ID: <20121202043036.GW17981@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1354074373-7671-2-git-send-email-voice.shen@atmel.com>
On Wed, Nov 28, 2012 at 11:46:13AM +0800, Bo Shen wrote:
> Specify overrun bit in interrupt mask
> Add dmaengine specific routines
Applied, thanks.
> + struct snd_pcm_substream *substream)
> +{
> + struct atmel_pcm_dma_params *prtd;
> +
> + prtd = snd_dmaengine_pcm_get_data(substream);
> +
> + if (ssc_sr & prtd->mask->ssc_error) {
> + if (snd_pcm_running(substream))
It is a bit weird that this is not part of the SSC code...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121202/bed384bc/attachment.sig>
next prev parent reply other threads:[~2012-12-02 4:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 3:46 [PATCH 1/2] ASoC: atmel-pcm: split into two file Bo Shen
2012-11-28 3:46 ` Bo Shen
2012-11-28 3:46 ` Bo Shen
2012-11-28 3:46 ` [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine Bo Shen
2012-11-28 3:46 ` Bo Shen
2012-11-28 3:46 ` Bo Shen
2012-12-02 4:30 ` Mark Brown [this message]
2012-12-02 4:30 ` Mark Brown
2012-12-02 4:30 ` Mark Brown
2012-12-02 4:28 ` [PATCH 1/2] ASoC: atmel-pcm: split into two file Mark Brown
2012-12-02 4:28 ` Mark Brown
2012-12-02 4:28 ` 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=20121202043036.GW17981@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-sound@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=plagnioj@jcrosoft.com \
--cc=voice.shen@atmel.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.