]> git.alsa-project.org Git - alsa-lib.git/commit
seq: fix snd_seq_set_queue_tempo() usage example in the documentation
authorAntonio Ospite <ao2@ao2.it>
Thu, 28 Sep 2017 13:46:15 +0000 (15:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Oct 2017 07:11:44 +0000 (09:11 +0200)
commitbaed295faafb076d380392fa938234a7ec426dfc
tree85954b0ecfa5d7416e3b85ea2a70815f8aed1fba
parent6a617cc719d553ad8eb96308b7f3b94f5a53d243
seq: fix snd_seq_set_queue_tempo() usage example in the documentation

snd_seq_set_queue_tempo() requires a queue id as the second argument,
fix the example in documentation to reflect that.

Also add the queue id as an argument of the set_tempo() function, just
to keep the whole example compilable.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seq.c