]> git.alsa-project.org Git - alsa-lib.git/commit
ALSA: seq: Add missing UMP EP cap bit at snd_seq_create_ump_endpoint()
authorTakashi Iwai <tiwai@suse.de>
Tue, 1 Apr 2025 05:59:40 +0000 (07:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 1 Apr 2025 06:10:27 +0000 (08:10 +0200)
commit95d0274b6015afa943762f51ff15bf6781707288
treea6e539a5bece7e05f9e1e590873f8a9bf84b415d
parente088d08c76169e39f9ce19b2f11aacc95eb68a40
ALSA: seq: Add missing UMP EP cap bit at snd_seq_create_ump_endpoint()

In snd_seq_create_ump_endpoint(), it was forgotten to give the UMP
Endpoint capability bit (SND_SEQ_PORT_CAP_UMP_ENDPOINT) to the port 0
("UMP 2.0").  This resulted in port 0 being a normal port for the
non-existing group.

Fixes: 6167b8ce3e80 ("seq: Add API helper functions for creating UMP Endpoint and Blocks")
Closes: https://github.com/alsa-project/alsa-lib/issues/447
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seqmid.c