timer1_dev        347 include/sound/opl3.h int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
timer1_dev        448 sound/drivers/opl3/opl3_lib.c int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev)
timer1_dev        452 sound/drivers/opl3/opl3_lib.c 	if (timer1_dev >= 0)
timer1_dev        453 sound/drivers/opl3/opl3_lib.c 		if ((err = snd_opl3_timer1_init(opl3, timer1_dev)) < 0)