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 2/4] ALSA: snd-usb: re-order the Makefile
Date: Mon, 12 Sep 2011 18:54:11 +0200 [thread overview]
Message-ID: <1315846453-5036-3-git-send-email-zonque@gmail.com> (raw)
In-Reply-To: <1315846453-5036-1-git-send-email-zonque@gmail.com>
Sort its entries in alphabetical order.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Clemens Ladisch <clemens@ladisch.de>
---
sound/usb/Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sound/usb/Makefile b/sound/usb/Makefile
index cf9ed66..083501e 100644
--- a/sound/usb/Makefile
+++ b/sound/usb/Makefile
@@ -3,16 +3,16 @@
#
snd-usb-audio-objs := card.o \
+ clock.o \
+ endpoint.o \
+ format.o \
+ helper.o \
mixer.o \
mixer_quirks.o \
+ pcm.o \
proc.o \
quirks.o \
- format.o \
- endpoint.o \
- urb.o \
- pcm.o \
- helper.o \
- clock.o
+ urb.o
snd-usbmidi-lib-objs := midi.o
--
1.7.5.4
next prev parent 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 [PATCH 0/4] Cleanups for snd-usb-audio Daniel Mack
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 ` Daniel Mack [this message]
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-3-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.