]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: firewire-motu: fix destruction of data for isochronous resources
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 1 Jun 2019 03:08:01 +0000 (12:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2019 06:00:01 +0000 (08:00 +0200)
commitd3a341b4e675ca38d204e2c1b0e53dd46fc10ea3
treea8f277dd40da7891fcbae35d5de3960194bbe9fc
parentff9a9f2425d6a8ed1122471863cb3ff3633a9e83
ALSA: firewire-motu: fix destruction of data for isochronous resources

commit 0e3fb6995bfabb23c172e8b883bf5ac57102678e upstream.

The data for isochronous resources is not destroyed in expected place.
This commit fixes the bug.

Cc: <stable@vger.kernel.org> # v4.12+
Fixes: 9b2bb4f2f4a2 ("ALSA: firewire-motu: add stream management functionality")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/firewire/motu/motu-stream.c