diff options
author | Daniel Mack <zonque@gmail.com> | 2011-09-12 20:54:11 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-09-14 19:07:01 +0400 |
commit | 358e2bd4a97780f5522e1666c8188a3a60a0d03c (patch) | |
tree | 00bdfc56a6e0d74483af56c8a7a65bf23b67aedf /sound/usb | |
parent | 00137425fe5892e6e531ffee6bf5f108d823b70f (diff) | |
download | linux-358e2bd4a97780f5522e1666c8188a3a60a0d03c.tar.xz |
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 @@ # 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 |