mbox series

[0/4] ALSA: firewire-lib: bug fix and code cleanup for packet streaming engine

Message ID 20190524090342.15619-1-o-takashi@sakamocchi.jp (mailing list archive)
Headers show
Series ALSA: firewire-lib: bug fix and code cleanup for packet streaming engine | expand

Message

Takashi Sakamoto May 24, 2019, 9:03 a.m. UTC
Hi,

This patchset is the last part of refactoring for ALSA IEC 61883-1/6
packet streaming engine. It includes two fixes and two refactoring.

Takashi Sakamoto (4):
  ALSA: firewire-lib: fix data block counter for incoming packet without
    CIP header
  ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events
  ALSA: firewire-lib: refactoring to obsolete IT packet handler
  ALSA: firewire-lib: refactoring to obsolete IR packet handler

 sound/firewire/amdtp-stream-trace.h |   6 +-
 sound/firewire/amdtp-stream.c       | 138 ++++++++++++++--------------
 2 files changed, 74 insertions(+), 70 deletions(-)

Comments

Takashi Iwai May 24, 2019, 9:18 a.m. UTC | #1
On Fri, 24 May 2019 11:03:38 +0200,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> This patchset is the last part of refactoring for ALSA IEC 61883-1/6
> packet streaming engine. It includes two fixes and two refactoring.
> 
> Takashi Sakamoto (4):
>   ALSA: firewire-lib: fix data block counter for incoming packet without
>     CIP header
>   ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events
>   ALSA: firewire-lib: refactoring to obsolete IT packet handler
>   ALSA: firewire-lib: refactoring to obsolete IR packet handler

Applied all four patches now.  Thanks.


Takashi