Lines Matching refs:snd_opl3
39 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()
227 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
264 struct snd_opl3 *opl3; in snd_opl3_seq_remove()
266 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
287 .argsize = sizeof(struct snd_opl3 *),