mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed typo.
This commit is contained in:
parent
757785fece
commit
dcf5fc4db5
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ int snd_timer_nonblock(snd_timer_t *timer, int nonblock)
|
|||
*
|
||||
* A signal is raised every period.
|
||||
*/
|
||||
int snd_timer(snd_timer_t *timer, int sig, pid_t pid)
|
||||
int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid)
|
||||
{
|
||||
assert(timer);
|
||||
if (sig == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue