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

  /src/sys/dev/pci/
auich.c 182 int sc_codectype; member in struct:auich_softc
477 sc->sc_codectype = AC97_CODEC_TYPE_MODEM;
480 sc->sc_codectype = AC97_CODEC_TYPE_AUDIO;
484 if (sc->sc_codectype == AC97_CODEC_TYPE_AUDIO)
600 sc->sc_codecnum = sc->sc_codectype == AC97_CODEC_TYPE_MODEM ? 1 : 0;
626 if (ac97_attach_type(&sc->host_if, self, sc->sc_codectype,
635 if (sc->sc_codectype == AC97_CODEC_TYPE_AUDIO) {
662 if (sc->sc_fixedrate && sc->sc_codectype == AC97_CODEC_TYPE_AUDIO)
883 if (sc->sc_codectype == AC97_CODEC_TYPE_AUDIO) {
1007 if (sc->sc_codectype == AC97_CODEC_TYPE_AUDIO)
    [all...]

Completed in 11 milliseconds