All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH] ASoC: dmaengine: Use SNDRV_PCM_STREAM_LAST for array size
Date: Fri, 25 Oct 2013 18:07:39 +0200	[thread overview]
Message-ID: <526A974B.3050802@metafoo.de> (raw)
In-Reply-To: <s5hfvrpl4i6.wl%tiwai@suse.de>

On 10/25/2013 06:06 PM, Takashi Iwai wrote:
> ... to make the meaning more obvious.
> 
> Signed-off-by: Takashi Iwai <tiwai@suse.de>

Acked-by: Lars-Peter Clausen <lars@metafoo.de>

Thanks.

> ---
>  sound/soc/soc-generic-dmaengine-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c
> index 0c469cb..ee07903 100644
> --- a/sound/soc/soc-generic-dmaengine-pcm.c
> +++ b/sound/soc/soc-generic-dmaengine-pcm.c
> @@ -25,7 +25,7 @@
>  #include <sound/dmaengine_pcm.h>
>  
>  struct dmaengine_pcm {
> -	struct dma_chan *chan[SNDRV_PCM_STREAM_CAPTURE + 1];
> +	struct dma_chan *chan[SNDRV_PCM_STREAM_LAST + 1];
>  	const struct snd_dmaengine_pcm_config *config;
>  	struct snd_soc_platform platform;
>  	unsigned int flags;
> 

  reply	other threads:[~2013-10-25 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25 16:06 [PATCH] ASoC: dmaengine: Use SNDRV_PCM_STREAM_LAST for array size Takashi Iwai
2013-10-25 16:07 ` Lars-Peter Clausen [this message]
2013-10-25 20:16 ` 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=526A974B.3050802@metafoo.de \
    --to=lars@metafoo.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=tiwai@suse.de \
    /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.