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