Symbol: snd_emux
include/sound/emu8000.h
48
struct snd_emux *emu;
include/sound/emux_synth.h
129
struct snd_emux *emu;
include/sound/emux_synth.h
172
struct snd_emux *emu; /* assigned root info */
include/sound/emux_synth.h
218
int snd_emux_new(struct snd_emux **remu);
include/sound/emux_synth.h
219
int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name);
include/sound/emux_synth.h
220
int snd_emux_free(struct snd_emux *emu);
include/sound/emux_synth.h
225
void snd_emux_terminate_all(struct snd_emux *emu);
include/sound/emux_synth.h
226
void snd_emux_lock_voice(struct snd_emux *emu, int voice);
include/sound/emux_synth.h
227
void snd_emux_unlock_voice(struct snd_emux *emu, int voice);
include/sound/emux_synth.h
24
struct snd_emux;
include/sound/emux_synth.h
34
struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
include/sound/emux_synth.h
42
void (*reset)(struct snd_emux *emu, int ch);
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/emux_synth.h
49
void (*sample_reset)(struct snd_emux *emu);
include/sound/emux_synth.h
50
int (*load_fx)(struct snd_emux *emu, int type, int arg,
include/sound/emux_synth.h
52
void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
include/sound/emux_synth.h
55
int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
include/sound/emux_synth.h
57
int (*get_pitch_shift)(struct snd_emux *emu);
sound/isa/sb/emu8000_callback.c
144
get_voice(struct snd_emux *emu, struct snd_emux_port *port)
sound/isa/sb/emu8000_callback.c
16
static struct snd_emux_voice *get_voice(struct snd_emux *emu,
sound/isa/sb/emu8000_callback.c
22
static void reset_voice(struct snd_emux *emu, int ch);
sound/isa/sb/emu8000_callback.c
24
static void sysex(struct snd_emux *emu, char *buf, int len, int parsed,
sound/isa/sb/emu8000_callback.c
27
static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2);
sound/isa/sb/emu8000_callback.c
29
static int load_fx(struct snd_emux *emu, int type, int mode,
sound/isa/sb/emu8000_callback.c
323
reset_voice(struct snd_emux *emu, int ch)
sound/isa/sb/emu8000_callback.c
447
sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset)
sound/isa/sb/emu8000_callback.c
472
oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2)
sound/isa/sb/emu8000_callback.c
517
load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len)
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_local.h
24
void snd_emu8000_sample_reset(struct snd_emux *rec);
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/isa/sb/emu8000_patch.c
275
snd_emu8000_sample_reset(struct snd_emux *rec)
sound/isa/sb/emu8000_synth.c
27
struct snd_emux *emu;
sound/pci/emu10k1/emu10k1_callback.c
210
lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,
sound/pci/emu10k1/emu10k1_callback.c
26
static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
sound/pci/emu10k1/emu10k1_callback.c
276
get_voice(struct snd_emux *emu, struct snd_emux_port *port)
sound/pci/emu10k1/emu10k1_callback.c
28
static struct snd_emux_voice *get_voice(struct snd_emux *emux,
sound/pci/emu10k1/emu10k1_callback.c
38
static int get_pitch_shift(struct snd_emux *emu);
sound/pci/emu10k1/emu10k1_callback.c
516
static int get_pitch_shift(struct snd_emux *emu)
sound/pci/emu10k1/emu10k1_callback.c
66
snd_emu10k1_ops_setup(struct snd_emux *emux)
sound/pci/emu10k1/emu10k1_callback.c
82
struct snd_emux *emu;
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.c
21
struct snd_emux *emux;
sound/pci/emu10k1/emu10k1_synth.c
68
struct snd_emux *emux;
sound/pci/emu10k1/emu10k1_synth_local.h
15
int snd_emu10k1_sample_new(struct snd_emux *private_data,
sound/pci/emu10k1/emu10k1_synth_local.h
19
int snd_emu10k1_sample_free(struct snd_emux *private_data,
sound/pci/emu10k1/emu10k1_synth_local.h
22
int snd_emu10k1_memhdr_init(struct snd_emux *emu);
sound/pci/emu10k1/emu10k1_synth_local.h
25
void snd_emu10k1_ops_setup(struct snd_emux *emu);
sound/synth/emux/emux.c
124
int snd_emux_free(struct snd_emux *emu)
sound/synth/emux/emux.c
24
int snd_emux_new(struct snd_emux **remu)
sound/synth/emux/emux.c
26
struct snd_emux *emu;
sound/synth/emux/emux.c
58
struct snd_emux *emu = private_data;
sound/synth/emux/emux.c
66
struct snd_emux *emu = private_data;
sound/synth/emux/emux.c
73
struct snd_emux *emu = private_data;
sound/synth/emux/emux.c
77
int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name)
sound/synth/emux/emux_effect.c
169
struct snd_emux *emu;
sound/synth/emux/emux_hwdep.c
115
snd_emux_init_hwdep(struct snd_emux *emu)
sound/synth/emux/emux_hwdep.c
144
snd_emux_delete_hwdep(struct snd_emux *emu)
sound/synth/emux/emux_hwdep.c
20
snd_emux_hwdep_load_patch(struct snd_emux *emu, void __user *arg)
sound/synth/emux/emux_hwdep.c
52
snd_emux_hwdep_misc_mode(struct snd_emux *emu, void __user *arg)
sound/synth/emux/emux_hwdep.c
83
struct snd_emux *emu = hw->private_data;
sound/synth/emux/emux_nrpn.c
369
struct snd_emux *emu;
sound/synth/emux/emux_oss.c
164
struct snd_emux *emu;
sound/synth/emux/emux_oss.c
193
struct snd_emux *emu;
sound/synth/emux/emux_oss.c
240
struct snd_emux *emu;
sound/synth/emux/emux_oss.c
29
static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_oss.c
292
struct snd_emux *emu;
sound/synth/emux/emux_oss.c
31
static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_oss.c
322
emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd,
sound/synth/emux/emux_oss.c
33
static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_oss.c
417
gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd,
sound/synth/emux/emux_oss.c
483
fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic, int hop)
sound/synth/emux/emux_oss.c
52
snd_emux_init_seq_oss(struct snd_emux *emu)
sound/synth/emux/emux_oss.c
80
snd_emux_detach_seq_oss(struct snd_emux *emu)
sound/synth/emux/emux_oss.c
98
struct snd_emux *emu;
sound/synth/emux/emux_proc.c
106
void snd_emux_proc_free(struct snd_emux *emu)
sound/synth/emux/emux_proc.c
18
struct snd_emux *emu;
sound/synth/emux/emux_proc.c
90
void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device)
sound/synth/emux/emux_seq.c
110
snd_emux_detach_seq(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
127
snd_emux_create_port(struct snd_emux *emu, char *name,
sound/synth/emux/emux_seq.c
258
__snd_emux_inc_count(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
272
int snd_emux_inc_count(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
282
__snd_emux_dec_count(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
291
void snd_emux_dec_count(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
304
struct snd_emux *emu;
sound/synth/emux/emux_seq.c
326
struct snd_emux *emu;
sound/synth/emux/emux_seq.c
345
int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card)
sound/synth/emux/emux_seq.c
380
int snd_emux_delete_virmidi(struct snd_emux *emu)
sound/synth/emux/emux_seq.c
55
snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index)
sound/synth/emux/emux_synth.c
146
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
189
struct snd_emux *emu = timer_container_of(emu, t, tlist);
sound/synth/emux/emux_synth.c
219
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
249
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
26
static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_synth.c
274
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
30
static void terminate_note1(struct snd_emux *emu, int note,
sound/synth/emux/emux_synth.c
32
static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_synth.c
34
static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
sound/synth/emux/emux_synth.c
35
static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
sound/synth/emux/emux_synth.c
352
terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free)
sound/synth/emux/emux_synth.c
373
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
392
snd_emux_terminate_all(struct snd_emux *emu)
sound/synth/emux/emux_synth.c
423
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
453
exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, int exclass)
sound/synth/emux/emux_synth.c
473
terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free)
sound/synth/emux/emux_synth.c
48
struct snd_emux *emu;
sound/synth/emux/emux_synth.c
491
update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update)
sound/synth/emux/emux_synth.c
870
get_zone(struct snd_emux *emu, struct snd_emux_port *port,
sound/synth/emux/emux_synth.c
895
snd_emux_init_voices(struct snd_emux *emu)
sound/synth/emux/emux_synth.c
915
void snd_emux_lock_voice(struct snd_emux *emu, int voice)
sound/synth/emux/emux_synth.c
930
void snd_emux_unlock_voice(struct snd_emux *emu, int voice)
sound/synth/emux/emux_voice.h
18
int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
sound/synth/emux/emux_voice.h
19
void snd_emux_detach_seq(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
20
struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name,
sound/synth/emux/emux_voice.h
26
int snd_emux_inc_count(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
27
void snd_emux_dec_count(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
28
int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
sound/synth/emux/emux_voice.h
29
int snd_emux_delete_virmidi(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
32
void snd_emux_init_voices(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
68
void snd_emux_init_seq_oss(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
69
void snd_emux_detach_seq_oss(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
73
void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device);
sound/synth/emux/emux_voice.h
74
void snd_emux_proc_free(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
76
static inline void snd_emux_proc_init(struct snd_emux *emu,
sound/synth/emux/emux_voice.h
78
static inline void snd_emux_proc_free(struct snd_emux *emu) {}
sound/synth/emux/emux_voice.h
84
int snd_emux_init_hwdep(struct snd_emux *emu);
sound/synth/emux/emux_voice.h
85
void snd_emux_delete_hwdep(struct snd_emux *emu);