From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/3] ALSA: firewire-lib: fixes for processing packets without CIP header Date: Sun, 16 Dec 2018 10:11:59 +0100 Message-ID: References: <20181215100321.1658-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 mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 0C28926789E for ; Sun, 16 Dec 2018 10:12:00 +0100 (CET) In-Reply-To: <20181215100321.1658-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 List-Id: alsa-devel@alsa-project.org On Sat, 15 Dec 2018 11:03:18 +0100, Takashi Sakamoto wrote: > > Hi, > > In kernel v4.12, a series of patch was applied to IEC 61883-1/6 packet > streaming engine in ALSA firewire stack to process isochronous packet > without CIP header. But this included some bugs. Especially, for capture > PCM substream, the engine handles PCM frames for applications as four > times against real time. > > This patchset fixes the bugs. > > Takashi Sakamoto (3): > ALSA: firewire-lib: fix wrong handling payload_length as > payload_quadlet > ALSA: firewire-lib: fix wrong assignment for > 'out_packet_without_header' tracepoint > ALSA: firewire-lib: use the same print format for 'without_header' > tracepoints Applied all three patches now. Thanks. Takashi