mbox series

[0/3] ALSA: dice: add support for Alesis MasterControl

Message ID 20200113084630.14305-1-o-takashi@sakamocchi.jp
Headers show
Series ALSA: dice: add support for Alesis MasterControl | expand

Message

Takashi Sakamoto Jan. 13, 2020, 8:46 a.m. UTC
Hi,

This patchset includes some fixes to support Alesis MasterControl.
Like Alesis iO 14/26, MasterControl supports two ports for tx isoc
communication (PCM/MIDI capture) and one port for rx isoc
communication (PCM/MIDI playback) as well.

Takashi Sakamoto (3):
  dice: fix fallback from protocol extension into limited functionality
  dice: loosen stream format check for MIDI conformant data channel
  dice: add support for Alesis MasterControl

 sound/firewire/dice/dice-alesis.c    | 24 ++++++++++++++++++++++++
 sound/firewire/dice/dice-extension.c |  5 ++++-
 sound/firewire/dice/dice-stream.c    |  9 +++------
 sound/firewire/dice/dice.c           |  8 ++++++++
 sound/firewire/dice/dice.h           |  1 +
 5 files changed, 40 insertions(+), 7 deletions(-)