if (frames > 0)
break;
/* eof and less than a single frame available */
- ret = -E_AO_EOF;
+ ret = -E_WRITE_COMMON_EOF;
goto unlock;
}
//PARA_CRIT_LOG("waiting for data\n");
PARA_ERROR(AO_APPEND_OPTION, "ao append option: memory allocation failure"), \
PARA_ERROR(AO_OPEN_LIVE, "ao: could not open audio device"), \
PARA_ERROR(AO_FILE_NOT_SUPP, "ao: file io drivers not supported"), \
- PARA_ERROR(AO_EOF, "ao: end of file"), \
PARA_ERROR(AO_PLAY, "ao_play() failed"), \
PARA_ERROR(AO_BAD_SAMPLE_FORMAT, "ao: unsigned sample formats not supported"), \
PARA_ERROR(AO_PTHREAD, "pthread error"), \