Lines Matching refs:snd_opl3
25 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3) in snd_opl3_synth_use_inc()
33 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3) in snd_opl3_synth_use_dec()
38 int snd_opl3_synth_setup(struct snd_opl3 * opl3) in snd_opl3_synth_setup()
69 void snd_opl3_synth_cleanup(struct snd_opl3 * opl3) in snd_opl3_synth_cleanup()
92 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_use()
121 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_unuse()
146 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_event_input()
156 struct snd_opl3 *opl3 = private_data; in snd_opl3_synth_free_port()
161 static int snd_opl3_synth_create_port(struct snd_opl3 * opl3) in snd_opl3_synth_create_port()
210 struct snd_opl3 *opl3; in snd_opl3_seq_probe()
215 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
253 struct snd_opl3 *opl3; in snd_opl3_seq_remove()
255 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
276 .argsize = sizeof(struct snd_opl3 *),