From 6da898cf40c90ea1aaf91663dc769eb61025229d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 25 Jun 2024 10:44:41 +0200 Subject: [PATCH] ump: Fix doxygen error for snd_ump_endpoint_info_set_protocol() 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 --- src/rawmidi/ump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rawmidi/ump.c b/src/rawmidi/ump.c index 6c1097a7..88c9a26b 100644 --- a/src/rawmidi/ump.c +++ b/src/rawmidi/ump.c @@ -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)