From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 00/11] ALSA: bebob: improve support for DM1500/BeBoBv3 Date: Mon, 15 Jun 2015 13:39:44 +0200 Message-ID: References: <1434253777-433-1-git-send-email-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 (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 4B8E42614A6 for ; Mon, 15 Jun 2015 13:39:49 +0200 (CEST) In-Reply-To: <1434253777-433-1-git-send-email-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: jh1ood@gmail.com, alsa-devel@alsa-project.org, kim@incendio.no, clemens@ladisch.de, ffado-devel@lists.sf.net List-Id: alsa-devel@alsa-project.org At Sun, 14 Jun 2015 12:49:26 +0900, Takashi Sakamoto wrote: > > Hi, > > This patchset updates my previous one. > > [alsa-devel] [RFC][PATCH 00/11] improve support for DM1500/BeBoBv3 > http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093320.html > > Changes since the RFC: > * re-gain missing enumerator member > * update commit comments > > I hope them to be merged into upstream. Applied all patches. Thanks. Takashi > > > Takashi Sakamoto (11): > ALSA: bebob: improve signal mode detection for clock source > ALSA: bebob: apply new enumerator to normalize the type of clock > source > ALSA: bebob: preparation for replacing string literals by normalized > representation for model-dependent structures > ALSA: bebob: use normalized representation for the type of clock > source > ALSA: bebob: obsolete string literal expression for clock source > ALSA: bebob: add SYT-Match support > ALSA: bebob: add 'version' member for BeBoB protocol version > ALSA: bebob: expand timeout for DM1500 quirk > ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 > quirk > ALSA: bebob: keep duplex streams always to keep internal multiplexer > properly > ALSA: bebob: add support for Behringer FCA 610/1616 > > sound/firewire/Kconfig | 1 + > sound/firewire/bebob/bebob.c | 14 ++- > sound/firewire/bebob/bebob.h | 20 +++-- > sound/firewire/bebob/bebob_focusrite.c | 33 +++++--- > sound/firewire/bebob/bebob_maudio.c | 23 +++-- > sound/firewire/bebob/bebob_midi.c | 8 +- > sound/firewire/bebob/bebob_pcm.c | 14 +-- > sound/firewire/bebob/bebob_proc.c | 22 ++--- > sound/firewire/bebob/bebob_stream.c | 150 ++++++++++++++++++++++++--------- > sound/firewire/bebob/bebob_terratec.c | 30 +++++-- > sound/firewire/bebob/bebob_yamaha.c | 20 ++++- > 11 files changed, 235 insertions(+), 100 deletions(-) > > -- > 2.1.4 >