Lines Matching refs:snd_opl3
235 struct snd_opl3;
299 struct snd_opl3 { struct
306 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val); argument
314 void (*private_free)(struct snd_opl3 *); argument
356 struct snd_opl3 **ropl3); argument
357 int snd_opl3_init(struct snd_opl3 *opl3);
362 struct snd_opl3 ** opl3);
363 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
364 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
373 void snd_opl3_reset(struct snd_opl3 * opl3);
378 int snd_opl3_load_patch(struct snd_opl3 *opl3,
383 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank,
385 void snd_opl3_clear_patches(struct snd_opl3 *opl3);
388 static inline void snd_opl3_clear_patches(struct snd_opl3 *opl3) {} in snd_opl3_clear_patches()