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