]> git.alsa-project.org Git - alsa-lib.git/commit
seq: Fix typo of the group number in snd_seq_create_ump_endpoint()
authorTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2025 10:00:15 +0000 (11:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2025 10:00:15 +0000 (11:00 +0100)
commit0c7086777aa4e6076a8277b3918c5243daf1c56a
treec328d026ae24337a100db068a63e3a7035a0b034
parentdf8f1cc1ec9d9ee15be5e2c23ad25b9389fd8766
seq: Fix typo of the group number in snd_seq_create_ump_endpoint()

The group number of UMP Endpoint client created by
snd_seq_create_ump_endpoint() is wrongly set due to a copy&paste
error.

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