From: Daniel Mack <zonque@gmail.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, clemens@ladisch.de, Daniel Mack <zonque@gmail.com>
Subject: [PATCH 0/4] Cleanups for snd-usb-audio
Date: Mon, 12 Sep 2011 18:54:09 +0200 [thread overview]
Message-ID: <1315846453-5036-1-git-send-email-zonque@gmail.com> (raw)
Hi,
I prepared a subset of my work on the generic USB audio driver that
doesn't actually change any logic but just moves around major chunks
of code. Can we get this merged as preparation for the more intrusive
parts that follow?
Thanks,
Daniel
Daniel Mack (4):
USB: Add endpoint usage definitions to ch9.h
ALSA: snd-usb: re-order the Makefile
ALSA: snd-usb: re-order code
ALSA: snd-usb: move code from urb.c to endpoint.c
include/linux/usb/ch9.h | 17 +-
sound/usb/Makefile | 12 +-
sound/usb/card.c | 4 +-
sound/usb/endpoint.c | 1185 +++++++++++++++++++++++++++++++++--------------
sound/usb/endpoint.h | 20 +-
sound/usb/pcm.c | 2 +-
sound/usb/quirks.c | 7 +-
sound/usb/stream.c | 452 ++++++++++++++++++
sound/usb/stream.h | 12 +
sound/usb/urb.c | 941 -------------------------------------
sound/usb/urb.h | 21 -
11 files changed, 1341 insertions(+), 1332 deletions(-)
create mode 100644 sound/usb/stream.c
create mode 100644 sound/usb/stream.h
delete mode 100644 sound/usb/urb.c
delete mode 100644 sound/usb/urb.h
--
1.7.5.4
next reply other threads:[~2011-09-12 16:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-12 16:54 Daniel Mack [this message]
2011-09-12 16:54 ` [PATCH 1/4] USB: Add endpoint usage definitions to ch9.h Daniel Mack
2011-09-12 17:13 ` Daniel Mack
2011-09-14 12:54 ` Greg KH
2011-09-12 16:54 ` [PATCH 2/4] ALSA: snd-usb: re-order the Makefile Daniel Mack
2011-09-12 16:54 ` [PATCH 3/4] ALSA: snd-usb: re-order code Daniel Mack
2011-09-12 16:54 ` [PATCH 4/4] ALSA: snd-usb: move code from urb.c to endpoint.c Daniel Mack
2011-09-14 9:44 ` Takashi Iwai
2011-09-14 10:45 ` Daniel Mack
2011-09-14 10:46 ` Daniel Mack
2011-09-14 11:42 ` Takashi Iwai
2011-09-12 17:02 ` [PATCH 0/4] Cleanups for snd-usb-audio Clemens Ladisch
2011-09-14 8:27 ` Daniel Mack
2011-09-14 8:28 ` Takashi Iwai
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=1315846453-5036-1-git-send-email-zonque@gmail.com \
--to=zonque@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=clemens@ladisch.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.