Fix a typo that caused a doxygen error.
Fixes: 6767f623ca05 ("ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
/**
* \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)