Searched refs:snd_timer_new (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/pci/emu10k1/ |
| H A D | timer.c | 81 err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer); in snd_emu10k1_timer()
|
| /linux/include/sound/ |
| H A D | timer.h | 115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rti…
|
| /linux/sound/core/ |
| H A D | pcm_timer.c | 108 if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) in snd_pcm_timer_init()
|
| H A D | timer.c | 913 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, in snd_timer_new() function 963 EXPORT_SYMBOL(snd_timer_new); 1087 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new() 2156 err = snd_timer_new(NULL, utimer->name, &tid, &timer); in snd_utimer_create()
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_lib.c | 232 err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer); in snd_opl3_timer1_init() 253 err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer); in snd_opl3_timer2_init()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 1904 err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer); in snd_ymfpci_timer()
|