Searched refs:snd_opl3 (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_voice.h25 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3);
26 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3);
27 int snd_opl3_synth_setup(struct snd_opl3 * opl3);
28 void snd_opl3_synth_cleanup(struct snd_opl3 * opl3);
43 void snd_opl3_load_drums(struct snd_opl3 *opl3);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
48 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name);
49 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3);
H A Dopl3_seq.c38 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3)
46 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3)
51 int snd_opl3_synth_setup(struct snd_opl3 * opl3)
82 void snd_opl3_synth_cleanup(struct snd_opl3 * opl3)
105 struct snd_opl3 *opl3 = private_data;
132 struct snd_opl3 *opl3 = private_data;
157 struct snd_opl3 *opl3 = private_data;
167 struct snd_opl3 *opl3 = private_data;
172 static int snd_opl3_synth_create_port(struct snd_opl3 * opl3)
220 struct snd_opl3 *opl
[all...]
H A Dopl3_lib.c40 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val)
63 static void snd_opl3_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val)
88 static int snd_opl3_detect(struct snd_opl3 * opl3)
162 struct snd_opl3 *opl3;
179 struct snd_opl3 *opl3;
199 struct snd_opl3 *opl3;
216 struct snd_opl3 *opl3;
249 static int snd_opl3_timer1_init(struct snd_opl3 * opl3, int timer_no)
269 static int snd_opl3_timer2_init(struct snd_opl3 * opl3, int timer_no)
296 struct snd_opl3 *opl
[all...]
H A Dopl3_oss.c59 struct snd_opl3 *opl3 = private_data;
70 struct snd_opl3 *opl3 = private_data;
75 static int snd_opl3_oss_create_port(struct snd_opl3 * opl3)
118 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name)
148 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3)
161 struct snd_opl3 *opl3 = closure;
185 struct snd_opl3 *opl3;
205 struct snd_opl3 *opl3;
249 struct snd_opl3 *opl3;
277 struct snd_opl3 *opl
[all...]
H A Dopl3_synth.c71 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
72 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice);
73 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
74 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode);
75 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection);
93 struct snd_opl3 *opl3 = hw->private_data;
183 struct snd_opl3 *opl3 = hw->private_data;
196 struct snd_opl3 *opl3 = hw->private_data;
250 int snd_opl3_load_patch(struct snd_opl3 *opl3,
313 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl
[all...]
H A Dopl3_midi.c126 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) {
140 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op,
242 struct snd_opl3 *opl3 = (struct snd_opl3 *)data;
273 static void snd_opl3_start_timer(struct snd_opl3 *opl3)
297 struct snd_opl3 *opl3;
618 static void snd_opl3_kill_voice(struct snd_opl3 *opl3, int voice)
670 struct snd_opl3 *opl3;
707 struct snd_opl3 *opl3 = p;
720 struct snd_opl3 *opl
[all...]
H A Dopl3_drums.c83 static void snd_opl3_drum_voice_set(struct snd_opl3 *opl3,
118 static void snd_opl3_drum_note_set(struct snd_opl3 *opl3,
136 static void snd_opl3_drum_vol_set(struct snd_opl3 *opl3,
165 void snd_opl3_load_drums(struct snd_opl3 *opl3)
185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl4.h30 struct snd_opl3 **opl3, struct snd_opl4 **opl4);
H A Dopl3.h237 struct snd_opl3;
301 struct snd_opl3 { struct
308 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val);
316 void (*private_free)(struct snd_opl3 *);
358 struct snd_opl3 **ropl3);
359 int snd_opl3_init(struct snd_opl3 *opl3);
364 struct snd_opl3 ** opl3);
365 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
366 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
375 void snd_opl3_reset(struct snd_opl3 * opl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dadlib.c53 struct snd_opl3 *opl3;
H A Dals100.c194 struct snd_opl3 *opl3;
H A Dazt2320.c185 struct snd_opl3 *opl3;
H A Dcmi8330.c539 struct snd_opl3 *opl3;
H A Dsc6000.c557 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_lib.c197 struct snd_opl3 **ropl3, struct snd_opl4 **ropl4)
200 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1816a/
H A Dad1816a.c158 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb8.c102 struct snd_opl3 *opl3;
H A Djazz16.c226 struct snd_opl3 *opl3;
H A Dsb16.c343 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/es1688/
H A Des1688.c140 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgusextreme.c240 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci.c178 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/cs423x/
H A Dcs4236.c386 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront.c396 struct snd_opl3 *opl3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c1879 static void snd_cs4281_opl3_command(struct snd_opl3 *opl3, unsigned short cmd,
1908 struct snd_opl3 *opl3;

Completed in 281 milliseconds

12