]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: firewire-lib: set streaming error outside of packetization
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 22 May 2015 14:00:53 +0000 (23:00 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sat, 23 May 2015 07:13:20 +0000 (09:13 +0200)
commita4103bd7fdd59548580bdbc8e995ef9621ef670e
tree5721ec50125f4e1c2d7848b983a2fc328324752b
parent6fc6b9ce41c6e6ee123f0da5d3bfd7b628be2bd0
ALSA: firewire-lib: set streaming error outside of packetization

In previous commit, error handling for incoming packet processing is
outside of packetization. This is nice for reading the codes.

This commit applies this idea for outgoing packet processing, too.

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