All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: clemens@ladisch.de, tiwai@suse.de
Cc: alsa-devel@alsa-project.org
Subject: [alsa-devel] [PATCH 0/6] ALSA: firewire-motu: add support for MOTU UltraLite and source packet header clock mode
Date: Wed, 30 Oct 2019 17:06:38 +0900	[thread overview]
Message-ID: <20191030080644.1704-1-o-takashi@sakamocchi.jp> (raw)

Hi,

Devices in MOTU FireWire series uses source packet header (SPH) in IEC
61883-1 for each data block in CIP. The devices have a mode to use the
series of SPH for generating sampling clock.

This patchset supports the above mechanism. Additionally, this patchset
also supports MOTU UltraLite which adopts protocol version 2.

Takashi Sakamoto (6):
  ALSA: firewire-motu: fix wrong spelling for macro
  ALSA: firewire-motu: print for unknown source of sampling clock
  ALSA: firewire-motu: detect SPH source of sampling clock
  ALSA: firewire-motu: minor code refactoring for protocol version 2
  ALSA: firewire-motu: code refactoring to handle model specific switch
    for protocol v2
  ALSA: firewire-motu: add support for MOTU UltraLite

 sound/firewire/motu/motu-pcm.c         |   3 +-
 sound/firewire/motu/motu-proc.c        |   2 +
 sound/firewire/motu/motu-protocol-v2.c | 142 ++++++++++++++-----------
 sound/firewire/motu/motu-protocol-v3.c |   4 +-
 sound/firewire/motu/motu.c             |  34 ++++--
 sound/firewire/motu/motu.h             |   6 +-
 6 files changed, 113 insertions(+), 78 deletions(-)

-- 
2.20.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2019-10-30  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30  8:06 Takashi Sakamoto [this message]
2019-10-30  8:06 ` [alsa-devel] [PATCH 1/6] ALSA: firewire-motu: fix wrong spelling for macro Takashi Sakamoto
2019-10-30  8:06 ` [alsa-devel] [PATCH 2/6] ALSA: firewire-motu: print for unknown source of sampling clock Takashi Sakamoto
2019-10-30  8:06 ` [alsa-devel] [PATCH 3/6] ALSA: firewire-motu: detect SPH " Takashi Sakamoto
2019-10-30  8:06 ` [alsa-devel] [PATCH 4/6] ALSA: firewire-motu: minor code refactoring for protocol version 2 Takashi Sakamoto
2019-10-30  8:06 ` [alsa-devel] [PATCH 5/6] ALSA: firewire-motu: code refactoring to handle model specific switch for protocol v2 Takashi Sakamoto
2019-10-30  8:06 ` [alsa-devel] [PATCH 6/6] ALSA: firewire-motu: add support for MOTU UltraLite Takashi Sakamoto
2019-10-30 10:03 ` [alsa-devel] [PATCH 0/6] ALSA: firewire-motu: add support for MOTU UltraLite and source packet header clock mode Takashi Iwai

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=20191030080644.1704-1-o-takashi@sakamocchi.jp \
    --to=o-takashi@sakamocchi.jp \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=tiwai@suse.de \
    /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.