diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-09-30 02:39:18 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-09-30 15:34:55 +0200 |
commit | 3a2a17974eef10766ffbd7d3e9f5191fbb3c9f33 (patch) | |
tree | d1e56b7af5ee295e68b9ff89b99b9491df4bc20f /sound/firewire/digi00x/Makefile | |
parent | ALSA: firewire-digi00x: add data block processing layer (diff) | |
download | linux-3a2a17974eef10766ffbd7d3e9f5191fbb3c9f33.tar.xz linux-3a2a17974eef10766ffbd7d3e9f5191fbb3c9f33.zip |
ALSA: firewire-digi00x: add stream functionality
This commit adds a functionality to manage streaming.
The streaming is not controlled by CMP in IEC 61883-6. It's controlled by
IEEE 1394 write transaction to certain addresses.
Several clock sources are available, while there're no differences about
packet transmission. The value of SYT field in transmitted packets is
always zero. Thus, streams in both direction don't build synchronization.
And the device always requires received packets to transmit packets. This
driver keeps to transfer outgoing stream even if they're not required.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/digi00x/Makefile')
-rw-r--r-- | sound/firewire/digi00x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile index 87c4cfd2e8b0..32d8ebe7ce6b 100644 --- a/sound/firewire/digi00x/Makefile +++ b/sound/firewire/digi00x/Makefile @@ -1,2 +1,2 @@ -snd-firewire-digi00x-objs := amdtp-dot.o digi00x.o +snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x.o obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += snd-firewire-digi00x.o |