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()
256 static int snd_opl3_timer2_init(struct snd_opl3 * opl3, int timer_no) in snd_opl3_timer2_init()
284 struct snd_opl3 *opl3; in snd_opl3_interrupt()
314 static int snd_opl3_free(struct snd_opl3 *opl3) in snd_opl3_free()
329 struct snd_opl3 *opl3 = device->device_data; in snd_opl3_dev_free()
335 struct snd_opl3 **ropl3) in snd_opl3_new()
340 struct snd_opl3 *opl3; in snd_opl3_new()
365 int snd_opl3_init(struct snd_opl3 *opl3) in snd_opl3_init()
396 struct snd_opl3 ** ropl3) in snd_opl3_create()
398 struct snd_opl3 *opl3; in snd_opl3_create()
456 int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev) in snd_opl3_timer_new()
478 int snd_opl3_hwdep_new(struct snd_opl3 * opl3, in snd_opl3_hwdep_new()
528 sizeof(struct snd_opl3 *), &opl3->seq_dev) >= 0) { in snd_opl3_hwdep_new()
530 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()