auclnt_get_errors
uint64_t auclnt_get_errors(audio_stream_t *);
bi->play_underruns = (int)((auclnt_get_errors(sp) + (fragsz - 1)) /
bi->rec_overruns = (int)((auclnt_get_errors(sp) + (fragsz - 1)) /
info->play.error = auclnt_get_errors(sp) ? B_TRUE : B_FALSE;
info->record.error = auclnt_get_errors(sp) ? B_TRUE : B_FALSE;