mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
test/latecy: fix typo in tstamp compare
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
6eced6b4b6
commit
6852f88e80
1 changed files with 1 additions and 1 deletions
|
|
@ -673,7 +673,7 @@ int main(int argc, char *argv[])
|
|||
printf("Capture:\n");
|
||||
showstat(chandle, frames_in);
|
||||
showinmax(in_max);
|
||||
if (p_tstamp.tv_sec == p_tstamp.tv_sec &&
|
||||
if (p_tstamp.tv_sec == c_tstamp.tv_sec &&
|
||||
p_tstamp.tv_usec == c_tstamp.tv_usec)
|
||||
printf("Hardware sync\n");
|
||||
snd_pcm_drop(chandle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue