snd_timer_new
int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0)
return snd_timer_new(NULL, id, &tid, rtimer);
err = snd_timer_new(NULL, utimer->name, &tid, &timer);
EXPORT_SYMBOL(snd_timer_new);
err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer);
err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer);
error = snd_timer_new(chip->card, "AD1816A", &tid, &timer);
if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) {
if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) {
err = snd_timer_new(chip->card, "CS4231", &tid, &timer);
err = snd_timer_new(chip->card, "AZF3328", &tid, &timer);
err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer);
err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer);
err = snd_timer_new(card, "CS4231", &tid, &timer);