Home | History | Annotate | Download | only in dev

Lines Matching defs:sc_play

80 	struct vaudio_stream		sc_play;
166 sc->sc_play.st_softc = sc;
167 sc->sc_play.st_sih = softint_establish(SOFTINT_SERIAL|SOFTINT_MPSAFE,
168 vaudio_softintr_play, &sc->sc_play);
169 callout_init(&sc->sc_play.st_callout, CALLOUT_MPSAFE);
170 callout_setfunc(&sc->sc_play.st_callout, vaudio_intr, &sc->sc_play);
294 struct vaudio_stream *st = &sc->sc_play;
330 sc->sc_play.st_running = false;
331 callout_halt(&sc->sc_play.st_callout, NULL);