aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/motu/Makefile
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-03-22 21:30:20 +0900
committerTakashi Iwai <tiwai@suse.de>2017-03-28 12:33:34 +0200
commit9b2bb4f2f4a213a768a84fa25c14be54844f5bb6 (patch)
treee21d07ea7d4fce43739fd0236b95e41f9e962330 /sound/firewire/motu/Makefile
parentALSA: firewire-motu: handle transactions specific for MOTU FireWire models (diff)
downloadlinux-dev-9b2bb4f2f4a213a768a84fa25c14be54844f5bb6.tar.xz
linux-dev-9b2bb4f2f4a213a768a84fa25c14be54844f5bb6.zip
ALSA: firewire-motu: add stream management functionality
This commit adds a functionality to manage packet streaming for MOTU FireWire series. The streaming is not controlled by CMP, thus against IEC 61883-1. Write transaction to certain addresses start/stop packet streaming. Transactions to 0x'ffff'f000'0b00 results in isochronous channel number for both directions and starting/stopping transmission of packets. The isochronous channel number is represented in 6 bit field, thus units can identify the channels up to 64, as IEEE 1394 bus specification described. Transactions to 0x'ffff'f000'0b10 results in packet format for both directions and transmission speed. When each of data block includes fixed part of data chunks only, corresponding flags stand. When bus reset occurs, the units continue to transmit packets with non-contiguous data block counter. This causes discontinuity detection in packet streaming engine and ALSA PCM applications receives EPIPE from any I/O operation. In this case, typical applications manage to recover corresponding PCM substream. This behaviour is kicked much earlier than callback of bus reset handler by Linux FireWire subsystem, therefore status of packet streaming is not changed in the handler. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/Makefile')
-rw-r--r--sound/firewire/motu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/motu/Makefile b/sound/firewire/motu/Makefile
index 03b07694df66..504a4f9dea6d 100644
--- a/sound/firewire/motu/Makefile
+++ b/sound/firewire/motu/Makefile
@@ -1,2 +1,2 @@
-snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o
+snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o
obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o