All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ALSA: firewire-lib: unify handlers for outgoing packet
@ 2019-05-23 15:14 Takashi Sakamoto
  2019-05-23 15:14 ` [PATCH 1/4] ALSA: firewire-lib: split helper function to generate CIP header Takashi Sakamoto
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Takashi Sakamoto @ 2019-05-23 15:14 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel

Hi,

In IT context of Linux firewire subsystem, some quadlets of packet
payload can be put as a part of packet header. This enables to
use context payload for data blocks only.

This patchset uses the mechanism to unify handlers of outgoing packet
for with-CIP and without-CIP headers.

Takashi Sakamoto (4):
  ALSA: firewire-lib: split helper function to generate CIP header
  ALSA: firewire-lib: unify packet handler for IT context
  ALSA: firewire-lib: code refactoring to queueing packets
  ALSA: firewire-lib: use 8 byte packet header for IT context to
    separate CIP header from CIP payload

 sound/firewire/amdtp-stream.c | 150 ++++++++++++++++------------------
 sound/firewire/amdtp-stream.h |   3 -
 2 files changed, 69 insertions(+), 84 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-24  9:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-23 15:14 [PATCH 0/4] ALSA: firewire-lib: unify handlers for outgoing packet Takashi Sakamoto
2019-05-23 15:14 ` [PATCH 1/4] ALSA: firewire-lib: split helper function to generate CIP header Takashi Sakamoto
2019-05-23 15:14 ` [PATCH 2/4] ALSA: firewire-lib: unify packet handler for IT context Takashi Sakamoto
2019-05-23 15:14 ` [PATCH 3/4] ALSA: firewire-lib: code refactoring to queueing packets Takashi Sakamoto
2019-05-23 15:14 ` [PATCH 4/4] ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP header from CIP payload Takashi Sakamoto
2019-05-24  6:48 ` [PATCH 0/4] ALSA: firewire-lib: unify handlers for outgoing packet Takashi Sakamoto
2019-05-24  7:06   ` Takashi Iwai
2019-05-24  9:07     ` Takashi Sakamoto

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.