Home
last modified time | relevance | path

Searched refs:snd_timer_new (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/sound/isa/gus/
Dgus_timer.c173 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { in snd_gf1_timers_init()
183 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { in snd_gf1_timers_init()
/Linux-v4.19/sound/pci/emu10k1/
Dtimer.c89 if ((err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer)) >= 0) { in snd_emu10k1_timer()
/Linux-v4.19/include/sound/
Dtimer.h130 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rti…
/Linux-v4.19/sound/core/
Dpcm_timer.c123 if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) in snd_pcm_timer_init()
Dtimer.c873 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, in snd_timer_new() function
924 EXPORT_SYMBOL(snd_timer_new);
1054 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new()
/Linux-v4.19/sound/drivers/opl3/
Dopl3_lib.c260 if ((err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer)) >= 0) { in snd_opl3_timer1_init()
280 if ((err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer)) >= 0) { in snd_opl3_timer2_init()
/Linux-v4.19/sound/isa/ad1816a/
Dad1816a_lib.c715 if ((error = snd_timer_new(chip->card, "AD1816A", &tid, &timer)) < 0) in snd_ad1816a_timer()
/Linux-v4.19/sound/pci/
Dazt3328.c2266 err = snd_timer_new(chip->card, "AZF3328", &tid, &timer); in snd_azf3328_timer()
/Linux-v4.19/sound/sparc/
Dcs4231.c1270 err = snd_timer_new(card, "CS4231", &tid, &timer); in snd_cs4231_timer()
/Linux-v4.19/sound/isa/wss/
Dwss_lib.c1974 if ((err = snd_timer_new(chip->card, "CS4231", &tid, &timer)) < 0) in snd_wss_timer()
/Linux-v4.19/sound/pci/ymfpci/
Dymfpci_main.c1961 if ((err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer)) >= 0) { in snd_ymfpci_timer()