Home
last modified time | relevance | path

Searched refs:snd_sf_sample (Results 1 – 8 of 8) sorted by relevance

/linux/include/sound/
H A Dsoundfont.h27 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,
H A Demux_synth.h44 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/
H A Dsoundfont.c35 struct snd_soundfont *sf, struct snd_sf_sample *sp);
36 static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist,
39 struct snd_soundfont *sf, struct snd_sf_sample *sp);
47 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
49 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
372 struct snd_sf_sample *sp) in set_sample_counter()
382 static struct snd_sf_sample *
385 struct snd_sf_sample *sp; in sf_sample_new()
404 struct snd_sf_sample *sp) in sf_sample_delete()
653 static struct snd_sf_sample *
[all …]
H A Demux.c54 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/
H A Demu10k1_synth_local.h16 struct snd_sf_sample *sp,
20 struct snd_sf_sample *sp,
H A Demu10k1_patch.c25 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_new()
155 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_free()
/linux/sound/isa/sb/
H A Demu8000_local.h19 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,
H A Demu8000_patch.c136 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new()
260 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free()