mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
seq: ump: Fix typo in function name containing "group"
In a couple places the function names were misspelled as "gruop" instead of "group". Fix them. Reported-by: Jean-Michaël Celerier <jeanmichael.celerier@gmail.com> Fixes: https://github.com/alsa-project/alsa-lib/pull/337 Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b7389e2e2e
commit
58da05803b
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ void snd_seq_port_info_set_timestamping(snd_seq_port_info_t *info, int enable);
|
|||
void snd_seq_port_info_set_timestamp_real(snd_seq_port_info_t *info, int realtime);
|
||||
void snd_seq_port_info_set_timestamp_queue(snd_seq_port_info_t *info, int queue);
|
||||
void snd_seq_port_info_set_direction(snd_seq_port_info_t *info, int direction);
|
||||
void snd_seq_port_info_set_ump_gruop(snd_seq_port_info_t *info, int ump_group);
|
||||
void snd_seq_port_info_set_ump_group(snd_seq_port_info_t *info, int ump_group);
|
||||
|
||||
int snd_seq_create_port(snd_seq_t *handle, snd_seq_port_info_t *info);
|
||||
int snd_seq_delete_port(snd_seq_t *handle, int port);
|
||||
|
|
|
|||
|
|
@ -2545,7 +2545,7 @@ void snd_seq_port_info_set_direction(snd_seq_port_info_t *info, int direction)
|
|||
* \param info port_info container
|
||||
* \param ump_group 0 for no conversion, or the (1-based) UMP Group number
|
||||
*
|
||||
* \sa snd_seq_get_port_info(), snd_seq_port_info_get_ump_gruop()
|
||||
* \sa snd_seq_get_port_info(), snd_seq_port_info_get_ump_group()
|
||||
*/
|
||||
void snd_seq_port_info_set_ump_group(snd_seq_port_info_t *info, int ump_group)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue