mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
small change in output
This commit is contained in:
parent
dbffcd437e
commit
43cd49f867
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ void read_loop(void *handle, int master_ticks, int timeout)
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
while (snd_timer_read(handle, &tr, sizeof(tr)) == sizeof(tr)) {
|
while (snd_timer_read(handle, &tr, sizeof(tr)) == sizeof(tr)) {
|
||||||
printf("TIMER: resolution = %u, ticks = %u\n",
|
printf("TIMER: resolution = %uns, ticks = %u\n",
|
||||||
tr.resolution, tr.ticks);
|
tr.resolution, tr.ticks);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue