Lines Matching refs:snd_opl3
40 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl2_command()
63 static void snd_opl3_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl3_command()
88 static int snd_opl3_detect(struct snd_opl3 * opl3) in snd_opl3_detect()
162 struct snd_opl3 *opl3; in snd_opl3_timer1_start()
179 struct snd_opl3 *opl3; in snd_opl3_timer1_stop()
199 struct snd_opl3 *opl3; in snd_opl3_timer2_start()
216 struct snd_opl3 *opl3; in snd_opl3_timer2_stop()
249 static int snd_opl3_timer1_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer1_init()
269 static int snd_opl3_timer2_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer2_init()
296 struct snd_opl3 *opl3; in snd_opl3_interrupt()
326 static int snd_opl3_free(struct snd_opl3 *opl3) in snd_opl3_free()
341 struct snd_opl3 *opl3 = device->device_data; in snd_opl3_dev_free()
347 struct snd_opl3 **ropl3) in snd_opl3_new()
352 struct snd_opl3 *opl3; in snd_opl3_new()
376 int snd_opl3_init(struct snd_opl3 *opl3) in snd_opl3_init()
407 struct snd_opl3 ** ropl3) in snd_opl3_create()
409 struct snd_opl3 *opl3; in snd_opl3_create()
462 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) in snd_opl3_timer_new()
481 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, in snd_opl3_hwdep_new()
530 sizeof(struct snd_opl3 *), &opl3->seq_dev) >= 0) { in snd_opl3_hwdep_new()
532 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()