Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193214
b: refs/heads/master
c: e577999
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Mar 5, 2010
1 parent a2d4722 commit e476ac2
Show file tree
Hide file tree
Showing 28 changed files with 4,412 additions and 4,096 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e1aebef6fb55e35668d2d7cf608cf03f30c904f
refs/heads/master: e5779998bf8b70e48a6cc208c8b61b33bd6117ea
13 changes: 11 additions & 2 deletions trunk/sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
# Makefile for ALSA
#

snd-usb-audio-objs := usbaudio.o usbmixer.o
snd-usbmidi-lib-objs := usbmidi.o
snd-usb-audio-objs := card.o \
usbmixer.o \
proc.o \
quirks.o \
format.o \
endpoint.o \
urb.o \
pcm.o \
helper.o

snd-usbmidi-lib-objs := midi.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o snd-usbmidi-lib.o
Expand Down
Loading

0 comments on commit e476ac2

Please sign in to comment.