All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: linux1394-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org
Subject: Re: [PATCH 0/9] firewire: core: add fw_iso_context() variant with configurable isoc header size
Date: Mon, 19 Jan 2026 17:52:34 +0900	[thread overview]
Message-ID: <20260119085234.GA490537@workstation.local> (raw)
In-Reply-To: <20260117142823.440811-1-o-takashi@sakamocchi.jp>

Hi,

On Sat, Jan 17, 2026 at 11:28:13PM +0900, Takashi Sakamoto wrote:
> Hi,
> 
> Currently ALSA IEC 61883-1/6 packet streaming engine provides the maximum
> PCM buffer size constraints to drivers for audio and music units in
> IEEE 1394 bus, due to hard-coded size of isochronous context header for
> 1394 OHCI IR context.
> 
> The limitation is inconvenient a bit, and this patchset removes it by
> allowing the drivers to configure the size of isochronous context
> header.
> 
> To sound subsystem maintainer, I'd like to send the last patch to
> mainline in my side.
> 
> Takashi Sakamoto (9):
>   firewire: core: add function variants for isochronous context creation
>   firewire: ohci: refactor isoc single-channel state using a union
>   firewire: ohci: code refactoring to use union for isoc multiple
>     channel state
>   firewire: ohci: use cleanup helper for isoc context header allocation
>   firewire: core: add flags member for isochronous context structure
>   firewire: ohci: allocate isoc context header by kvmalloc()
>   firewire: core: provide isoc header buffer size outside card driver
>   firewire: core: add fw_iso_context_create() variant with header
>     storage size
>   ALSA: firewire: remove PCM buffer size constraint from isoc context
>     header
> 
>  drivers/firewire/core-card.c  |   4 +-
>  drivers/firewire/core-cdev.c  |  30 ++--------
>  drivers/firewire/core-iso.c   |  16 ++---
>  drivers/firewire/core.h       |  13 +++-
>  drivers/firewire/ohci.c       | 110 +++++++++++++++++++---------------
>  include/linux/firewire.h      |  33 ++++++++--
>  sound/firewire/amdtp-stream.c |  31 +++-------
>  7 files changed, 125 insertions(+), 112 deletions(-)

Applied to for-next branch.


Regards

Takashi Sakamoto

      parent reply	other threads:[~2026-01-19  8:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-17 14:28 [PATCH 0/9] firewire: core: add fw_iso_context() variant with configurable isoc header size Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 1/9] firewire: core: add function variants for isochronous context creation Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 2/9] firewire: ohci: refactor isoc single-channel state using a union Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 3/9] firewire: ohci: code refactoring to use union for isoc multiple channel state Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 4/9] firewire: ohci: use cleanup helper for isoc context header allocation Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 5/9] firewire: core: add flags member for isochronous context structure Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 6/9] firewire: ohci: allocate isoc context header by kvmalloc() Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 7/9] firewire: core: provide isoc header buffer size outside card driver Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 8/9] firewire: core: add fw_iso_context_create() variant with header storage size Takashi Sakamoto
2026-01-17 14:28 ` [PATCH 9/9] ALSA: firewire: remove PCM buffer size constraint from isoc context header Takashi Sakamoto
2026-01-19  8:52 ` Takashi Sakamoto [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=20260119085234.GA490537@workstation.local \
    --to=o-takashi@sakamocchi.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    /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.