Skip to content

Commit

Permalink
ALSA: snd-usb: re-order the Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Sep 14, 2011
1 parent 0013742 commit 358e2bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 358e2bd

Please sign in to comment.