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
57
struct emu_voice *master;
sys/dev/sound/pci/emu10kx-pcm.c
58
struct emu_voice *slave;
sys/dev/sound/pci/emu10kx.c
1255
struct emu_voice *
sys/dev/sound/pci/emu10kx.c
1258
struct emu_voice *v;
sys/dev/sound/pci/emu10kx.c
1273
emu_vfree(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1294
emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s,
sys/dev/sound/pci/emu10kx.c
1342
emu_vsetup(struct emu_voice *v, int fmt, int spd)
sys/dev/sound/pci/emu10kx.c
1360
emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1379
emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
1463
emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go)
sys/dev/sound/pci/emu10kx.c
1506
emu_vpos(struct emu_sc_info *sc, struct emu_voice *v)
sys/dev/sound/pci/emu10kx.c
261
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
165
struct emu_voice;
sys/dev/sound/pci/emu10kx.h
174
struct emu_voice* emu_valloc(struct emu_sc_info *sc);
sys/dev/sound/pci/emu10kx.h
175
void emu_vfree(struct emu_sc_info *sc, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
176
int emu_vinit(struct emu_sc_info *sc, struct emu_voice *m, struct emu_voice *s,
sys/dev/sound/pci/emu10kx.h
178
void emu_vroute(struct emu_sc_info *sc, struct emu_route *rt, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
179
void emu_vsetup(struct emu_voice *v, int fmt, int spd);
sys/dev/sound/pci/emu10kx.h
180
void emu_vwrite(struct emu_sc_info *sc, struct emu_voice *v);
sys/dev/sound/pci/emu10kx.h
181
void emu_vtrigger(struct emu_sc_info *sc, struct emu_voice *v, int go);
sys/dev/sound/pci/emu10kx.h
182
int emu_vpos(struct emu_sc_info *sc, struct emu_voice *v);