OSDN Git Service

android/hal-audio: Set stream fd to blocking
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 28 Jan 2014 17:14:46 +0000 (09:14 -0800)
committerSzymon Janc <szymon.janc@tieto.com>
Tue, 28 Jan 2014 23:31:59 +0000 (00:31 +0100)
commit55c3cacc1ea42e76c54e7215fc34b90a94fa7f5c
tree12abc08e7e1e39db8236cec02f991b9f14561cc0
parent0220ba41b075c7de3ce90dffebfdb679e48b3963
android/hal-audio: Set stream fd to blocking

This makes the stream to block on io operation so it does not return
EAGAIN on syscall such as write.
android/hal-audio.c