snd_opl3_timer_new  347 include/sound/opl3.h int snd_opl3_timer_new(struct snd_opl3 * opl3, int timer1_dev, int timer2_dev);
snd_opl3_timer_new  465 sound/drivers/opl3/opl3_lib.c EXPORT_SYMBOL(snd_opl3_timer_new);
snd_opl3_timer_new  259 sound/isa/als100.c 			if ((error = snd_opl3_timer_new(opl3, 0, 1)) < 0) {
snd_opl3_timer_new  236 sound/isa/azt2320.c 			if ((error = snd_opl3_timer_new(opl3, 1, 2)) < 0) {
snd_opl3_timer_new  590 sound/isa/galaxy/galaxy.c 		err = snd_opl3_timer_new(opl3, 1, 2);
snd_opl3_timer_new  688 sound/isa/opl3sa2.c 		if ((err = snd_opl3_timer_new(opl3, 1, 2)) < 0)
snd_opl3_timer_new 2562 sound/pci/azt3328.c 		err = snd_opl3_timer_new(opl3, 1, 2);
snd_opl3_timer_new 1820 sound/pci/es1938.c 	        if ((err = snd_opl3_timer_new(opl3, 0, 1)) < 0) {