Lines Matching refs:snd_opl3
72 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()
342 void snd_opl3_clear_patches(struct snd_opl3 *opl3) in snd_opl3_clear_patches()
358 void snd_opl3_reset(struct snd_opl3 * opl3) in snd_opl3_reset()
400 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()
447 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()
549 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params) in snd_opl3_set_params()
589 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode) in snd_opl3_set_mode()
601 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection) in snd_opl3_set_connection()