Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx.h173 struct emu_voice* emu_valloc(struct emu_sc_info *sc);
H A Demu10k1.c553 emu_valloc(struct sc_info *sc) in emu_valloc() function
824 ch->master = emu_valloc(sc); in emupchan_init()
825 ch->slave = emu_valloc(sc); in emupchan_init()
H A Demu10kx-pcm.c724 ch->master = emu_valloc(sc->card); in emupchan_init()
729 ch->slave = emu_valloc(sc->card); in emupchan_init()
H A Demu10kx.c1247 emu_valloc(struct emu_sc_info *sc) in emu_valloc() function