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