[alsa-devel] [PATCH 00/15 v4] ALSA: Enhancement for existed FireWire drivers

Takashi Sakamoto o-takashi at sakamocchi.jp
Sun Dec 7 14:18:53 CET 2014


This patchset is the rest of patches to enable ALSA Dice driver to handle
more models and to improve OXFW driver. This patchset is for linux-next
branch.


== Updates from my previous post:

[alsa-devel] [PATCH 00/30 v3] ALSA: Enhancement for existed FireWire drivers
http://mailman.alsa-project.org/pipermail/alsa-devel/2014-November/084791.html

 - move mutex operations to a condition in pcm.hw_params (dice/oxfw)
 - fix naming regression (oxfw)


== Supplemental patch for userspace library

This patchset adds Hwdep functionality for OXFW driver, thus userspace
library needs a patch for entries of snd_hwdep_iface_t. Please apply
below patch.

[alsa-devel] [PATCH alsa-lib] hwdep: add OXFW driver support
http://mailman.alsa-project.org/pipermail/alsa-devel/2014-November/084824.html


Takashi Sakamoto (15):
  ALSA: dice: Change the way to start stream
  ALSA: dice: Add support for duplex streams with synchronization
  ALSA: dice: Support for non SYT-Match sampling clock source mode
  ALSA: dice: Add support for capturing PCM samples
  ALSA: dice: Add support for MIDI capture/playback
  ALSA: oxfw: Change the way to name card
  ALSA: oxfw: Add support for AV/C stream format command to get/set
    supported stream formation
  ALSA: oxfw: Change the way to make PCM rules/constraints
  ALSA: oxfw: Add proc interface for debugging purpose
  ALSA: oxfw: Change the way to start stream
  ALSA: oxfw: Add support for Behringer/Mackie devices
  ALSA: oxfw: Add support AMDTP in-stream
  ALSA: oxfw: add support for capturing PCM samples
  ALSA: oxfw: Add support for capture/playback MIDI messages
  ALSA: oxfw: Add hwdep interface

 include/uapi/sound/asound.h            |   3 +-
 include/uapi/sound/firewire.h          |   3 +-
 sound/firewire/Kconfig                 |  10 +-
 sound/firewire/dice/Makefile           |   4 +-
 sound/firewire/dice/dice-midi.c        | 194 ++++++++++
 sound/firewire/dice/dice-pcm.c         | 252 +++++++++----
 sound/firewire/dice/dice-stream.c      | 332 ++++++++++++----
 sound/firewire/dice/dice-transaction.c |   5 -
 sound/firewire/dice/dice.c             |  37 +-
 sound/firewire/dice/dice.h             |  33 +-
 sound/firewire/oxfw/Makefile           |   3 +-
 sound/firewire/oxfw/oxfw-command.c     | 153 ++++++++
 sound/firewire/oxfw/oxfw-hwdep.c       | 190 ++++++++++
 sound/firewire/oxfw/oxfw-midi.c        | 207 ++++++++++
 sound/firewire/oxfw/oxfw-pcm.c         | 425 +++++++++++++++------
 sound/firewire/oxfw/oxfw-proc.c        | 113 ++++++
 sound/firewire/oxfw/oxfw-stream.c      | 667 +++++++++++++++++++++++++++++++--
 sound/firewire/oxfw/oxfw.c             | 181 +++++++--
 sound/firewire/oxfw/oxfw.h             | 104 ++++-
 19 files changed, 2539 insertions(+), 377 deletions(-)
 create mode 100644 sound/firewire/dice/dice-midi.c
 create mode 100644 sound/firewire/oxfw/oxfw-command.c
 create mode 100644 sound/firewire/oxfw/oxfw-hwdep.c
 create mode 100644 sound/firewire/oxfw/oxfw-midi.c
 create mode 100644 sound/firewire/oxfw/oxfw-proc.c

-- 
2.1.0



More information about the Alsa-devel mailing list