snd_timer_new 115 include/sound/timer.h int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer); snd_timer_new 108 sound/core/pcm_timer.c if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) snd_timer_new 956 sound/core/timer.c EXPORT_SYMBOL(snd_timer_new); snd_timer_new 1086 sound/core/timer.c return snd_timer_new(NULL, id, &tid, rtimer); snd_timer_new 246 sound/drivers/opl3/opl3_lib.c if ((err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer)) >= 0) { snd_timer_new 266 sound/drivers/opl3/opl3_lib.c if ((err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer)) >= 0) { snd_timer_new 702 sound/isa/ad1816a/ad1816a_lib.c if ((error = snd_timer_new(chip->card, "AD1816A", &tid, &timer)) < 0) snd_timer_new 158 sound/isa/gus/gus_timer.c if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { snd_timer_new 168 sound/isa/gus/gus_timer.c if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { snd_timer_new 1957 sound/isa/wss/wss_lib.c if ((err = snd_timer_new(chip->card, "CS4231", &tid, &timer)) < 0) snd_timer_new 2252 sound/pci/azt3328.c err = snd_timer_new(chip->card, "AZF3328", &tid, &timer); snd_timer_new 75 sound/pci/emu10k1/timer.c if ((err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer)) >= 0) { snd_timer_new 1947 sound/pci/ymfpci/ymfpci_main.c if ((err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer)) >= 0) { snd_timer_new 1267 sound/sparc/cs4231.c err = snd_timer_new(card, "CS4231", &tid, &timer);