From 769d1db1b0a213a39c7e59c0d1d724e7f45b1ac3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 7 Aug 2024 15:50:21 +0200 Subject: [PATCH] seq: Correct a typo in documentation 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 --- src/seq/seq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seq/seq.c b/src/seq/seq.c index 347ff455..1a40e8bb 100644 --- a/src/seq/seq.c +++ b/src/seq/seq.c @@ -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