Home
last modified time | relevance | path

Searched refs:margin_ms (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c261 const int duration_s = 2, margin_ms = 100; in test_pcm_time() local
477 if (ms < duration_ms - margin_ms || ms > duration_ms + margin_ms) { in test_pcm_time()