mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ump: Fix doxygen error for snd_ump_endpoint_info_set_protocol()
Fix a typo that caused a doxygen error.
Fixes: 6767f623ca ("ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ef38bff00e
commit
6da898cf40
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ void snd_ump_endpoint_info_set_protocol_caps(snd_ump_endpoint_info_t *info,
|
|||
/**
|
||||
* \brief set the current protocol of UMP endpoint
|
||||
* \param info pointer to a snd_ump_endpoint_info_t structure
|
||||
* \param caps the UMP endpoint protocol bits
|
||||
* \param protocol the UMP endpoint protocol bits
|
||||
*/
|
||||
void snd_ump_endpoint_info_set_protocol(snd_ump_endpoint_info_t *info,
|
||||
unsigned int protocol)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue