Symbol: emu_voice
sys/dev/sound/pci/emu10k1.c
185
struct emu_voice *slave;
sys/dev/sound/pci/emu10k1.c
194
struct emu_voice *master, *slave;
sys/dev/sound/pci/emu10k1.c
228
struct emu_voice voice[64];
sys/dev/sound/pci/emu10k1.c
250
static void emu_vdump(struct sc_info *sc, struct emu_voice *v);
sys/dev/sound/pci/emu10k1.c
552
static struct emu_voice *
sys/dev/sound/pci/emu10k1.c
555
struct emu_voice *v;
sys/dev/sound/pci/emu10k1.c
568
emu_vinit(struct sc_info *sc, struct emu_voice *m, struct emu_voice *s,
sys/dev/sound/pci/emu10k1.c
621
struct emu_voice *v = ch->master;
sys/dev/sound/pci/emu10k1.c
639
emu_vwrite(struct sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10k1.c
705
emu_vtrigger(struct sc_info *sc, struct emu_voice *v, int go)
sys/dev/sound/pci/emu10k1.c
749
emu_vpos(struct sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10k1.c
760
emu_vdump(struct sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx-pcm.c
59
struct emu_voice *master;
sys/dev/sound/pci/emu10kx-pcm.c
60
struct emu_voice *slave;
sys/dev/sound/pci/emu10kx.c
1246
struct emu_voice *
sys/dev/sound/pci/emu10kx.c
1249
struct emu_voice *v;
sys/dev/sound/pci/emu10kx.c
1264
emu_vfree(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1284
emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s,
sys/dev/sound/pci/emu10kx.c
1332
emu_vsetup(struct emu_voice *v, int fmt, int spd)
sys/dev/sound/pci/emu10kx.c
1350
emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1369
emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1452
emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go)
sys/dev/sound/pci/emu10kx.c
1495
emu_vpos(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
262
struct emu_voice *slave;
sys/dev/sound/pci/emu10kx.c
363
struct emu_voice voice[NUM_G]; /* Hardware voices */
sys/dev/sound/pci/emu10kx.h
164
struct emu_voice;
sys/dev/sound/pci/emu10kx.h
173
struct emu_voice* emu_valloc(struct emu_sc_info *sc);
sys/dev/sound/pci/emu10kx.h
174
void emu_vfree(struct emu_sc_info *sc, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
175
int emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s,
sys/dev/sound/pci/emu10kx.h
177
void emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
178
void emu_vsetup(struct emu_voice *v, int fmt, int spd);
sys/dev/sound/pci/emu10kx.h
179
void emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
180
void emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go);
sys/dev/sound/pci/emu10kx.h
181
int emu_vpos(struct emu_sc_info *sc, struct emu_voice *v);