Lines Matching refs:snd_opl3
26 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl2_command()
49 static void snd_opl3_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl3_command()
74 static int snd_opl3_detect(struct snd_opl3 * opl3) in snd_opl3_detect()
148 struct snd_opl3 *opl3; in snd_opl3_timer1_start()
165 struct snd_opl3 *opl3; in snd_opl3_timer1_stop()
185 struct snd_opl3 *opl3; in snd_opl3_timer2_start()
202 struct snd_opl3 *opl3; in snd_opl3_timer2_stop()
235 static int snd_opl3_timer1_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer1_init()
255 static int snd_opl3_timer2_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer2_init()
282 struct snd_opl3 *opl3; in snd_opl3_interrupt()
312 static int snd_opl3_free(struct snd_opl3 *opl3) in snd_opl3_free()
327 struct snd_opl3 *opl3 = device->device_data; in snd_opl3_dev_free()
333 struct snd_opl3 **ropl3) in snd_opl3_new()
338 struct snd_opl3 *opl3; in snd_opl3_new()
362 int snd_opl3_init(struct snd_opl3 *opl3) in snd_opl3_init()
393 struct snd_opl3 ** ropl3) in snd_opl3_create()
395 struct snd_opl3 *opl3; in snd_opl3_create()
448 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) in snd_opl3_timer_new()
467 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, in snd_opl3_hwdep_new()
516 sizeof(struct snd_opl3 *), &opl3->seq_dev) >= 0) { in snd_opl3_hwdep_new()
518 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()