Searched refs:simpleops (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_synth.c222 struct snd_simple_ops *simpleops; local
249 simpleops = &gus->gf1.simple_ops;
250 snd_seq_simple_init(simpleops, gus, NULL);
251 simpleops->put_sample = snd_gus_simple_put_sample;
252 simpleops->get_sample = snd_gus_simple_get_sample;
253 simpleops->remove_sample = snd_gus_simple_remove_sample;
254 simpleops->notify = snd_gus_synth_instr_notify;
257 snd_seq_gf1_init(gf1ops, gus, &simpleops->kops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c926 struct snd_simple_ops *simpleops; local
958 simpleops = &trident->synth.simple_ops;
959 snd_seq_simple_init(simpleops, trident, NULL);
960 simpleops->put_sample = snd_trident_simple_put_sample;
961 simpleops->get_sample = snd_trident_simple_get_sample;
962 simpleops->remove_sample = snd_trident_simple_remove_sample;
963 simpleops->notify = snd_trident_synth_instr_notify;

Completed in 35 milliseconds