hdsp_fifo_wait
if (hdsp_fifo_wait (hdsp, 0, 100)) {
static int hdsp_fifo_wait(struct hdsp *hdsp, int count, int timeout);
if (hdsp_fifo_wait (hdsp, 0, HDSP_LONG_WAIT)) {
if (hdsp_fifo_wait (hdsp, 127, HDSP_LONG_WAIT)) {
hdsp_fifo_wait(hdsp, 3, HDSP_LONG_WAIT);
if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0) {
if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0) {
if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) == 0)
if (hdsp_fifo_wait(hdsp, 0, HDSP_SHORT_WAIT) < 0)
if (hdsp_fifo_wait(hdsp, 127, HDSP_LONG_WAIT))