Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10k1.c2070 int i, gotmic; in emu_pci_attach() local
2115 gotmic = (ac97_getcaps(codec) & AC97_CAP_MICCHANNEL) ? 1 : 0; in emu_pci_attach()
2136 for (i = 0; i < (gotmic ? 3 : 2); i++) in emu_pci_attach()