Searched refs:snd_emux (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demu10k1_synth_local.h28 int snd_emu10k1_sample_new(struct snd_emux *private_data,
32 int snd_emu10k1_sample_free(struct snd_emux *private_data,
35 int snd_emu10k1_memhdr_init(struct snd_emux *emu);
38 void snd_emu10k1_ops_setup(struct snd_emux *emu);
H A Demu10k1_synth.c33 struct snd_emux *emux;
83 struct snd_emux *emux;
H A Demu10k1_patch.c38 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
164 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
H A Demu10k1_callback.c38 static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
40 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
77 snd_emu10k1_ops_setup(struct snd_emux *emux)
91 struct snd_emux *emu;
221 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,
285 get_voice(struct snd_emux *emu, struct snd_emux_port *port)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_voice.h31 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
32 void snd_emux_detach_seq(struct snd_emux *emu);
33 struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name,
39 int snd_emux_inc_count(struct snd_emux *emu);
40 void snd_emux_dec_count(struct snd_emux *emu);
41 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
42 int snd_emux_delete_virmidi(struct snd_emux *emu);
45 void snd_emux_init_voices(struct snd_emux *emu);
81 void snd_emux_init_seq_oss(struct snd_emux *emu);
82 void snd_emux_detach_seq_oss(struct snd_emux *em
[all...]
H A Demux_hwdep.c34 snd_emux_hwdep_load_patch(struct snd_emux *emu, void __user *arg)
60 snd_emux_hwdep_misc_mode(struct snd_emux *emu, void __user *arg)
88 struct snd_emux *emu = hw->private_data;
120 snd_emux_init_hwdep(struct snd_emux *emu)
144 snd_emux_delete_hwdep(struct snd_emux *emu)
H A Demux.c36 int snd_emux_new(struct snd_emux **remu)
38 struct snd_emux *emu;
72 struct snd_emux *emu = private_data;
80 struct snd_emux *emu = private_data;
87 struct snd_emux *emu = private_data;
91 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name)
142 int snd_emux_free(struct snd_emux *emu)
H A Demux_oss.c43 static void emuspec_control(struct snd_emux *emu, struct snd_emux_port *port,
45 static void gusspec_control(struct snd_emux *emu, struct snd_emux_port *port,
47 static void fake_event(struct snd_emux *emu, struct snd_emux_port *port,
66 snd_emux_init_seq_oss(struct snd_emux *emu)
93 snd_emux_detach_seq_oss(struct snd_emux *emu)
111 struct snd_emux *emu;
184 struct snd_emux *emu;
215 struct snd_emux *emu;
260 struct snd_emux *emu;
312 struct snd_emux *em
[all...]
H A Demux_seq.c68 snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index)
122 snd_emux_detach_seq(struct snd_emux *emu)
141 snd_emux_create_port(struct snd_emux *emu, char *name,
273 snd_emux_inc_count(struct snd_emux *emu)
292 snd_emux_dec_count(struct snd_emux *emu)
309 struct snd_emux *emu;
332 struct snd_emux *emu;
352 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card)
389 int snd_emux_delete_virmidi(struct snd_emux *emu)
H A Demux_proc.c33 struct snd_emux *emu;
68 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device)
87 void snd_emux_proc_free(struct snd_emux *emu)
H A Demux_synth.c39 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
43 static void terminate_note1(struct snd_emux *emu, int note,
45 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port,
47 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
48 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
61 struct snd_emux *emu;
157 struct snd_emux *emu;
203 struct snd_emux *emu = (struct snd_emux *) data;
236 struct snd_emux *em
[all...]
H A Demux_nrpn.c379 struct snd_emux *emu;
H A Demux_effect.c183 struct snd_emux *emu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h39 struct snd_emux;
49 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
57 void (*reset)(struct snd_emux *emu, int ch);
58 /* the first parameters are struct snd_emux */
59 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp,
62 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
64 void (*sample_reset)(struct snd_emux *emu);
65 int (*load_fx)(struct snd_emux *emu, int type, int arg,
67 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
70 int (*oss_ioctl)(struct snd_emux *em
92 struct snd_emux { struct
[all...]
H A Demu8000.h61 struct snd_emux *emu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_local.h32 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,
37 void snd_emu8000_sample_reset(struct snd_emux *rec);
H A Demu8000_callback.c28 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
34 static void reset_voice(struct snd_emux *emu, int ch);
36 static void sysex(struct snd_emux *emu, char *buf, int len, int parsed,
39 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2);
41 static int load_fx(struct snd_emux *emu, int type, int mode,
156 get_voice(struct snd_emux *emu, struct snd_emux_port *port)
335 reset_voice(struct snd_emux *emu, int ch)
459 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset)
484 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2)
529 load_fx(struct snd_emux *em
[all...]
H A Demu8000_synth.c39 struct snd_emux *emu;
H A Demu8000_patch.c147 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
279 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
294 snd_emu8000_sample_reset(struct snd_emux *rec)

Completed in 128 milliseconds