Searched refs:emu_voice (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | emu10kx.h | 164 struct emu_voice; 173 struct emu_voice* emu_valloc(struct emu_sc_info *sc); 174 void emu_vfree(struct emu_sc_info *sc, struct emu_voice *v); 175 int emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s, 177 void emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v); 178 void emu_vsetup(struct emu_voice *v, int fmt, int spd); 179 void emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v); 180 void emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go); 181 int emu_vpos(struct emu_sc_info *sc, struct emu_voice *v);
|
H A D | emu10k1.c | 177 struct emu_voice { struct 185 struct emu_voice *slave; argument 194 struct emu_voice *master, *slave; argument 228 struct emu_voice voice[64]; 250 static void emu_vdump(struct sc_info *sc, struct emu_voice *v); 552 static struct emu_voice * 555 struct emu_voice *v; in emu_valloc() 568 emu_vinit(struct sc_info *sc, struct emu_voice *m, struct emu_voice *s, in emu_vinit() 621 struct emu_voice *v = ch->master; in emu_vsetup() 639 emu_vwrite(struct sc_info *sc, struct emu_voice *v) in emu_vwrite() [all …]
|
H A D | emu10kx.c | 253 struct emu_voice { struct 262 struct emu_voice *slave; argument 363 struct emu_voice voice[NUM_G]; /* Hardware voices */ 1246 struct emu_voice * 1249 struct emu_voice *v; in emu_valloc() 1264 emu_vfree(struct emu_sc_info *sc, struct emu_voice *v) in emu_vfree() 1284 emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s, in emu_vinit() 1332 emu_vsetup(struct emu_voice *v, int fmt, int spd) in emu_vsetup() 1350 emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v) in emu_vroute() 1369 emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v) in emu_vwrite() [all …]
|
H A D | emu10kx-pcm.c | 59 struct emu_voice *master; 60 struct emu_voice *slave;
|