All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ALSA: firewire-lib: check cycle continuity
@ 2021-05-18 13:00 Takashi Sakamoto
  2021-05-18 13:00 ` [PATCH 1/8] ALSA: firewire-lib: code refactoring to refer the same frame count per period in domain structure Takashi Sakamoto
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Takashi Sakamoto @ 2021-05-18 13:00 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, clemens

Hi,

Current implementation of ALSA IEC 61883-1/6 packet streaming engine
doesn't check whether received packets are exactly per isochronous
cycle. This is required to process packets transferred from
OXFW970-based devices and devices in RME Fireface series. However, the
packet sequence with skipped cycle is inconvenient for media clock
recovery.

This patchset takes the engine to check cycle continuity at processing
packets, including code refactoring. For RME Fireface series, the skipped
cycle is handled as receiving an empty packet. For OXFW970-based devices,
the skipped cycles are acceptable but media clock recovery is hard.

Takashi Sakamoto (8):
  ALSA: firewire-lib: code refactoring to refer the same frame count per
    period in domain structure
  ALSA: firewire-lib: handle the case that empty isochronous packet
    payload for CIP
  ALSA: firewire-lib: code refactoring for sequence descriptor'
  ALSA: firewire-lib: code refactoring for helper function to compute
    OHCI 1394 cycle
  ALSA: firewire-lib: code refactoring for parser of IR context header
  ALSA: firewire-lib: code refactoring for check of CIP header about
    payload size
  ALSA: firewire-lib: check cycle continuity
  ALSA: firewire-lib: insert descriptor for skipped cycle

 sound/firewire/amdtp-stream.c | 172 ++++++++++++++++++++++------------
 sound/firewire/amdtp-stream.h |  10 +-
 2 files changed, 119 insertions(+), 63 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-05-19 14:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18 13:00 [PATCH 0/8] ALSA: firewire-lib: check cycle continuity Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 1/8] ALSA: firewire-lib: code refactoring to refer the same frame count per period in domain structure Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 2/8] ALSA: firewire-lib: handle the case that empty isochronous packet payload for CIP Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 3/8] ALSA: firewire-lib: code refactoring for sequence descriptor' Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 4/8] ALSA: firewire-lib: code refactoring for helper function to compute OHCI 1394 cycle Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 5/8] ALSA: firewire-lib: code refactoring for parser of IR context header Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 6/8] ALSA: firewire-lib: code refactoring for check of CIP header about payload size Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 7/8] ALSA: firewire-lib: check cycle continuity Takashi Sakamoto
2021-05-18 13:00 ` [PATCH 8/8] ALSA: firewire-lib: insert descriptor for skipped cycle Takashi Sakamoto
2021-05-19 14:25 ` [PATCH 0/8] ALSA: firewire-lib: check cycle continuity Takashi Iwai

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.