Searched refs:snd_timer_new (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/sound/isa/gus/ |
D | gus_timer.c | 158 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { in snd_gf1_timers_init() 168 if (snd_timer_new(gus->card, "GF1 timer", &tid, &timer) >= 0) { in snd_gf1_timers_init()
|
/linux-6.1.9/sound/pci/emu10k1/ |
D | timer.c | 75 err = snd_timer_new(emu->card, "EMU10K1", &tid, &timer); in snd_emu10k1_timer()
|
/linux-6.1.9/include/sound/ |
D | timer.h | 115 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rti…
|
/linux-6.1.9/sound/core/ |
D | pcm_timer.c | 108 if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0) in snd_pcm_timer_init()
|
D | timer.c | 934 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, in snd_timer_new() function 984 EXPORT_SYMBOL(snd_timer_new); 1114 return snd_timer_new(NULL, id, &tid, rtimer); in snd_timer_global_new()
|
/linux-6.1.9/sound/drivers/opl3/ |
D | opl3_lib.c | 246 err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer); in snd_opl3_timer1_init() 267 err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer); in snd_opl3_timer2_init()
|
/linux-6.1.9/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 655 error = snd_timer_new(chip->card, "AD1816A", &tid, &timer); in snd_ad1816a_timer()
|
/linux-6.1.9/sound/sparc/ |
D | cs4231.c | 1251 err = snd_timer_new(card, "CS4231", &tid, &timer); in snd_cs4231_timer()
|
/linux-6.1.9/sound/pci/ |
D | azt3328.c | 2227 err = snd_timer_new(chip->card, "AZF3328", &tid, &timer); in snd_azf3328_timer()
|
/linux-6.1.9/sound/isa/wss/ |
D | wss_lib.c | 1894 err = snd_timer_new(chip->card, "CS4231", &tid, &timer); in snd_wss_timer()
|
/linux-6.1.9/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1954 err = snd_timer_new(chip->card, "YMFPCI", &tid, &timer); in snd_ymfpci_timer()
|