mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed some typos for timer interface.
This commit is contained in:
parent
c584d6ce62
commit
4e92e7a28c
3 changed files with 9 additions and 5 deletions
|
|
@ -486,7 +486,7 @@ void snd_timer_params_set_ticks(snd_timer_params_t * params, long ticks)
|
|||
* \param params pointer to #snd_timer_params_t structure
|
||||
* \return timer ticks
|
||||
*/
|
||||
int snd_timer_params_get_ticks(snd_timer_params_t * params)
|
||||
long snd_timer_params_get_ticks(snd_timer_params_t * params)
|
||||
{
|
||||
assert(params);
|
||||
return params->ticks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue