ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduled
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 29 Aug 2019 14:38:08 +0000 (23:38 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 29 Aug 2019 15:00:45 +0000 (17:00 +0200)
commitf155e79ab516c9ed2adb2f337fb4ff58b7474428
treed548a32aa19f7d8f6b6bef1b5f22022defccaf24
parent6e26d193d15029a65e0904ad85d6d8634817c3a6
ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduled

When introducing the list of packet descriptor, for rx packet, the
calculation of scheduled isoc cycle is omitted. This commit fixes the
bug.

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