]> git.tuebingen.mpg.de Git - paraslash.git/commit
alsa_write: Avoid spurious underrun warnings.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 27 Aug 2021 13:52:43 +0000 (15:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 17:53:06 +0000 (19:53 +0200)
commit295bf77b48df9a409501f5cabce7bd0a96ce48dc
tree03e032d17d73675112fcb498b932ccb027d6c9c3
parent53bbd5127f8bb9132aa9e252928d748f103d7e4e
alsa_write: Avoid spurious underrun warnings.

Receiving EPIPE does not necessarily mean that an underrun occurred. We
also have to check the pcm state.
alsa_write.c