mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
5955815e71
This commit adds data block processing layer for AM824 format. The new layer initializes streaming layer with its value for fmt field. Currently, most implementation of data block processing still remains streaming layer. In later commits, these codes will be moved to the layer. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 lines
463 B
Makefile
14 lines
463 B
Makefile
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
fcp.o cmp.o amdtp-stream.o amdtp-am824.o
|
|
snd-oxfw-objs := oxfw.o
|
|
snd-isight-objs := isight.o
|
|
snd-scs1x-objs := scs1x.o
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
|
obj-$(CONFIG_SND_DICE) += dice/
|
|
obj-$(CONFIG_SND_OXFW) += oxfw/
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|