Searched refs:remove_sample (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dainstr_simple.h144 int (*remove_sample)(void *private_data, struct simple_instrument *instr, member in struct:snd_simple_ops
H A Dainstr_gf1.h213 int (*remove_sample)(void *private_data, struct gf1_wave *wave, member in struct:snd_gf1_ops
H A Dainstr_iw.h361 int (*remove_sample)(void *private_data, struct iwffff_wave *wave, member in struct:snd_iwffff_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_synth.c253 simpleops->remove_sample = snd_gus_simple_remove_sample;
260 gf1ops->remove_sample = snd_gus_gf1_remove_sample;
267 iwops->remove_sample = snd_gus_iwffff_remove_sample;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_simple.c48 if (ops->remove_sample)
49 ops->remove_sample(ops->private_data, ip, atomic);
H A Dainstr_gf1.c122 if (ops->remove_sample)
123 ops->remove_sample(ops->private_data, wave, atomic);
H A Dainstr_iw.c204 if (ops->remove_sample)
205 ops->remove_sample(ops->private_data, wave, atomic);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsoundcard.h152 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample)
160 typedef struct remove_sample struct
165 } remove_sample; typedef in typeref:struct:remove_sample
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c962 simpleops->remove_sample = snd_trident_simple_remove_sample;

Completed in 109 milliseconds