Home
last modified time | relevance | path

Searched refs:rec_xrun (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Daudioio.h89 unsigned int rec_xrun; /* bytes dropped */ member
/openbsd/lib/libsndio/
H A Dsio_sun.c575 dierr = (ap.rec_xrun - hdl->ierr) / hdl->ibpf; in sio_sun_revents()
577 hdl->ierr = ap.rec_xrun; in sio_sun_revents()
/openbsd/usr.bin/audioctl/
H A Daudioctl.c62 {"record.errors", &rpos.rec_xrun, NULL, NUM},
/openbsd/sys/dev/
H A Daudio.c1759 ap->rec_xrun = sc->rec.xrun; in audio_ioctl()