Skip to content

Commit 35efa5c

Browse files
takaswietiwai
authored andcommitted
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 <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 47faeea commit 35efa5c

File tree

4 files changed

+506
-2
lines changed

4 files changed

+506
-2
lines changed

sound/firewire/tascam/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam.o
1+
snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \
2+
tascam.o
23
obj-$(CONFIG_SND_FIREWIRE_TASCAM) += snd-firewire-tascam.o

0 commit comments

Comments
 (0)