blob: d71ed8935f76603e9a75217d2f34763a3ca03f82 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
2 fcp.o cmp.o amdtp.o
3snd-firewire-speakers-objs := speakers.o
4snd-isight-objs := isight.o
5
6obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
7obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
8obj-$(CONFIG_SND_ISIGHT) += snd-isight.o