HomeSort by: relevance | last modified time | path
    Searched defs:sc_sgsmix (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/dev/
awacs.c 87 device_t sc_sgsmix; member in struct:awacs_softc
505 sc->sc_sgsmix = NULL;
550 sc->sc_sgsmix = dv;
555 if (sc->sc_sgsmix == NULL)
559 device_xname(sc->sc_sgsmix));
881 if (sc->sc_sgsmix == NULL)
892 if (sc->sc_sgsmix == NULL)
1040 if (sc->sc_sgsmix) {
1043 sgsmix_set_speaker_vol(sc->sc_sgsmix, 0, 0);
1044 sgsmix_set_headphone_vol(sc->sc_sgsmix,
    [all...]

Completed in 11 milliseconds