From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] ALSA: firewire-digi00x: integration to support console models Date: Wed, 05 Apr 2017 21:34:51 +0200 Message-ID: References: <20170402144827.32497-1-o-takashi@sakamocchi.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id D6380266943 for ; Wed, 5 Apr 2017 21:34:51 +0200 (CEST) In-Reply-To: <20170402144827.32497-1-o-takashi@sakamocchi.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Sakamoto Cc: alsa-devel@alsa-project.org, clemens@ladisch.de, ffado-devel@lists.sf.net List-Id: alsa-devel@alsa-project.org 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 >