]> git.alsa-project.org Git - alsa-lib.git/commitdiff
seq: Correct a typo in documentation
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:50:21 +0000 (15:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:50:21 +0000 (15:50 +0200)
The right function name is snd_seq_has_queue_tempo_base().

Fixes: 24c7f4273394 ("seq: Add API functions to set different tempo base values")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seq.c

index 347ff45544faa1b4290ee8f64e2d8422a51b4248..1a40e8bbdc074b9ea6fe3d00e751cec7b6aff16a 100644 (file)
@@ -502,7 +502,7 @@ Currently the API supports only either 0, 10 or 1000 as the tempo-base
 
 The older kernel might not support the different tempo-base, and setting a
 different value from 1000 would fail.  The application may heck the
-availability of tempo-base change via #snd_seq_has_tempo_base() function
+availability of tempo-base change via #snd_seq_has_queue_tempo_base() function
 beforehand, and re-calculate in microsecond unit as fallback.
 
 \subsection seq_ev_start Starting and stopping a queue