ALSA: firewire-tascam: code refactoring for registration of isochronous channels
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 2 Jun 2019 07:12:45 +0000 (16:12 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Jun 2019 09:36:17 +0000 (11:36 +0200)
commit2ef0b7cf161ccbdcce907e5b1bb9df4c0f6941e8
tree76cc331c47624f9a26a21090257978da6e25efc0
parentd670d44582841cdd17a6d73f6d57027f14b31302
ALSA: firewire-tascam: code refactoring for registration of isochronous channels

This commit is a part of preparation to perform allocation/release
of isochronous channels in pcm.hw_params/hw_free callbacks.

The registration of isochronous channels is done just after allocation
of isochronous resources. This commit separates the registration just
before starting packet streaming.

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