Skip to content

Commit

Permalink
seq: Correct a typo in documentation
Browse files Browse the repository at this point in the history
The right function name is snd_seq_has_queue_tempo_base().

Fixes: 24c7f42 ("seq: Add API functions to set different tempo base values")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
tiwai committed Aug 7, 2024
1 parent ddc4c66 commit 769d1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seq/seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 769d1db

Please sign in to comment.