]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireworks: fix asymmetric API call at unit removal
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 3 Jan 2017 02:58:32 +0000 (11:58 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Jan 2017 10:36:13 +0000 (11:36 +0100)
commitfba53e2804cc90540d2c545fee29bf74ff53c9a3
tree81ef0617c3dbd999f487d03c085c487d6d95dfea
parenta780c2d5637d959a6133b349d5166a4148a42da3
ALSA: fireworks: fix asymmetric API call at unit removal

ALSA fireworks driver has a bug not to call an API to destroy
'cmp_connection' structure for input direction. Currently this causes no
issues because it just destroys 'mutex' structure, while it's better to
fix it for future work.

Fix: 5536dcfec05d ("ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtime")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireworks/fireworks_stream.c