On Sun, 02 Apr 2017 16:48:23 +0200, Takashi Sakamoto wrote:
Hi,
Disidesign Digi00x series includes two types of unit; rack and console. ALSA Digi00x driver is originally designed to handle both types.
Recently I got console model and realized that it can't handle console type, as a result of packet sniffing.
This patchset is to add proper support for unit of the console type, with new information from the reverse-engineering work.
Applied all four patches now. Thanks.
Takashi
Takashi Sakamoto (4): ALSA: firewire-digi00x: add support for console models of Digi00x series ALSA: firewire-digi00x: handle all MIDI messages on streaming packets ALSA: firewire-digi00x: allow user space applications to read/write MIDI messages for all ports ALSA: firewire-digi00x: remove transaction handler for unknown purpose
sound/firewire/digi00x/amdtp-dot.c | 55 ++++--- sound/firewire/digi00x/digi00x-midi.c | 208 ++++++++++----------------- sound/firewire/digi00x/digi00x-transaction.c | 88 ++---------- sound/firewire/digi00x/digi00x.c | 13 +- sound/firewire/digi00x/digi00x.h | 7 +- 5 files changed, 145 insertions(+), 226 deletions(-)
-- 2.9.3