mbox series

[0/7] ALSA: oxfw: code refactoring for quirks specific to ASICs

Message ID 20210514085435.92807-1-o-takashi@sakamocchi.jp (mailing list archive)
Headers show
Series ALSA: oxfw: code refactoring for quirks specific to ASICs | expand

Message

Takashi Sakamoto May 14, 2021, 8:54 a.m. UTC
Hi,

This patchset is for code refactoring to ALSA OXFW driver, mainly
regarding to ASIC types and quirks.


Takashi Sakamoto (7):
  ALSA: oxfw: code refactoring for existent device entry with
    specifier_id and version
  ALSA: oxfw: add device entry for Loud Technologies Tapco Link.FireWire
    4x6
  ALSA: oxfw: add explicit device entry for Loud Technologies Mackie
    Onyx Sattelite
  ALSA: oxfw: add comment for the type of ASICs
  ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970
  ALSA: firewire-lib: code refactoring for jumbo payload quirk
  ALSA: oxfw; code refactoring for wrong_dbs quirk

 sound/firewire/amdtp-stream.c     |   7 +-
 sound/firewire/oxfw/oxfw-stream.c |  20 ++---
 sound/firewire/oxfw/oxfw.c        | 123 +++++++++++++-----------------
 sound/firewire/oxfw/oxfw.h        |  10 ++-
 4 files changed, 76 insertions(+), 84 deletions(-)

Comments

Takashi Sakamoto May 15, 2021, 2:19 a.m. UTC | #1
Hi,

On Fri, May 14, 2021 at 05:54:28PM +0900, Takashi Sakamoto wrote:
> Hi,
> 
> This patchset is for code refactoring to ALSA OXFW driver, mainly
> regarding to ASIC types and quirks.
> 
> 
> Takashi Sakamoto (7):
>   ALSA: oxfw: code refactoring for existent device entry with
>     specifier_id and version
>   ALSA: oxfw: add device entry for Loud Technologies Tapco Link.FireWire
>     4x6
>   ALSA: oxfw: add explicit device entry for Loud Technologies Mackie
>     Onyx Sattelite
>   ALSA: oxfw: add comment for the type of ASICs
>   ALSA: oxfw: code refactoring for jumbo-payload quirk in OXFW970
>   ALSA: firewire-lib: code refactoring for jumbo payload quirk
>   ALSA: oxfw; code refactoring for wrong_dbs quirk
> 
>  sound/firewire/amdtp-stream.c     |   7 +-
>  sound/firewire/oxfw/oxfw-stream.c |  20 ++---
>  sound/firewire/oxfw/oxfw.c        | 123 +++++++++++++-----------------
>  sound/firewire/oxfw/oxfw.h        |  10 ++-
>  4 files changed, 76 insertions(+), 84 deletions(-)

I readlized that the 2nd and 3rd patch include bug that the target
device is not identified. I'll post take 2 patchset later and please
abandon issued patchset.


Regards

Takashi Sakamoto