From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 00/30 v3] ALSA: Enhancement for existed FireWire drivers Date: Sat, 29 Nov 2014 20:35:22 +0100 Message-ID: References: <1417190379-4172-1-git-send-email-o-takashi@sakamocchi.jp> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 645BB260412 for ; Sat, 29 Nov 2014 20:35:24 +0100 (CET) In-Reply-To: <1417190379-4172-1-git-send-email-o-takashi@sakamocchi.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Sakamoto Cc: ffado-devel@lists.sourceforge.net, alsa-devel@alsa-project.org, clemens@ladisch.de List-Id: alsa-devel@alsa-project.org At Sat, 29 Nov 2014 00:59:09 +0900, Takashi Sakamoto wrote: > > This patchset is to enable ALSA Dice driver to handle more models, to > improve ALSA firewire-speakers driver as OXFW driver. This patchset is > for linux-next branch. > > == Updates from my previous post: > > [alsa-devel] [PATCH 00/29 v2] ALSA: Enhancement for existed FireWire drivers > http://mailman.alsa-project.org/pipermail/alsa-devel/2014-October/082844.html > > - Add a patch to fix some minor bugs (dice) > - Improve handling config-rom strings for loud models (oxfw) > - Fix a bug of mutual exclusive lock for AMDTP streams (oxfw) > - Obsolete atomic_t for reference counters (dice/oxfw) For ease of further development, I merged a part of this big patch series, the ones doing merely code shuffling or some obvious things. Namely, the dice changes below: > ALSA: dice: suppress checkpatch.pl warnings > ALSA: dice: Rename structure and its members > ALSA: dice: Move file to its own directory > ALSA: dice: Split transaction functionality into a file > ALSA: dice: Split stream functionality into a file > ALSA: dice: Split PCM functionality into a file > ALSA: dice: Split hwdep functionality into a file > ALSA: dice: Split proc interface into a file > ALSA: dice: Add new functions for constraints of PCM parameters > ALSA: dice: remove experimental state ... and oxfw changes below... > ALSA: speakers: Rename to oxfw and rename some members > ALSA: oxfw: Move to its own directory > ALSA: oxfw: Split stream functionality to a new file and add a header > file > ALSA: oxfw: Split PCM functionality to a new file > ALSA: oxfw: Split control functionality to a new file ... are merged now. And the rest: > 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 ... about these, I'd like to receive more reviews and/or test reports. thanks, Takashi