HomeSort by: relevance | last modified time | path
    Searched refs:sc_pmixer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiovar.h 162 audio_trackmixer_t *sc_pmixer; member in struct:audio_softc
audio.c 1088 if (sc->sc_pmixer == NULL && sc->sc_rmixer == NULL) {
1420 if (sc->sc_pmixer)
1421 cv_broadcast(&sc->sc_pmixer->outcv);
1480 if (sc->sc_pmixer) {
1481 audio_mixer_destroy(sc, sc->sc_pmixer);
1482 kmem_free(sc->sc_pmixer, sizeof(*sc->sc_pmixer));
2397 af->ptrack = audio_track_create(sc, sc->sc_pmixer);
2520 hwbuf = &sc->sc_pmixer->hwbuf;
2735 sc->sc_pmixer->volume = 256
    [all...]

Completed in 13 milliseconds