mbox series

[0/5] ALSA: firewire: misc fixes

Message ID 20210513125652.110249-1-o-takashi@sakamocchi.jp
Headers show
Series ALSA: firewire: misc fixes | expand

Message

Takashi Sakamoto May 13, 2021, 12:56 p.m. UTC
Hi,

This patchset includes misc fixes for bebob, oxfw, dice, and
firewire-lib modules. The most significant bug to be fixed was
introduced by my work for AMDTP domain during 2019-2020.

Takashi Sakamoto (5):
  ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26
  ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
  ALSA: firewire-lib: fix check of jumbo payload
  ALSA: firewire-lib: fix calculation for size of IR context payload
  ALSA: firewire-lib: fix amdtp_packet tracepoints event in terms of
    packet_index

 sound/firewire/Kconfig              |  4 +--
 sound/firewire/amdtp-stream-trace.h |  6 ++---
 sound/firewire/amdtp-stream.c       | 42 +++++++++++++++++------------
 sound/firewire/bebob/bebob.c        |  2 +-
 sound/firewire/dice/dice-alesis.c   |  2 +-
 sound/firewire/oxfw/oxfw.c          |  1 -
 6 files changed, 32 insertions(+), 25 deletions(-)

Comments

Takashi Iwai May 14, 2021, 7:42 a.m. UTC | #1
On Thu, 13 May 2021 14:56:47 +0200,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> This patchset includes misc fixes for bebob, oxfw, dice, and
> firewire-lib modules. The most significant bug to be fixed was
> introduced by my work for AMDTP domain during 2019-2020.
> 
> Takashi Sakamoto (5):
>   ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26
>   ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
>   ALSA: firewire-lib: fix check of jumbo payload
>   ALSA: firewire-lib: fix calculation for size of IR context payload
>   ALSA: firewire-lib: fix amdtp_packet tracepoints event in terms of
>     packet_index

Applied all five patches now.  Thanks.


Takashi