mbox series

[0/3] ALSA: oxfw: fixes for Stanton SCS.1d

Message ID 20200113073418.24622-1-o-takashi@sakamocchi.jp
Headers show
Series ALSA: oxfw: fixes for Stanton SCS.1d | expand

Message

Takashi Sakamoto Jan. 13, 2020, 7:34 a.m. UTC
Hi,

ALSA oxfw driver includes functionality of former snd-scs1x implements.
However, since it was merged in Linux v4.5, the driver can't add sound
card instance for Stanton SCS.1d due to its quirk.

This patchset fixes the regression.

Takashi Sakamoto (3):
  ALSA: oxfw: use ENXIO for not-supported cases
  ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is
    unavailable
  ALSA: oxfw: fix for Stanton SCS.1d

 sound/firewire/oxfw/oxfw-command.c |  6 +--
 sound/firewire/oxfw/oxfw-stream.c  | 82 +++++++++++++++++-------------
 sound/firewire/oxfw/oxfw.c         | 39 +++++++-------
 sound/firewire/oxfw/oxfw.h         |  1 +
 4 files changed, 74 insertions(+), 54 deletions(-)