aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/tascam/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2015-10-01 22:02:15 +0900
committerTakashi Iwai <tiwai@suse.de>2015-10-02 18:17:02 +0200
commit35efa5c489de63a9bdbb7ea4e66dcfadcca951b4 (patch)
treea98efe040828fd558c58dd2ad9e4c61d19878013 /sound/firewire/tascam/Makefile
parentALSA: firewire-tascam: add data block processing layer (diff)
downloadlinux-dev-35efa5c489de63a9bdbb7ea4e66dcfadcca951b4.tar.xz
linux-dev-35efa5c489de63a9bdbb7ea4e66dcfadcca951b4.zip
ALSA: firewire-tascam: add streaming functionality
This commit adds streaming functionality for both direction. To utilize the sequence of the number of data blocks in packets, full duplex with synchronization is applied. Besides, TASCAM FireWire series allows drivers to decide which PCM data channels are enabled. For convenience, this driver always enable whole the data channels. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/tascam/Makefile')
-rw-r--r--sound/firewire/tascam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/firewire/tascam/Makefile b/sound/firewire/tascam/Makefile
index d06c737ae261..0a1c38732805 100644
--- a/sound/firewire/tascam/Makefile
+++ b/sound/firewire/tascam/Makefile
@@ -1,2 +1,3 @@
-snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam.o
+snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \
+ tascam.o
obj-$(CONFIG_SND_FIREWIRE_TASCAM) += snd-firewire-tascam.o