]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Mar 2017 12:30:27 +0000 (21:30 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Mar 2017 10:34:11 +0000 (12:34 +0200)
commit2128f78f75a36a34dfef0e127273c2f820c5c904
tree29e9adc94f258755927bebdf298fd6da3f8eed3c
parent949613e366ed436a7639722b0ab6ed66a0199ae9
ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format

In IEC 61883-1, when two quadlets CIP header is used, the most significant
bit in second CIP header stands. However, packets from units with MOTU
protocol version 3 have a quirk without this flag. Current packet streaming
layer handles this as protocol error.

This commit adds a new enumeration constant for this quirk, to handle MOTU
protocol version 3.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c
sound/firewire/amdtp-stream.h