Skip to content

Commit

Permalink
ALSA: firewire-tascam: add streaming functionality
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Sakamoto authored and Takashi Iwai committed Oct 2, 2015
1 parent 47faeea commit 35efa5c
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sound/firewire/tascam/Makefile
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 35efa5c

Please sign in to comment.