Searched refs:snd_sf_sample (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/sound/ |
D | soundfont.h | 40 struct snd_sf_sample *sample; /* Link to sample */ 47 struct snd_sf_sample { struct 51 struct snd_sf_sample *next; argument 64 struct snd_sf_sample *samples; /* The sample headers */ 72 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, 75 int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
|
D | emux_synth.h | 57 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, 60 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emu10k1_synth_local.h | 29 struct snd_sf_sample *sp, 33 struct snd_sf_sample *sp,
|
D | emu10k1_patch.c | 38 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_new() 213 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_free()
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_local.h | 32 int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, 35 int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
|
D | emu8000_patch.c | 149 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new() 286 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free()
|
/Linux-v4.19/sound/synth/emux/ |
D | soundfont.c | 48 struct snd_soundfont *sf, struct snd_sf_sample *sp); 49 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist, 52 struct snd_soundfont *sf, struct snd_sf_sample *sp); 59 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf, 61 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id); 382 struct snd_sf_sample *sp) in set_sample_counter() 392 static struct snd_sf_sample * 395 struct snd_sf_sample *sp; in sf_sample_new() 413 struct snd_sf_sample *sp) in sf_sample_delete() 659 static struct snd_sf_sample * [all …]
|
D | emux.c | 67 static int sf_sample_new(void *private_data, struct snd_sf_sample *sp, in sf_sample_new() 76 static int sf_sample_free(void *private_data, struct snd_sf_sample *sp, in sf_sample_free()
|