snd_timer_new 127 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 140 sound/core/pcm_timer.c if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) snd_timer_new 922 sound/core/timer.c return snd_timer_new(NULL, id, &tid, rtimer); snd_timer_new 260 sound/drivers/opl3/opl3_lib.c if ((err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer)) >= 0) { snd_timer_new 280 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 173 sound/isa/gus/gus_timer.c if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { snd_timer_new 183 sound/isa/gus/gus_timer.c if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { snd_timer_new 1917 sound/isa/wss/wss_lib.c if ((err = snd_timer_new(chip->card, "CS4231", &tid, &timer)) < 0) snd_timer_new 1966 sound/pci/azt3328.c err = snd_timer_new(chip->card, "AZF3328", &tid, &timer); snd_timer_new 89 sound/pci/emu10k1/timer.c if ((err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer)) >= 0) { snd_timer_new 1926 sound/pci/ymfpci/ymfpci_main.c if ((err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer)) >= 0) { snd_timer_new 1264 sound/sparc/cs4231.c err = snd_timer_new(card, "CS4231", &tid, &timer);