mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
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:
parent
ddc4c668ba
commit
769d1db1b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue