ALSA: seq: Allow system notification in atomic
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Jan 2025 15:59:40 +0000 (16:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 12 Jan 2025 12:12:21 +0000 (13:12 +0100)
commit10a29de13bbc7ca92ae85184cf2f966c4ce3b69b
tree2c8e62684c4a57c112107cc34fa761e6d312adf6
parentaca565359596c5998cab1cc72f61aa83b3ccd152
ALSA: seq: Allow system notification in atomic

Currently the system notification helper assumes only the non-atomic
delivery.  For allowing an event delivery in non-atomic context, add
the atomic flag to the helper function.

This is a preliminary change for the support of UMP EP/FB
notification.

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