Lines Matching refs:voice
363 struct emu_voice voice[NUM_G]; /* Hardware voices */ member
1254 for (i = 0; i < NUM_G && sc->voice[i].busy; i++); in emu_valloc()
1256 v = &sc->voice[i]; in emu_valloc()
1269 if (v == &sc->voice[i] && sc->voice[i].busy) { in emu_vfree()
3197 sc->voice[i].vnum = i; in emu_pci_attach()
3198 sc->voice[i].slave = NULL; in emu_pci_attach()
3199 sc->voice[i].busy = 0; in emu_pci_attach()
3200 sc->voice[i].ismaster = 0; in emu_pci_attach()
3201 sc->voice[i].running = 0; in emu_pci_attach()
3202 sc->voice[i].b16 = 0; in emu_pci_attach()
3203 sc->voice[i].stereo = 0; in emu_pci_attach()
3204 sc->voice[i].speed = 0; in emu_pci_attach()
3205 sc->voice[i].start = 0; in emu_pci_attach()
3206 sc->voice[i].end = 0; in emu_pci_attach()