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