2011-03-15 06:53:21 +00:00
|
|
|
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
|
|
fcp.o cmp.o amdtp.o
|
2011-09-04 20:04:49 +00:00
|
|
|
snd-dice-objs := dice.o
|
2011-03-15 06:53:21 +00:00
|
|
|
snd-firewire-speakers-objs := speakers.o
|
2011-05-11 08:44:51 +00:00
|
|
|
snd-isight-objs := isight.o
|
2012-05-26 09:43:19 +00:00
|
|
|
snd-scs1x-objs := scs1x.o
|
2011-03-15 06:53:21 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
2011-09-04 20:04:49 +00:00
|
|
|
obj-$(CONFIG_SND_DICE) += snd-dice.o
|
2011-03-15 06:53:21 +00:00
|
|
|
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
|
2011-05-11 08:44:51 +00:00
|
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
2012-05-26 09:43:19 +00:00
|
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
2014-04-25 13:45:00 +00:00
|
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
2014-04-25 13:45:14 +00:00
|
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|