Lines Matching refs:tid
238 struct snd_timer_id tid;
241 tid.dev_class = SNDRV_TIMER_CLASS_CARD;
242 tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE;
243 tid.card = opl3->card->number;
244 tid.device = timer_no;
245 tid.subdevice = 0;
246 err = snd_timer_new(opl3->card, "AdLib timer #1", &tid, &timer);
259 struct snd_timer_id tid;
262 tid.dev_class = SNDRV_TIMER_CLASS_CARD;
263 tid.dev_sclass = SNDRV_TIMER_SCLASS_NONE;
264 tid.card = opl3->card->number;
265 tid.device = timer_no;
266 tid.subdevice = 0;
267 err = snd_timer_new(opl3->card, "AdLib timer #2", &tid, &timer);