Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dtimer.c1690 struct snd_timer_select tselect; in snd_timer_user_tselect() local
1699 if (copy_from_user(&tselect, _tselect, sizeof(tselect))) { in snd_timer_user_tselect()
1704 if (tselect.id.dev_class != SNDRV_TIMER_CLASS_SLAVE) in snd_timer_user_tselect()
1705 tselect.id.dev_sclass = SNDRV_TIMER_SCLASS_APPLICATION; in snd_timer_user_tselect()
1706 err = snd_timer_open(&tu->timeri, str, &tselect.id, current->pid); in snd_timer_user_tselect()