diff options
author | Daniel Mack <zonque@gmail.com> | 2011-09-12 12:54:11 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-09-14 11:07:01 -0400 |
commit | 358e2bd4a97780f5522e1666c8188a3a60a0d03c (patch) | |
tree | 00bdfc56a6e0d74483af56c8a7a65bf23b67aedf /sound/usb | |
parent | 00137425fe5892e6e531ffee6bf5f108d823b70f (diff) |
ALSA: snd-usb: re-order the Makefile
Sort its entries in alphabetical order.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile index cf9ed66445fa..083501e78f34 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile | |||
@@ -3,16 +3,16 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | snd-usb-audio-objs := card.o \ | 5 | snd-usb-audio-objs := card.o \ |
6 | clock.o \ | ||
7 | endpoint.o \ | ||
8 | format.o \ | ||
9 | helper.o \ | ||
6 | mixer.o \ | 10 | mixer.o \ |
7 | mixer_quirks.o \ | 11 | mixer_quirks.o \ |
12 | pcm.o \ | ||
8 | proc.o \ | 13 | proc.o \ |
9 | quirks.o \ | 14 | quirks.o \ |
10 | format.o \ | 15 | urb.o |
11 | endpoint.o \ | ||
12 | urb.o \ | ||
13 | pcm.o \ | ||
14 | helper.o \ | ||
15 | clock.o | ||
16 | 16 | ||
17 | snd-usbmidi-lib-objs := midi.o | 17 | snd-usbmidi-lib-objs := midi.o |
18 | 18 | ||