mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 09:40:32 +00: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
@ -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…
Reference in New Issue
Block a user