]> git.alsa-project.org Git - alsa-lib.git/commit
seq: Fix bogus return of snd_seq_client_info_get_ump_conversion()
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Feb 2025 11:06:09 +0000 (12:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 17 Feb 2025 11:06:09 +0000 (12:06 +0100)
commitdf8f1cc1ec9d9ee15be5e2c23ad25b9389fd8766
tree21efba29b79752bb6bcd40b4267132646bda291f
parente550dcdd905d78db48571225807cccabc7d7baaa
seq: Fix bogus return of snd_seq_client_info_get_ump_conversion()

snd_seq_client_info_get_ump_conversion() should have returned the
proper bit of group_filter bit field, but it just did return
midi_version field -- a stupid copy & paste error.  Let's fix it.

Fixes: 2aefb5c41cc0 ("seq: Add UMP support")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seq.c