All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ALSA: firewire: media clock recovery for syt-unaware devices
@ 2021-05-31  2:50 Takashi Sakamoto
  2021-05-31  2:50 ` [PATCH 1/6] ALSA: fireworks: delete SYTMATCH clock source Takashi Sakamoto
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Takashi Sakamoto @ 2021-05-31  2:50 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, clemens

Hi,

In a commit f9e5ecdfc2c2 ("ALSA: firewire-lib: add replay target to cache
sequence of packet"), I categorize devices supported by drivers in ALSA
firewire stack in terms of the way to deliver effective sampling
transfer frequency. This patchset is for the devices in group 1.

The devices in the group ignore presentation time to decide playback
timing, therefore drivers to handle them can ignore processing
presentation time expressed in syt field of CIP header. The sequence of
the number of data blocks per packet is important for media clock recovery.
With the patchset, the drivers are going to replay the sequence. For the
detail of sequence replay, please refer to a commit 39c2649c71d8 ("ALSA:
firewire-lib: replay sequence of incoming packets for outgoing packets").

Takashi Sakamoto (6):
  ALSA: fireworks: delete SYTMATCH clock source
  ALSA: fireworks: perform sequence replay for media clock recovery
  ALSA: oxfw: perform sequence replay for media clock recovery
  ALSA: firewire-digi00x: perform sequence replay for media clock
    recovery
  ALSA: firewire-tascam: perform sequence replay for media clock
    recovery
  ALSA: fireface: perform sequence replay for media clock recovery

 sound/firewire/digi00x/amdtp-dot.c          |  9 +++------
 sound/firewire/digi00x/digi00x-stream.c     |  8 ++++++--
 sound/firewire/fireface/amdtp-ff.c          |  2 +-
 sound/firewire/fireface/ff-stream.c         |  6 +++++-
 sound/firewire/fireworks/fireworks.h        |  2 +-
 sound/firewire/fireworks/fireworks_stream.c | 18 ++++++++++++++---
 sound/firewire/oxfw/oxfw-stream.c           | 22 +++++++++++++++++----
 sound/firewire/tascam/tascam-stream.c       | 21 ++++++++++++++++++--
 sound/firewire/tascam/tascam.h              |  1 +
 9 files changed, 69 insertions(+), 20 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-06-01  6:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  2:50 [PATCH 0/6] ALSA: firewire: media clock recovery for syt-unaware devices Takashi Sakamoto
2021-05-31  2:50 ` [PATCH 1/6] ALSA: fireworks: delete SYTMATCH clock source Takashi Sakamoto
2021-05-31  2:50 ` [PATCH 2/6] ALSA: fireworks: perform sequence replay for media clock recovery Takashi Sakamoto
2021-05-31  2:51 ` [PATCH 3/6] ALSA: oxfw: " Takashi Sakamoto
2021-05-31  2:51 ` [PATCH 4/6] ALSA: firewire-digi00x: " Takashi Sakamoto
2021-05-31  2:51 ` [PATCH 5/6] ALSA: firewire-tascam: " Takashi Sakamoto
2021-05-31  2:51 ` [PATCH 6/6] ALSA: fireface: " Takashi Sakamoto
2021-06-01  6:21 ` [PATCH 0/6] ALSA: firewire: media clock recovery for syt-unaware devices 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.