Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx.h175 int emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s,
H A Demu10k1.c568 emu_vinit(struct sc_info *sc, struct emu_voice *m, struct emu_voice *s, in emu_vinit() function
827 r = (emu_vinit(sc, ch->master, ch->slave, sc->bufsz, ch->buffer)) in emupchan_init()
H A Demu10kx-pcm.c731 r = (emu_vinit(sc->card, ch->master, ch->slave, EMU_PLAY_BUFSZ, ch->buffer)) ? NULL : ch; in emupchan_init()
H A Demu10kx.c1284 emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s, in emu_vinit() function