Searched refs:snd_sf_sample (Results 1 – 8 of 8) sorted by relevance
/linux/include/sound/ |
A D | soundfont.h | 27 struct snd_sf_sample *sample; /* Link to sample */ 34 struct snd_sf_sample { struct 38 struct snd_sf_sample *next; argument 51 struct snd_sf_sample *samples; /* The sample headers */ 59 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, 62 int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
|
A D | emux_synth.h | 44 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, 47 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
|
/linux/sound/synth/emux/ |
A D | soundfont.c | 370 struct snd_sf_sample *sp) in set_sample_counter() 380 static struct snd_sf_sample * 383 struct snd_sf_sample *sp; in sf_sample_new() 402 struct snd_sf_sample *sp) in sf_sample_delete() 650 static struct snd_sf_sample * 653 struct snd_sf_sample *sample; in set_sample() 676 static struct snd_sf_sample * 679 struct snd_sf_sample *p; in find_sample() 703 struct snd_sf_sample *sp; in load_data() 950 struct snd_sf_sample *smp; in load_guspatch() [all …]
|
A D | emux.c | 54 static int sf_sample_new(void *private_data, struct snd_sf_sample *sp, in sf_sample_new() 63 static int sf_sample_free(void *private_data, struct snd_sf_sample *sp, in sf_sample_free()
|
/linux/sound/pci/emu10k1/ |
A D | emu10k1_synth_local.h | 16 struct snd_sf_sample *sp, 20 struct snd_sf_sample *sp,
|
A D | emu10k1_patch.c | 25 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_new() 201 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_free()
|
/linux/sound/isa/sb/ |
A D | emu8000_local.h | 19 int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, 22 int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
|
A D | emu8000_patch.c | 136 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new() 274 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free()
|
Completed in 12 milliseconds