]> exis.tech > repos - linux.git/commit
ALSA: seq: Don't re-bounce the error event
authorTakashi Iwai <tiwai@suse.de>
Fri, 12 Jun 2026 11:33:45 +0000 (13:33 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Jun 2026 15:30:08 +0000 (17:30 +0200)
commit9420958c51514e02bc5af5c710990766ec244856
tree3d98d1eb2c40ffc43b5caae27697c19b920c96e6
parent0ec17ee704615125c0b6e100c38129393a346bcc
ALSA: seq: Don't re-bounce the error event

The error bouncing may fail again, and we have no check for
re-bouncing.  For avoiding the loop, add the event type check at
bouncing, and stop re-bouncing if it's already a bounce error.

Link: https://patch.msgid.link/20260612113350.407465-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c