Home
last modified time | relevance | path

Searched refs:snd_opl3 (Results 1 – 39 of 39) sorted by relevance

/linux-4.1.27/include/sound/
Dopl3.h237 struct snd_opl3;
301 struct snd_opl3 { struct
308 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val); argument
316 void (*private_free)(struct snd_opl3 *); argument
358 struct snd_opl3 **ropl3); argument
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 * opl3);
[all …]
Dopl4.h30 struct snd_opl3 **opl3, struct snd_opl4 **opl4);
/linux-4.1.27/sound/drivers/opl3/
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_cha…
48 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name);
49 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3);
Dopl3_seq.c39 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3) in snd_opl3_synth_use_inc()
47 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3) in snd_opl3_synth_use_dec()
52 int snd_opl3_synth_setup(struct snd_opl3 * opl3) in snd_opl3_synth_setup()
83 void snd_opl3_synth_cleanup(struct snd_opl3 * opl3) in snd_opl3_synth_cleanup()
106 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_use()
133 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_unuse()
158 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_event_input()
168 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_free_port()
173 static int snd_opl3_synth_create_port(struct snd_opl3 * opl3) in snd_opl3_synth_create_port()
222 struct snd_opl3 *opl3; in snd_opl3_seq_probe()
[all …]
Dopl3_lib.c41 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl2_command()
64 static void snd_opl3_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl3_command()
89 static int snd_opl3_detect(struct snd_opl3 * opl3) in snd_opl3_detect()
163 struct snd_opl3 *opl3; in snd_opl3_timer1_start()
180 struct snd_opl3 *opl3; in snd_opl3_timer1_stop()
200 struct snd_opl3 *opl3; in snd_opl3_timer2_start()
217 struct snd_opl3 *opl3; in snd_opl3_timer2_stop()
250 static int snd_opl3_timer1_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer1_init()
270 static int snd_opl3_timer2_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer2_init()
297 struct snd_opl3 *opl3; in snd_opl3_interrupt()
[all …]
Dopl3_oss.c60 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_event_input()
71 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_free_port()
76 static int snd_opl3_oss_create_port(struct snd_opl3 * opl3) in snd_opl3_oss_create_port()
119 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name) in snd_opl3_init_seq_oss()
149 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3) in snd_opl3_free_seq_oss()
162 struct snd_opl3 *opl3 = closure; in snd_opl3_open_seq_oss()
186 struct snd_opl3 *opl3; in snd_opl3_close_seq_oss()
206 struct snd_opl3 *opl3; in snd_opl3_load_patch_seq_oss()
250 struct snd_opl3 *opl3; in snd_opl3_ioctl_seq_oss()
278 struct snd_opl3 *opl3; in snd_opl3_reset_seq_oss()
Dopl3_synth.c72 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
73 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice);
74 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
75 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode);
76 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection);
94 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_ioctl()
184 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_release()
197 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_write()
251 int snd_opl3_load_patch(struct snd_opl3 *opl3, in snd_opl3_load_patch()
314 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank, in snd_opl3_find_patch()
[all …]
Dopl3_midi.c128 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) { in debug_alloc()
142 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op, in opl3_get_voice()
244 struct snd_opl3 *opl3 = (struct snd_opl3 *)data; in snd_opl3_timer_func()
273 static void snd_opl3_start_timer(struct snd_opl3 *opl3) in snd_opl3_start_timer()
296 struct snd_opl3 *opl3; in snd_opl3_note_on()
622 static void snd_opl3_kill_voice(struct snd_opl3 *opl3, int voice) in snd_opl3_kill_voice()
674 struct snd_opl3 *opl3; in snd_opl3_note_off_unsafe()
711 struct snd_opl3 *opl3 = p; in snd_opl3_note_off()
724 struct snd_opl3 *opl3; in snd_opl3_key_press()
738 struct snd_opl3 *opl3; in snd_opl3_terminate_note()
[all …]
Dopl3_drums.c83 static void snd_opl3_drum_voice_set(struct snd_opl3 *opl3, in snd_opl3_drum_voice_set()
118 static void snd_opl3_drum_note_set(struct snd_opl3 *opl3, in snd_opl3_drum_note_set()
136 static void snd_opl3_drum_vol_set(struct snd_opl3 *opl3, in snd_opl3_drum_vol_set()
165 void snd_opl3_load_drums(struct snd_opl3 *opl3) in snd_opl3_load_drums()
185 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
/linux-4.1.27/sound/drivers/opl4/
Dopl4_lib.c197 struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) in snd_opl4_create()
200 struct snd_opl3 *opl3; in snd_opl4_create()
/linux-4.1.27/sound/isa/
Dadlib.c53 struct snd_opl3 *opl3; in snd_adlib_probe()
Dazt2320.c185 struct snd_opl3 *opl3; in snd_card_azt2320_probe()
Dals100.c194 struct snd_opl3 *opl3; in snd_card_als100_probe()
Dcmi8328.c220 struct snd_opl3 *opl3; in snd_cmi8328_probe()
Dsc6000.c557 struct snd_opl3 *opl3; in snd_sc6000_probe()
Dcmi8330.c540 struct snd_opl3 *opl3; in snd_cmi8330_probe()
Dopl3sa2.c655 struct snd_opl3 *opl3; in snd_opl3sa2_probe()
Des18xx.c2128 struct snd_opl3 *opl3; in snd_audiodrive_probe()
/linux-4.1.27/sound/isa/sb/
Dsb8.c102 struct snd_opl3 *opl3; in snd_sb8_probe()
Djazz16.c226 struct snd_opl3 *opl3; in snd_jazz16_probe()
Dsb16.c346 struct snd_opl3 *opl3; in snd_sb16_probe()
/linux-4.1.27/sound/isa/ad1816a/
Dad1816a.c144 struct snd_opl3 *opl3; in snd_card_ad1816a_probe()
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci.c182 struct snd_opl3 *opl3; in snd_card_ymfpci_probe()
/linux-4.1.27/sound/isa/es1688/
Des1688.c140 struct snd_opl3 *opl3; in snd_es1688_probe()
/linux-4.1.27/sound/isa/gus/
Dgusextreme.c242 struct snd_opl3 *opl3; in snd_gusextreme_probe()
/linux-4.1.27/sound/isa/galaxy/
Dgalaxy.c592 struct snd_opl3 *opl3; in snd_galaxy_probe()
/linux-4.1.27/sound/isa/wavefront/
Dwavefront.c394 struct snd_opl3 *opl3; in snd_wavefront_probe()
/linux-4.1.27/sound/isa/cs423x/
Dcs4236.c386 struct snd_opl3 *opl3; in snd_cs423x_probe()
/linux-4.1.27/sound/pci/
Dals300.c126 struct snd_opl3 *opl3;
Dals4000.c858 struct snd_opl3 *opl3; in snd_card_als4000_probe()
Dcs4281.c1878 static void snd_cs4281_opl3_command(struct snd_opl3 *opl3, unsigned short cmd, in snd_cs4281_opl3_command()
1907 struct snd_opl3 *opl3; in snd_cs4281_probe()
Dfm801.c1283 struct snd_opl3 *opl3; in snd_card_fm801_probe()
Dsonicvibes.c1453 struct snd_opl3 *opl3; in snd_sonic_probe()
Des1938.c1770 struct snd_opl3 *opl3; in snd_es1938_probe()
Dazt3328.c2521 struct snd_opl3 *opl3; in snd_azf3328_probe()
Dcmipci.c2966 struct snd_opl3 *opl3; in snd_cmipci_create_fm()
/linux-4.1.27/sound/isa/opti9xx/
Dopti92x-ad1848.c902 struct snd_opl3 *opl3 = NULL;
Dmiro.c1371 struct snd_opl3 *opl3 = NULL; in snd_miro_probe()
/linux-4.1.27/sound/pci/riptide/
Driptide.c439 struct snd_opl3 *opl3;