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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dtimer.c1489 struct snd_timer_select tselect; local
1499 if (copy_from_user(&tselect, _tselect, sizeof(tselect))) {
1504 if (tselect.id.dev_class != SNDRV_TIMER_CLASS_SLAVE)
1505 tselect.id.dev_sclass = SNDRV_TIMER_SCLASS_APPLICATION;
1506 err = snd_timer_open(&tu->timeri, str, &tselect.id, current->pid);

Completed in 19 milliseconds