Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/pci/
H A Demu10kx.h176 struct emu_voice* emu_valloc(struct emu_sc_info *sc);
H A Demu10k1.c555 emu_valloc(struct sc_info *sc) in emu_valloc() function
826 ch->master = emu_valloc(sc); in emupchan_init()
827 ch->slave = emu_valloc(sc); in emupchan_init()
H A Demu10kx-pcm.c729 ch->master = emu_valloc(sc->card); in emupchan_init()
734 ch->slave = emu_valloc(sc->card); in emupchan_init()
H A Demu10kx.c1257 emu_valloc(struct emu_sc_info *sc) in emu_valloc() function