2011-03-15 14:53:21 +08:00
|
|
|
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
2015-09-19 10:21:54 +08:00
|
|
|
fcp.o cmp.o amdtp-stream.o
|
2014-11-28 23:59:25 +08:00
|
|
|
snd-oxfw-objs := oxfw.o
|
2011-05-11 16:44:51 +08:00
|
|
|
snd-isight-objs := isight.o
|
2012-05-26 17:43:19 +08:00
|
|
|
snd-scs1x-objs := scs1x.o
|
2011-03-15 14:53:21 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
2014-11-28 23:59:12 +08:00
|
|
|
obj-$(CONFIG_SND_DICE) += dice/
|
2014-11-28 23:59:26 +08:00
|
|
|
obj-$(CONFIG_SND_OXFW) += oxfw/
|
2011-05-11 16:44:51 +08:00
|
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
2012-05-26 17:43:19 +08:00
|
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
2014-04-25 21:45:00 +08:00
|
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
2014-04-25 21:45:14 +08:00
|
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|