]> git.alsa-project.org Git - alsa-utils.git/commit
aplay: fix the test position test for playback (avail > delay)
authorJaroslav Kysela <perex@perex.cz>
Tue, 19 Jan 2021 11:36:28 +0000 (12:36 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 Jan 2021 11:37:34 +0000 (12:37 +0100)
commitb8a1e95773227e2b4942d2f67cc10f7d133d75ad
treee082761ed56cfe06a9c98cfc408d8e6952e8a290
parent19cc5daef42c84bdadbaa25d1c4e1da33eeae3cc
aplay: fix the test position test for playback (avail > delay)

The avail > delay condition is invalid only for capture, of course.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aplay/aplay.c