ALSA: seq: Skip event type filtering for UMP events
authorTakashi Iwai <tiwai@suse.de>
Mon, 19 Aug 2024 08:41:53 +0000 (10:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Aug 2024 08:43:58 +0000 (10:43 +0200)
commit32108c22ac619c32dd6db594319e259b63bfb387
tree56ca49e7e37b83988ae46bee4bb36a49990bba93
parent56314c0d78d6f5a60c8804c517167991a879e14a
ALSA: seq: Skip event type filtering for UMP events

UMP events don't use the event type field, hence it's invalid to apply
the filter, which may drop the events unexpectedly.
Skip the event filtering for UMP events, instead.

Fixes: 46397622a3fa ("ALSA: seq: Add UMP support")
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20240819084156.10286-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c