Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/
HDemu10k1.c2076 int i, gotmic; in emu_pci_attach() local
2121 gotmic = (ac97_getcaps(codec) & AC97_CAP_MICCHANNEL) ? 1 : 0; in emu_pci_attach()
2139 if (pcm_register(dev, sc, sc->nchans, gotmic ? 3 : 2)) goto bad; in emu_pci_attach()
2142 for (i = 0; i < (gotmic ? 3 : 2); i++) in emu_pci_attach()