Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: alsa-devel@alsa-project.org, clemens@ladisch.de
Subject: Re: [alsa-devel] [PATCH 00/17] firewire: share the size of period for both playback and capture PCM substreams
Date: Thu, 17 Oct 2019 09:41:39 +0200	[thread overview]
Message-ID: <s5hsgnrizt8.wl-tiwai@suse.de> (raw)
In-Reply-To: <20191007110532.30270-1-o-takashi@sakamocchi.jp>

On Mon, 07 Oct 2019 13:05:15 +0200,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> This patchset is a preparation for enhancement of AMDTP domain that I
> addressed to my previous patchset:
> https://mailman.alsa-project.org/pipermail/alsa-devel/2019-July/152430.html
> 
> When queued packets for several IT/IR contexts in the same domain are
> handled in hardware IRQ context for an IT context, the number of events
> in the packets are mostly the same for each of contexts. This means that
> the size of period for PCM substreams associated to the contexts is also
> the same.
> 
> At present, PCM substreams for the contexts can have own size of period.
> This commit adds a member into AMDTP domain to share the size of period
> for PCM substreams on AMDTP streams in the same domain.
> 
> This patchset includes optimization to detect whether isochronous
> resources for AMDTP streams are reserved or not in pcm.open callback.
> 
> Takashi Sakamoto (17):
>   firewire-lib: add a member into AMDTP domain for events per period
>   bebob: register the size of PCM period to AMDTP domain
>   fireworks: register the size of PCM period to AMDTP domain
>   oxfw: register the size of PCM period to AMDTP domain
>   dice: register the size of PCM period to AMDTP domain
>   firewire-digi00x: register the size of PCM period to AMDTP domain
>   firewire-tascam: register the size of PCM period to AMDTP domain
>   firewire-motu: register the size of PCM period to AMDTP domain
>   fireface: register the size of PCM period to AMDTP domain
>   bebob: use the same size of period for PCM substream in AMDTP streams
>   fireworks: use the same size of period for PCM substream in AMDTP
>     streams
>   oxfw: use the same size of period for PCM substream in AMDTP streams
>   dice: use the same size of period for PCM substream in AMDTP streams
>   firewire-digi00x: use the same size of period for PCM substream in
>     AMDTP streams
>   firewire-tascam: use the same size of period for PCM substream in
>     AMDTP streams
>   firewire-motu: use the same size of period for PCM substream in AMDTP
>     streams
>   fireface: use the same size of period for PCM substreams in AMDTP
>     streams

Applied all 17 patches now (with the correction of subject prefix).


thanks,

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

      parent reply	other threads:[~2019-10-17  7:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 11:05 [alsa-devel] [PATCH 00/17] firewire: share the size of period for both playback and capture PCM substreams Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 01/17] firewire-lib: add a member into AMDTP domain for events per period Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 02/17] bebob: register the size of PCM period to AMDTP domain Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 03/17] fireworks: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 04/17] oxfw: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 05/17] dice: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 06/17] firewire-digi00x: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 07/17] firewire-tascam: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 08/17] firewire-motu: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 09/17] fireface: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 10/17] bebob: use the same size of period for PCM substream in AMDTP streams Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 11/17] fireworks: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 12/17] oxfw: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 13/17] dice: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 14/17] firewire-digi00x: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 15/17] firewire-tascam: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 16/17] firewire-motu: " Takashi Sakamoto
2019-10-07 11:05 ` [alsa-devel] [PATCH 17/17] fireface: use the same size of period for PCM substreams " Takashi Sakamoto
2019-10-17  7:41 ` Takashi Iwai [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=s5hsgnrizt8.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=o-takashi@sakamocchi.jp \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox