From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: clemens@ladisch.de, tiwai@suse.de
Cc: alsa-devel@alsa-project.org, stefanr@s5r6.in-berlin.de,
ffado-devel@lists.sf.net
Subject: Re: [PATCH 0/4] ALSA: dice: enable to handle several streams
Date: Wed, 9 Mar 2016 22:15:03 +0900 [thread overview]
Message-ID: <56E021D7.9020909@sakamocchi.jp> (raw)
In-Reply-To: <1457357745-24756-1-git-send-email-o-takashi@sakamocchi.jp>
Hi,
On mar 7 2016 22:35, Takashi Sakamoto wrote:
> Hi,
>
> This patchset updates my previous RFT, and goes for merging.
> [alsa-devel] [RFT][PATCH 0/4] ALSA: dice: enabled to handle several streams
> http://mailman.alsa-project.org/pipermail/alsa-devel/2016-March/105387.html
>
> For the previous one, Stefan Richter worked as a tester with his devices
> (Focusrite Saffire Pro 24 and 40), while current patchset includes changes
> related to userspace interface. Therefore, I don't add Tested-by.
>
>
> In previous one, ALSA dice driver uses subdevice for userspace to access
> any PCM substreams. On the other hand, the design of PCM subdevice leaves
> a bit cumbersome for userspace to handle several subdevices simultaneously
> in one process. These PCM substreams on a batch of AMDTP streams and it's
> better for ALSA dice driver to enable one process to handle them with
> simpler way.
>
> Based on this concept, this patchset adds PCM character devices, instead of
> PCM subdevice. Thus, userspace applications can utilize PCM substreams via
> individual PCM character devices. In configuration space of alsa-lib, via
> 'hw:0,0' and 'hw:0,1' if available, like:
>
> $ arecord -l
> ...
> card 1: Pro26000f5a [Pro26-000f5a], device 0: DICE [Pro26-000f5a]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
> card 1: Pro26000f5a [Pro26-000f5a], device 1: DICE [Pro26-000f5a]
> Subdevices: 1/1
> Subdevice #0: subdevice #0
>
>
> For the other parts, there's no code changes. Therefore, Stefan's result
> still has meanings.
>
> Changes:
> * Add additional PCM character device instead of PCM subdevice
> * Correct string entries to force-pcm
> * Improve comments
>
> Takashi Sakamoto (4):
> ALSA: dice: have two sets of isochronous resources/streams
> ALSA: dice: handle whole available isochronous streams
> ALSA: dice: handle several PCM substreams when any isochronous streams
> are available
> ALSA: dice: force to add two pcm devices for listed models
>
> sound/firewire/dice/dice-midi.c | 8 +-
> sound/firewire/dice/dice-pcm.c | 147 +++++++++-----
> sound/firewire/dice/dice-stream.c | 398 ++++++++++++++++++++++++--------------
> sound/firewire/dice/dice.c | 41 ++++
> sound/firewire/dice/dice.h | 33 +++-
> 5 files changed, 424 insertions(+), 203 deletions(-)
I strongly request to merge this patchset to linux-next for 4.6 kernel.
For already supported models, this patchset basically adds no changes
except for actual codes. Therefore few possibilities of regressions.
Regards
Takashi Sakamoto
next prev parent reply other threads:[~2016-03-09 13:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 13:35 [PATCH 0/4] ALSA: dice: enable to handle several streams Takashi Sakamoto
2016-03-07 13:35 ` [PATCH 1/4] ALSA: dice: have two sets of isochronous resources/streams Takashi Sakamoto
2016-03-07 13:35 ` [PATCH 2/4] ALSA: dice: handle whole available isochronous streams Takashi Sakamoto
2016-03-09 15:29 ` Takashi Iwai
2016-03-07 13:35 ` [PATCH 3/4] ALSA: dice: handle several PCM substreams when any isochronous streams are available Takashi Sakamoto
2016-03-07 13:35 ` [PATCH 4/4] ALSA: dice: force to add two pcm devices for listed models Takashi Sakamoto
2016-03-09 13:15 ` Takashi Sakamoto [this message]
2016-03-09 15:27 ` [PATCH 0/4] ALSA: dice: enable to handle several streams Takashi Iwai
2016-03-09 22:00 ` Stefan Richter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56E021D7.9020909@sakamocchi.jp \
--to=o-takashi@sakamocchi.jp \
--cc=alsa-devel@alsa-project.org \
--cc=clemens@ladisch.de \
--cc=ffado-devel@lists.sf.net \
--cc=stefanr@s5r6.in-berlin.de \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.