Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Daudioio.h87 unsigned int play_xrun; /* bytes of silence inserted */ member
/openbsd/src/lib/libsndio/
Dsio_sun.c562 doerr = (ap.play_xrun - hdl->oerr) / hdl->obpf; in sio_sun_revents()
564 hdl->oerr = ap.play_xrun; in sio_sun_revents()
/openbsd/src/usr.bin/audioctl/
Daudioctl.c59 {"play.errors", &rpos.play_xrun, NULL, NUM},
/openbsd/src/sys/dev/
Daudio.c1759 ap->play_xrun = sc->play.xrun; in audio_ioctl()