Lines Matching refs:xrun_recovery
228 static int xrun_recovery(snd_pcm_t *handle, int err)
271 if (xrun_recovery(handle, err) < 0) {
334 if (xrun_recovery(handle, err) < 0) {
352 if (xrun_recovery(handle, err) < 0) {
372 if (xrun_recovery(handle, err) < 0) {
481 err = xrun_recovery(handle, -EPIPE);
488 err = xrun_recovery(handle, -ESTRPIPE);
496 err = xrun_recovery(handle, avail);
522 if ((err = xrun_recovery(handle, err)) < 0) {
531 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) {
567 if ((err = xrun_recovery(handle, err)) < 0) {
575 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) {
614 err = xrun_recovery(handle, -EPIPE);
621 err = xrun_recovery(handle, -ESTRPIPE);
629 err = xrun_recovery(handle, avail);
648 if ((err = xrun_recovery(handle, err)) < 0) {
662 if ((err = xrun_recovery(handle, err)) < 0) {
671 if ((err = xrun_recovery(handle, commitres >= 0 ? -EPIPE : commitres)) < 0) {
703 if (xrun_recovery(handle, err) < 0) {