Symbol: snd_sf_sample
include/sound/emux_synth.h
44
int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp,
include/sound/emux_synth.h
47
int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
include/sound/soundfont.h
27
struct snd_sf_sample *sample; /* Link to sample */
include/sound/soundfont.h
38
struct snd_sf_sample *next;
include/sound/soundfont.h
51
struct snd_sf_sample *samples; /* The sample headers */
include/sound/soundfont.h
59
int (*sample_new)(void *private_data, struct snd_sf_sample *sp,
include/sound/soundfont.h
62
int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
sound/isa/sb/emu8000_local.h
19
int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/isa/sb/emu8000_local.h
22
int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/isa/sb/emu8000_patch.c
136
snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/isa/sb/emu8000_patch.c
260
snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/pci/emu10k1/emu10k1_patch.c
155
snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/pci/emu10k1/emu10k1_patch.c
25
snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
sound/pci/emu10k1/emu10k1_synth_local.h
16
struct snd_sf_sample *sp,
sound/pci/emu10k1/emu10k1_synth_local.h
20
struct snd_sf_sample *sp,
sound/synth/emux/emux.c
54
static int sf_sample_new(void *private_data, struct snd_sf_sample *sp,
sound/synth/emux/emux.c
63
static int sf_sample_free(void *private_data, struct snd_sf_sample *sp,
sound/synth/emux/soundfont.c
1365
struct snd_sf_sample *sp, *nextsp;
sound/synth/emux/soundfont.c
1452
struct snd_sf_sample *sp, *nextsp;
sound/synth/emux/soundfont.c
330
struct snd_sf_sample *sp)
sound/synth/emux/soundfont.c
340
static struct snd_sf_sample *
sound/synth/emux/soundfont.c
343
struct snd_sf_sample *sp;
sound/synth/emux/soundfont.c
35
struct snd_soundfont *sf, struct snd_sf_sample *sp);
sound/synth/emux/soundfont.c
36
static struct snd_sf_sample *sf_sample_new(struct snd_sf_list *sflist,
sound/synth/emux/soundfont.c
362
struct snd_sf_sample *sp)
sound/synth/emux/soundfont.c
39
struct snd_soundfont *sf, struct snd_sf_sample *sp);
sound/synth/emux/soundfont.c
47
static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
sound/synth/emux/soundfont.c
49
static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
sound/synth/emux/soundfont.c
611
static struct snd_sf_sample *
sound/synth/emux/soundfont.c
614
struct snd_sf_sample *sample;
sound/synth/emux/soundfont.c
637
static struct snd_sf_sample *
sound/synth/emux/soundfont.c
640
struct snd_sf_sample *p;
sound/synth/emux/soundfont.c
679
struct snd_sf_sample *sp;
sound/synth/emux/soundfont.c
944
struct snd_sf_sample *smp;