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
alsa-lib
Advanced Linux Sound Architecture (ALSA) project
The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.
The up-to-date reference generated from sources can be accessed here:
http://www.alsa-project.org/alsa-doc/alsa-lib/
You may give a look for more information about the ALSA project to URL http://www.alsa-project.org.
Submitting patches
The preferred way to submit patches is by sending them by email to the alsa-devel mailing list. Sending mail to the list requires subscription, subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Add Takashi Iwai
<tiwai@suse.de>
and/or Jaroslav Kysela<perex@perex.cz>
to Cc so that your patch won’t be missed.Patches are also accepted as GitHub pull requests.