]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: fix data block counter for incoming packet without CIP header
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 24 May 2019 09:03:39 +0000 (18:03 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 May 2019 09:18:01 +0000 (11:18 +0200)
commit6b09656a947993bce5fd24db5536b9081c47b2f5
treeb619bef30ffcd0d353c4ee66cedf55e589e186f7
parente1252bf799f22ee6470c8a9cd07ebe589a29b88f
ALSA: firewire-lib: fix data block counter for incoming packet without CIP header

The value of data block counter is not calculated for incoming packet
without CIP header. This commit fixes the bug.

Fixes: bc8b8816b3a7 ("ALSA: firewire-lib: unify packet handler for IR context")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c