]> git.alsa-project.org Git - alsa-lib.git/commit
seq: return back old snd_seq_drain_output behaviour for -EAGAIN
authorJaroslav Kysela <perex@perex.cz>
Tue, 13 Jan 2026 07:09:47 +0000 (08:09 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Jan 2026 07:09:47 +0000 (08:09 +0100)
commit805464c7bd40a14e1f0e8ab8339d5cf5a2398d91
tree65b16c052aeaf4bc970daf7ecf63b836244a6f9d
parent63a981865a1c7d9501ae556e28ae3bb53d015b61
seq: return back old snd_seq_drain_output behaviour for -EAGAIN

It seems that many applications did not follow the documentation
including pyalsa sequencer module, thus return the previous
behaviour and correct documentation.

Closes: https://github.com/alsa-project/alsa-lib/issues/493
Fixes: b97a11ec ("seq: fix snd_seq_drain_output return value for partial drain")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/seq/seq.c