All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Cezary Rojewski <cezary.rojewski@intel.com>
Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com,
	pierre-louis.bossart@linux.intel.com, tiwai@suse.com,
	Vinod Koul <vkoul@kernel.org>,
	broonie@kernel.org
Subject: Re: [alsa-devel] [PATCH v3 04/11] ALSA: core: Expand DMA buffer information
Date: Wed, 29 Jan 2020 10:08:43 +0100	[thread overview]
Message-ID: <s5hd0b2mxyc.wl-tiwai@suse.de> (raw)
In-Reply-To: <57fa4c0d-3b64-d0c2-3d19-3b3569557069@intel.com>

On Tue, 28 Jan 2020 12:58:18 +0100,
Cezary Rojewski wrote:
> 
> On 2020-01-28 11:59, Vinod Koul wrote:
> > On 28-01-20, 11:43, Cezary Rojewski wrote:
> >> Update DMA buffer definition for snd_compr_runtime so it is represented
> >> similarly as in snd_pcm_runtime. While at it, modify
> >> snd_compr_set_runtime_buffer to account for newly added members.
> >
> > Please run ./scripts/get_maintainer.pl, it will tell you the people you
> > should CC on a patch.
> >
> > Also Takashi already acked, so you should add the acks/reviews received
> > in subsequent versions (unless they changed)
> >
> > And for this:
> >
> > Acked-by: Vinod Koul <vkoul@kernel.org>
> >
> 
> No ALSA core & hda patches changed since v1. Sorry for missing the
> Acked-by signature from Takashi. Should I resend and add the missing
> ack in v4?

Not necessary just for the lack of my ack.
Of course, if you plan to submit v4 in anyway later, feel free to add
them there :)


thanks,

Takashi


> 
> Czarek
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2020-01-29  9:09 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28 10:43 [alsa-devel] [PATCH v3 00/11] ASoC: SOF: Data probing Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 01/11] ALSA: hda: Allow for compress stream to hdac_ext_stream assignment Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 02/11] ALSA: hda: Prepare for compress stream support Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 03/11] ALSA: hda: Interrupt servicing and BDL setup for compress streams Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 04/11] ALSA: core: Expand DMA buffer information Cezary Rojewski
2020-01-28 10:59   ` Vinod Koul
2020-01-28 11:58     ` Cezary Rojewski
2020-01-29  9:08       ` Takashi Iwai [this message]
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 05/11] ALSA: core: Implement compress page allocation and free routines Cezary Rojewski
2020-01-28 11:05   ` Vinod Koul
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 06/11] ASoC: SOF: Intel: Account for compress streams when servicing IRQs Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 07/11] ASoC: SOF: Implement Probe IPC API Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 08/11] ASoC: SOF: Generic probe compress operations Cezary Rojewski
2020-01-29  7:48   ` Daniel Baluta
2020-01-29  9:04     ` Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 09/11] ASoC: SOF: Intel: Probe " Cezary Rojewski
2020-01-29  7:55   ` Daniel Baluta
2020-01-29  9:09     ` Cezary Rojewski
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 10/11] ASoC: SOF: Provide probe debugfs support Cezary Rojewski
2020-01-28 17:54   ` Sridharan, Ranjani
2020-01-28 18:59     ` Cezary Rojewski
2020-01-29 11:43     ` Mark Brown
2020-01-28 10:43 ` [alsa-devel] [PATCH v3 11/11] ASoC: SOF: Intel: Add Probe compress CPU DAIs Cezary Rojewski
2020-01-29  8:04   ` Daniel Baluta
2020-01-29  9:24     ` Cezary Rojewski
2020-01-29  9:46       ` Daniel Baluta
2020-01-31 12:34         ` Cezary Rojewski
2020-01-28 17:55 ` [alsa-devel] [PATCH v3 00/11] ASoC: SOF: Data probing Pierre-Louis Bossart
2020-01-28 19:29   ` Cezary Rojewski
2020-01-28 21:11     ` Pierre-Louis Bossart
2020-01-31 12:44       ` Cezary Rojewski

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=s5hd0b2mxyc.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=lgirdwood@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.com \
    --cc=vkoul@kernel.org \
    /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.