seq: Correct a typo in documentation

The right function name is snd_seq_has_queue_tempo_base().

Fixes: 24c7f42733 ("seq: Add API functions to set different tempo base values")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2024-08-07 15:50:21 +02:00
parent ddc4c668ba
commit 769d1db1b0

View 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