When the audio input device does not respond to poll(), poll the output device
authorbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Mar 2014 21:44:42 +0000 (21:44 +0000)
committerbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 19 Mar 2014 21:44:42 +0000 (21:44 +0000)
commite093ebab70ac3ac205194b1f251525b9374296e2
treee1096d62598b6896fe2ababd1c23bfc526143bf2
parenta65438b9a75618bf795a857a88963c55da8a9d09
When the audio input device does not respond to poll(), poll the output device
instead. We don't otherwise poll output devices, as they generally remain in a
partially drained state for most of their operation and thus poll() returns
immediately.

git-svn-id: https://svn.code.sf.net/p/freetel/code@1454 01035d8c-6547-0410-b346-abe4f91aad63
freedv-server/source/run.cpp