ALSA: firewire-lib: cancel flushing isoc context in the laste step to process context...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 18 Oct 2019 06:19:09 +0000 (15:19 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 19 Oct 2019 07:18:25 +0000 (09:18 +0200)
commit813dfbd6845e5366f2dbef190a695f8b06c1d83d
treee01fe2f7c1e1e049a0ba692157ad24baad618438
parente6dcc92fcea07f23c13996b7bb6a2a32ed4c6ed5
ALSA: firewire-lib: cancel flushing isoc context in the laste step to process context callback

The aim of AMDTP domain is to process several isoc context in the same
time. However, current implementation is against this idea because it
flushes each isoc context in the end of processing context callback.

This commit cancels it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20191018061911.24909-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c