Searched refs:sample_ops (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_sample.c52 if (v->sample_ops && v->sample_ops->sample_stop)
53 v->sample_ops->sample_stop(p->gus, v, SAMPLE_STOP_IMMEDIATELY);
67 if (v->sample_ops && v->sample_ops->sample_stop)
68 v->sample_ops->sample_stop(p->gus, v, SAMPLE_STOP_IMMEDIATELY);
76 if (v->sample_ops && v->sample_ops->sample_start)
77 v->sample_ops->sample_start(p->gus, v, ev->data.sample.param.position);
83 if (v->sample_ops
[all...]
H A Dgus_synth.c146 if (pvoice->sample_ops && pvoice->sample_ops->sample_stop) {
147 pvoice->sample_ops->sample_stop(gus, pvoice, SAMPLE_STOP_IMMEDIATELY);
H A Dgus_simple.c44 static struct snd_gus_sample_ops sample_ops = { variable in typeref:struct:snd_gus_sample_ops
479 voice->sample_ops = &sample_ops;
H A Dgus_reset.c292 voice->sample_ops = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c203 static struct snd_trident_sample_ops sample_ops = variable in typeref:struct:snd_trident_sample_ops
220 voice->sample_ops = &sample_ops;
636 if (v->sample_ops && v->sample_ops->sample_stop)
637 v->sample_ops->sample_stop(p->trident, v, SAMPLE_STOP_IMMEDIATELY);
650 if (v->sample_ops && v->sample_ops->sample_stop)
651 v->sample_ops->sample_stop(p->trident, v, SAMPLE_STOP_IMMEDIATELY);
658 if (v->sample_ops
[all...]
H A Dtrident_main.c3845 voice->sample_ops = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h304 struct snd_trident_sample_ops *sample_ops; member in struct:snd_trident_voice
H A Dgus.h285 struct snd_gus_sample_ops *sample_ops; member in struct:snd_gus_voice

Completed in 110 milliseconds