snd_opl3          237 include/sound/opl3.h struct snd_opl3;
snd_opl3          308 include/sound/opl3.h 	void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val);
snd_opl3          316 include/sound/opl3.h 	void (*private_free)(struct snd_opl3 *);
snd_opl3          358 include/sound/opl3.h 		 struct snd_opl3 **ropl3);
snd_opl3          359 include/sound/opl3.h int snd_opl3_init(struct snd_opl3 *opl3);
snd_opl3          364 include/sound/opl3.h 		    struct snd_opl3 ** opl3);
snd_opl3          365 include/sound/opl3.h int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
snd_opl3          366 include/sound/opl3.h int snd_opl3_hwdep_new(struct snd_opl3 * opl3, int device, int seq_device,
snd_opl3          375 include/sound/opl3.h void snd_opl3_reset(struct snd_opl3 * opl3);
snd_opl3          380 include/sound/opl3.h int snd_opl3_load_patch(struct snd_opl3 *opl3,
snd_opl3          385 include/sound/opl3.h struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank,
snd_opl3          387 include/sound/opl3.h void snd_opl3_clear_patches(struct snd_opl3 *opl3);
snd_opl3          390 include/sound/opl3.h static inline void snd_opl3_clear_patches(struct snd_opl3 *opl3) {}
snd_opl3           30 include/sound/opl4.h 			   struct snd_opl3 **opl3, struct snd_opl4 **opl4);