ALSA: firewire-motu: fix destruction of data for isochronous resources
commit0e3fb6995bupstream. The data for isochronous resources is not destroyed in expected place. This commit fixes the bug. Cc: <stable@vger.kernel.org> # v4.12+ Fixes:9b2bb4f2f4("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>
This commit is contained in:
parent
786b1b40df
commit
88fe030760
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ static void destroy_stream(struct snd_motu *motu,
|
|||
}
|
||||
|
||||
amdtp_stream_destroy(stream);
|
||||
fw_iso_resources_free(resources);
|
||||
fw_iso_resources_destroy(resources);
|
||||
}
|
||||
|
||||
int snd_motu_stream_init_duplex(struct snd_motu *motu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue