]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: seq: oss: Fix running status after receiving sysex
authorTakashi Iwai <tiwai@suse.de>
Mon, 16 Mar 2020 09:05:06 +0000 (10:05 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Mar 2020 09:06:40 +0000 (10:06 +0100)
commit6c3171ef76a0bad892050f6959a7eac02fb16df7
tree0b1b6116b39e07a7f447cf5dcfdd9f7a6d771e0f
parent4384f167ce5fa7241b61bb0984d651bc528ddebe
ALSA: seq: oss: Fix running status after receiving sysex

This is a similar bug like the previous case for virmidi: the invalid
running status is kept after receiving a sysex message.

Again the fix is to clear the running status after handling the sysex.

Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/3b4a4e0f232b7afbaf0a843f63d0e538e3029bfd.camel@domdv.de
Link: https://lore.kernel.org/r/20200316090506.23966-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_midi.c