ALSA: firewire-lib: code refactoring to queueing packets
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 23 May 2019 15:14:39 +0000 (00:14 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 24 May 2019 07:05:16 +0000 (09:05 +0200)
commit6007bf5460cc3b6c63feed5084047b9cc2517eb0
treed815b844b22d45b51134885b77e24e5716274feb
parent16be458993be75ca255cee176df47955608b4df8
ALSA: firewire-lib: code refactoring to queueing packets

This commit is a preparation to queue IT packet with header. To enable
packet handler to fill the header, this commit uses kernel stack for
data structure of packet parameter in several part of this file.

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