From: Daniel Mack <zonque@gmail.com>
To: alsa-devel@alsa-project.org
Cc: gdiffey@gmail.com, tiwai@suse.de, clemens@ladisch.de,
linuxaudio@showlabor.de, Daniel Mack <zonque@gmail.com>,
blablack@gmail.com
Subject: [PATCH 0/5] snd-usb endpoint rework, take 4
Date: Tue, 20 Dec 2011 10:48:35 +0100 [thread overview]
Message-ID: <1324374520-32332-1-git-send-email-zonque@gmail.com> (raw)
As stated in reply to my previous series, the last version caused deadlocks
when quickly starting and stopping the PCM streams. These should finally be
fixed now. Tested with both the FTU and a sync-endpoint driven device.
Please check and report :)
Daniel
Daniel Mack (5):
ALSA: snd-usb: add snd_usb_audio-wide mutex
ALSA: snd-usb: implement new endpoint streaming model
ALSA: snd-usb: switch over to new endpoint streaming logic
ALSA: snd-usb: remove old streaming logic
ALSA: snd-usb: add support for implicit feedback
sound/usb/card.c | 10 +-
sound/usb/card.h | 63 +++
sound/usb/endpoint.c | 1458 ++++++++++++++++++++++++++------------------------
sound/usb/endpoint.h | 32 +-
sound/usb/pcm.c | 435 +++++++++++++---
sound/usb/stream.c | 31 +-
sound/usb/usbaudio.h | 2 +
7 files changed, 1229 insertions(+), 802 deletions(-)
--
1.7.5.4
next reply other threads:[~2011-12-20 9:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 9:48 Daniel Mack [this message]
2011-12-20 9:48 ` [PATCH 1/5] ALSA: snd-usb: add snd_usb_audio-wide mutex Daniel Mack
2011-12-20 9:48 ` [PATCH 2/5] ALSA: snd-usb: implement new endpoint streaming model Daniel Mack
2011-12-20 15:08 ` Takashi Iwai
2011-12-20 15:32 ` Clemens Ladisch
2011-12-20 20:16 ` Daniel Mack
2011-12-20 15:42 ` Takashi Iwai
2011-12-20 20:08 ` Daniel Mack
2011-12-20 9:48 ` [PATCH 3/5] ALSA: snd-usb: switch over to new endpoint streaming logic Daniel Mack
2011-12-20 9:48 ` [PATCH 4/5] ALSA: snd-usb: remove old " Daniel Mack
2011-12-20 9:48 ` [PATCH 5/5] ALSA: snd-usb: add support for implicit feedback Daniel Mack
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=1324374520-32332-1-git-send-email-zonque@gmail.com \
--to=zonque@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=blablack@gmail.com \
--cc=clemens@ladisch.de \
--cc=gdiffey@gmail.com \
--cc=linuxaudio@showlabor.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).