All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA: firewire-motu: add support for MOTU 828 and 896
@ 2021-06-16  8:28 Takashi Sakamoto
  2021-06-16  8:28 ` [PATCH 1/2] ALSA: firewire-motu: add support for MOTU 828 Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Takashi Sakamoto @ 2021-06-16  8:28 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, clemens

Hi,

This patchset is to add support for Mark of the unicorn (MOTU) 828 and
896, which were shipped two decades ago (2001) and already discontinued.
(yes, it's 2021).

It's reasonable to count them as first generation of MOTU FireWire
series since they are based on QuickLogic QuickRAM FPGA apart from
Altera or Xilinx FPGA in the latter generation. Unlike the latter
generation, they doesn't allow software to configure internal
multiplexer.

I note that the sequence replay for media clock recovery[1] allows to
support them. The device doesn't generate better sound with nominal (ideal)
sequence of packets, thus the patches should be applied to development
tree for v5.14 kernel.

[1] [PATCH 0/3] ALSA: firewire-motu: media clock recovery for sph-aware devices
https://lore.kernel.org/alsa-devel/20210602013406.26442-1-o-takashi@sakamocchi.jp/

Takashi Sakamoto (2):
  ALSA: firewire-motu: add support for MOTU 828
  ALSA: firewire-motu: add support for MOTU 896

 sound/firewire/Kconfig                 |   2 +
 sound/firewire/motu/Makefile           |   3 +-
 sound/firewire/motu/motu-protocol-v1.c | 440 +++++++++++++++++++++++++
 sound/firewire/motu/motu.c             |   2 +
 sound/firewire/motu/motu.h             |  24 ++
 5 files changed, 470 insertions(+), 1 deletion(-)
 create mode 100644 sound/firewire/motu/motu-protocol-v1.c

-- 
2.30.2


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

end of thread, other threads:[~2021-06-17 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  8:28 [PATCH 0/2] ALSA: firewire-motu: add support for MOTU 828 and 896 Takashi Sakamoto
2021-06-16  8:28 ` [PATCH 1/2] ALSA: firewire-motu: add support for MOTU 828 Takashi Sakamoto
2021-06-16  8:28 ` [PATCH 2/2] ALSA: firewire-motu: add support for MOTU 896 Takashi Sakamoto
2021-06-17  9:37 ` [PATCH 0/2] ALSA: firewire-motu: add support for MOTU 828 and 896 Takashi Iwai
2021-06-17 10:03   ` 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.